start_workflow
Start a Temporal workflow by providing workflow name, ID, task queue, and optional arguments to begin execution.
Instructions
Start a new Temporal workflow execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments to pass to the workflow (as JSON object) | |
| task_queue | Yes | The task queue to use for this workflow | |
| workflow_id | Yes | Unique identifier for the workflow execution | |
| workflow_name | Yes | The name of the workflow to start |