Skip to content

Query Task List of Workflow Instance

Parameter Configuration

ParameterDescription
Workflow ModuleWorkflow module to which the queried workflow tasks belong
Process Instance IDWorkflow instance ID, can be dynamically specified using expressions to obtain context content
Task StatusStatus filter for the queried task list

Return Values

ParameterDescription
Task ListTask 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

Usage Examples