DispatchRoutineResponse interface
Les identifiants sont retournés après la mise en file d’attente d’une expédition de routine.
Propriétés
| action_correlation_id | Un identifiant de corrélation d’action en aval, lorsque disponible. |
| dispatch_id | L’identifiant de répartition créé pour le dispatch de routine. |
| task_id | Un identifiant de tâche d’espace de travail créé pour la répartition, lorsque disponible. |
Détails de la propriété
action_correlation_id
Un identifiant de corrélation d’action en aval, lorsque disponible.
action_correlation_id?: string
Valeur de propriété
string
dispatch_id
L’identifiant de répartition créé pour le dispatch de routine.
dispatch_id?: string
Valeur de propriété
string
task_id
Un identifiant de tâche d’espace de travail créé pour la répartition, lorsque disponible.
task_id?: string
Valeur de propriété
string