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

Download Open API Spec

RecordSetGenerationExecutionDetails

org.sagebionetworks.repo.model.curation.execution.RecordSetGenerationExecutionDetails

Execution details for RecordSet generation via a multi-agent system. The concrete type routes execution to the RecordSet generation sub-worker; the input parameters are carried by the task's RecordSetGenerationExecutionProperties.

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.