SelectAction¶
Selects an action for a work item and returns an array of identifiers for the next work items in the process.
Required Scope¶
workitem_action
Parameters¶
Parameter Name | Description |
---|---|
apiKey | A unique key used to authenticate and authorise the calling system. |
logonId | User’s logon Id. |
logonProvider | The authentication provider used for user login (e.g., 'Organization' for Emakin's default login system). |
id | The unique identifier of the work item. |
action | The identifier for the selected action. |
data | The XML data associated with the form. This can be null. (Note: There is no merge operation; the entire form data must be sent. If omitted, the form data will be replaced with the new data. You can retrieve the current data using the GetWorkItemData method.The final data should be enclosed within a form element, e.g. <form><Data>...</Data></form> .) |
comments | User comments. |
Example Call¶
1 2 3 4 5 6 7 8 9 10 |
|
1 2 3 4 |
|