Set Task Status
GET {{aws_data_pipeline_base_url}}/?errorId&errorMessage&errorStackTrace&taskId&taskStatus&Action=SetTaskStatus
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
errorId | null | If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string Service_ which is reserved by the system. | |
errorMessage | null | If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value. | |
errorStackTrace | null | If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value. | |
taskId | null | The ID of the task assigned to the task runner. This value is provided in the response for PollForTask. | |
taskStatus | null | If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false. | |
Action | string |