Get Execution Result
data class GetExecutionResult(val argument: String, val callLogLevel: String, val endTime: String, val error: ErrorResponse, val name: String, val result: String, val startTime: String, val state: String, val status: StatusResponse, val workflowRevisionId: String)
Constructors
Link copied to clipboard
constructor(argument: String, callLogLevel: String, endTime: String, error: ErrorResponse, name: String, result: String, startTime: String, state: String, status: StatusResponse, workflowRevisionId: String)
Properties
Link copied to clipboard
Link copied to clipboard
The call logging level associated to this execution.
Link copied to clipboard
The error which caused the execution to finish prematurely. The value is only present if the execution's state is FAILED
or CANCELLED
.
Link copied to clipboard
Status tracks the current steps and progress data of this execution.
Link copied to clipboard
Revision of the workflow this execution is using.