Skip to content

Set Task Assignee

Parameter Configuration

ParameterDescription
Process Instance IDWorkflow instance ID. Dynamic content can be specified using expressions to get context variables
Task IDTask ID. Dynamic content can be specified using expressions to get context variables
AssigneeTask responsible person. Dynamic content can be specified using expressions to get context variables
Claimable by UsersUsers who can claim the task. Dynamic content can be specified using expressions to get context variables
Claimable by RolesRoles 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