get_workflow_events
Retrieve all events received by a DBOS workflow. Provide application and workflow IDs to get key-value signals, values, and total event count.
Instructions
Get events received by a workflow from DBOS Conductor.
Events are key-value signals sent between workflows using the events API. Each event has a string key and a JSON-serialized value.
Args: application_name (string, required): Name of the DBOS application workflow_id (string, required): ID of the workflow
Returns: events: Array of event objects, each containing: - key (string): The event key - value (string): The event value (JSON string) count (int): Number of events returned workflow_id (string): The workflow ID queried
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| application_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||