ComputeTaskExecutionResponse
org.sagebionetworks.repo.model.curation.ComputeTaskExecutionResponse
Response from a completed task execution.
| Field | Type | Description |
|---|---|---|
| concreteType | STRING | |
| taskId | INTEGER | The ID of the CurationTask that was executed. |
| executionDetails | ExecutableTaskExecutionDetails | An interface for execution details of tasks that support asynchronous execution by a sub-worker. The concreteType determines which sub-worker handles execution. |