query_workflow
Get the current state of a running Temporal workflow by providing the workflow ID, query name, and optional arguments.
Instructions
Query a running workflow for its current state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments for the query (as JSON object) | |
| query_name | Yes | The name of the query to execute | |
| workflow_id | Yes | The workflow execution ID to query |