wfm.CreateProcessInstance
This job creates a process of the specified workflow family if the specified user has the right to execute the workflow. The created process instance can then be started using the job wfm.StartProcess.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
STRING |
Yes |
ID of the user |
|
STRING |
Yes |
ID of the organization |
|
STRING |
Yes |
ID of the workflow family |
|
STRING |
Yes |
ID of the client type used |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
STRING |
— |
ID of the newly created process |