Skip to content

Query Workflow Instance

Parameter Configuration

ParameterDescription
Workflow ModuleThe workflow module to which the created workflow instance belongs
Data VolumeThe number of workflow instances to return in the list
WorkflowInitiate a process by selecting a workflow from the workflow module within the application
Workflow VariablesFilter the query range through the process variables of workflow instances. Variable values can be dynamically calculated and specified using expressions

Return Values

ParameterDescription
Workflow InstanceList of queried instances

Use Cases

  • In cross-application scenarios, after other applications publish application events and this application listens to the published events, it obtains the application's workflow instances and performs subsequent operations on the workflow instances
  • After being triggered by scheduled tasks, form listeners, button controls, etc., obtain the application's workflow instances and perform subsequent operations on the workflow instances
  • Application API interfaces, after being called by third parties, obtain the application's workflow instances and perform subsequent operations on the workflow instances

Usage Examples