start_workflow
Initiate a new workflow execution by providing the workflow name, unique ID, task queue, and optional arguments.
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 |