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