Set Task Assignee
Parameter Configuration
| Parameter | Description |
|---|---|
| Process Instance ID | Workflow instance ID. Dynamic content can be specified using expressions to get context variables |
| Task ID | Task ID. Dynamic content can be specified using expressions to get context variables |
| Assignee | Task responsible person. Dynamic content can be specified using expressions to get context variables |
| Claimable by Users | Users who can claim the task. Dynamic content can be specified using expressions to get context variables |
| Claimable by Roles | Roles who can claim the task. Dynamic content can be specified using expressions to get context variables |
Usage Instructions
Assignee Single user: User ID string
Claimable by Users
- Single user: User ID string
- Multiple users: User ID string list
Claimable by Roles
- Single role: Role identifier string
- Multiple roles: Role identifier string list
Usage Scenarios
- In cross-application scenarios, after other applications publish app events and this application listens to the published events, set the assignee or claimable users for workflow tasks
- After triggers such as scheduled tasks, form listeners, and button controls, set the assignee or claimable users for workflow tasks
- For application API interfaces, after third-party calls, set the assignee or claimable users for workflow tasks

