ScheduledExecutionRecord constructor

ScheduledExecutionRecord({
  1. Status? errorStatus,
  2. String? executionTime,
  3. String? workflowInvocation,
})

Implementation

ScheduledExecutionRecord({
  this.errorStatus,
  this.executionTime,
  this.workflowInvocation,
});