Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 761 Bytes

GetTaskStatusResponseSchema.md

File metadata and controls

11 lines (7 loc) · 761 Bytes

MdesDigitalEnablementApi.GetTaskStatusResponseSchema

Properties

Name Type Description Notes
responseId String Unique identifier for the response. [optional]
responseHost String The host that originated the request. Future calls in the same conversation may be routed to this host. [optional]
status String The status of the specified task. Must be either 'PENDING' (The Task has been recieved and is pending processing), 'IN_PROGRESS' (The task is currently in progress), 'COMPLETED' (The task was completed successfully) or 'FAILED' The task was processed but failed to complete successfully. [optional]