Assignment API can perform functions to interact or exchange data about task assignments.
- Complete assignment by username
- Complete assignment of current user
- Count assignments by username
- Count assignments of current user
- Get assignment detail
- Get assignment detail by username
- List assignments by username
- List assignments of current user
- Reevaluate assignments by username
- Reevaluate assignments of current user
Name | Description | |
---|---|---|
1 | Complete assignment by username | Complete an assignment via a username, to continue the flow of a process instance. |
2 | Complete assignment of current user | Complete an assignment of the currently logged in user, to continue the flow of a process instance. |
3 | Count assignments by username | Count all assignments of a user via username. |
4 | Count assignments of current user | Count all assignments of the currently logged in user. |
5 | Get assignment detail | Get details of an assignment that is assigned to the currently logged in user, via activity instance ID. |
6 | Get assignment detail by username | Get details of an assignment via a username and activity instance ID. |
7 | List assignments by username | List all assignments of a user via username. |
8 | List assignments of current user | List all assignments of the currently logged in user. |
9 | Reevaluate assignments by username | Reevaluate all assignments of a user via username. |
10 | Reevaluate assignments of current user | Reevaluate all assignments of the currently logged in user. |