Query Task List of Workflow Instance
Parameter Configuration
| Parameter | Description |
|---|---|
| Workflow Module | Workflow module to which the queried workflow tasks belong |
| Process Instance ID | Workflow instance ID, can be dynamically specified using expressions to obtain context content |
| Task Status | Status filter for the queried task list |
Return Values
| Parameter | Description |
|---|---|
| Task List | Task list of the workflow instance |
Usage Scenarios
- Query the task list of the current instance and synchronize task data to other applications or heterogeneous systems
- Dynamically jump workflow instances to other nodes based on the instance task list
- Provide for API use to return task lists

