DispatchRoutineResponse interface
Identifiers returned after a routine dispatch is queued.
Properties
| action_correlation_id | A downstream action correlation identifier, when available. |
| dispatch_id | The dispatch identifier created for the routine dispatch. |
| task_id | A workspace task identifier created for the dispatch, when available. |
Property Details
action_correlation_id
A downstream action correlation identifier, when available.
action_correlation_id?: string
Property Value
string
dispatch_id
The dispatch identifier created for the routine dispatch.
dispatch_id?: string
Property Value
string
task_id
A workspace task identifier created for the dispatch, when available.
task_id?: string
Property Value
string