Skip to main content

StepExecutionSchemaAssessmentExecution

ableToExecuteboolean

Indicates whether the assessment of the report had been able to be executed

idstringnullable

Unique identifier of the assessment of the report

namestringnullable

Name of the assessment of the report

statusstringnullable

Status of the assessment of the report

updatedDatedate-timenullable

The updated date of the assessment of the report

workflow object

Information on the workflow used in the assessment

idstringnullable

Unique identifier of the workflow used in the assessment

standard object

Standard of the workflow used in the assessment

idstringnullable

Unique identifier

namestringnullable

Name

StepExecutionSchemaAssessmentExecution
{
"ableToExecute": true,
"id": "string",
"name": "string",
"status": "string",
"updatedDate": "2024-07-29T15:51:28.071Z",
"workflow": {
"id": "string",
"standard": {
"id": "string",
"name": "string"
}
}
}