Process API can perform functions to interact or exchange data about the specified process. |
The options here is based on the current app context. |
Name | Description | |
---|---|---|
1 | Process | Select the process for interaction with API. |
2 | Short Description | Any description here. |
3 |
| Abort an activity instance. |
4 |
| Abort a process instance. |
5 |
| Complete an activity instance to continue the flow of a process instance. |
6 |
| Essentially cloning a running process instance to start a new process instance with the same state and workflow variable(s) data. Option available to simultaneously abort the original running process instance. |
7 |
| Get details of an activity instance in a process instance. |
8 |
| Get the workflow variables and its values from an activity instance. |
9 |
| Get details of a process instance. |
10 |
| Get the workflow variables and its values from an process instance. |
11 |
| List all activity instances of a process instance. |
12 |
| List all completed process instance(s) of the specified process. |
13 |
| List all running process instance(s) of the specified process. |
14 |
| Explicitly set a user to replace an existing assignee of an activity instance, via username. |
15 |
| Update/Replace the assignee(s) of an activity instance according to the current participant mapping of the specified process. |
16 |
| Set the values of the workflow variable(s) of an activity instance. |
17 |
| Set the values of the workflow variable(s) of a process instance. |
18 |
| Start an activity instance in a process instance. Option available to simultaneously abort the currently running activity instance in the specified process instance. |
19 |
| Start a new process instance of the specified process as the currently logged in user. |
20 |
| Start a new process instance of the specified process on behalf of a user via username. |