Complete Workflow Task
Parameter Configuration
| Parameter | Description |
|---|---|
| Process Instance ID | Workflow instance ID. Dynamic content can be specified using expressions to get context variables |
| Task ID | Workflow task ID. Dynamic content can be specified using expressions to get context variables |
| Completion Outcome | Task completion outcome. Dynamic content can be specified using expressions to get context variables |
| Comment | Task completion comment. Dynamic content can be specified using expressions to get context variables |
Usage Instructions
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
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

