Initiates multiple task runs within a TaskGroup.
Request to initiate new task runs in a task group.
List of task runs to execute. Up to 1,000 runs can be specified per request. If you'd like to add more runs, split them across multiple TaskGroup POST requests.
Default task spec to use for the runs. If task_spec is specified in a run, it overrides this default.
Successful Response
Response from adding new task runs to a task group.
Status of the group.
IDs of the newly created runs.
Cursor for these runs in the run stream at taskgroup/runs?last_event_id=<run_cursor>. Empty for the first runs in the group.
Cursor for these runs in the event stream at taskgroup/events?last_event_id=<event_cursor>. Empty for the first runs in the group.