execute_activity
Run a Temporal activity by specifying the activity type, task queue, and unique ID, then receive the result after completion.
Instructions
Execute a standalone Temporal activity and wait for result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments to pass to the activity | |
| activity | Yes | Activity type name to execute | |
| task_queue | Yes | Task queue for this activity | |
| activity_id | Yes | Unique identifier for the activity execution | |
| start_to_close_timeout_seconds | No | Activity start-to-close timeout in seconds |