Scheduled Execution Record Response
data class ScheduledExecutionRecordResponse(val errorStatus: StatusResponse, val executionTime: String, val workflowInvocation: String)
A record of an attempt to create a workflow invocation for this workflow config.
Constructors
Link copied to clipboard
fun ScheduledExecutionRecordResponse(errorStatus: StatusResponse, executionTime: String, workflowInvocation: String)