Create a process instance in any process. Creates a new instance of any process.
| Name | Type | Description | Mode |
|---|---|---|---|
| processId | String | process name in which an instance will be created. | in |
| arguments | Map(Any, String) | array of pairs (name, value) of arguments expected in the argument mapping set | in |
| argumentsSetName | String | argument mapping set name that will be used for creation. Argument set in Begin activity.. | in |