Skip to content

Complete Workflow Task

Parameter Configuration

ParameterDescription
Process Instance IDWorkflow instance ID. Dynamic content can be specified using expressions to get context variables
Task IDWorkflow task ID. Dynamic content can be specified using expressions to get context variables
Completion OutcomeTask completion outcome. Dynamic content can be specified using expressions to get context variables
CommentTask completion comment. Dynamic content can be specified using expressions to get context variables

Usage Instructions

  1. Obtaining Process Instance ID and Task ID

    • In the process instance list page of Process Data Management, you can view the process instance ID
    • In the process details page, you can view the task ID of the process instance
  2. Task Completion Status

    • After completing the task, the task will automatically flow to the next node according to the process definition

Usage Scenarios

  • In cross-application scenarios, after other applications publish app events and this application listens to the published events, complete the workflow task
  • Complete the workflow task after triggers such as scheduled tasks, form listeners, and button controls
  • Complete the process task after third-party calls to the application API interface