Adds an identity link associating a user with a specified process instance.
Generally speaking the necessary identity links will be created automatically by the workflow engine in response to events but this provides a way to add them manually.
Parameters
Name | Type | Description |
---|---|---|
processInstanceId | String | ID of the process instance to associate the user with |
userId | String | The ID of the user to associate with the process (lower cased) |
linkType | String | The relationship the user has with the process. This will normally be "assignee", "candidate", "owner", "participant", or "starter" |
All parameters must be supplied |
Last modified on March 10, 2020