The Open API specification for Synapse is now available for download!

Download Open API Spec

ExecutableTaskExecutionDetails <INTERFACE>

org.sagebionetworks.repo.model.curation.execution.ExecutableTaskExecutionDetails

An interface for execution details of tasks that support asynchronous execution by a sub-worker. The concreteType determines which sub-worker handles execution.

Known Implementations:
SampleSheetGenerationExecutionDetails
Field Type Description
concreteType STRING Indicates which implementation of TaskExecutionDetails this object represents.
asyncJobId STRING The ID of the async job currently executing this task. Set when execution starts; cleared on completion or failure.
startedBy STRING The principal ID of the user who started the execution.
startedOn STRING When the execution was started.
errorMessage STRING If execution failed, the error description.
errorDetails STRING If execution failed, additional error details.