startProcessInstance
This method starts an instance of the specified process template.
Note that process instances are typically started via a business service, rather than independently — see startBusinessService.
Syntax
startProcessInstance(name,
module,
version);
Parameters
- name - (String) The name of the process template for which an instance is to be started.
- module - (String) The module of the process template to start.
- version - (String) (optional) The version of the process template to start.
Copyright © Cloud Software Group, Inc. All rights reserved.