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