SampleSheetGenerationExecutionDetails
org.sagebionetworks.repo.model.curation.execution.SampleSheetGenerationExecutionDetails
Execution details for sample sheet generation via a multi-agent system. The concrete type routes execution to the sample sheet generation sub-worker; the input parameters are carried by the task's SampleSheetGenerationExecutionProperties.
| 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. |