Query Workflow Instance
Parameter Configuration
| Parameter | Description |
|---|---|
| Workflow Module | The workflow module to which the created workflow instance belongs |
| Data Volume | The number of workflow instances to return in the list |
| Workflow | Initiate a process by selecting a workflow from the workflow module within the application |
| Workflow Variables | Filter the query range through the process variables of workflow instances. Variable values can be dynamically calculated and specified using expressions |
Return Values
| Parameter | Description |
|---|---|
| Workflow Instance | List 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

