StepExecution constructor
StepExecution({
- String? action,
- DateTime? executionEndTime,
- DateTime? executionStartTime,
- FailureDetails? failureDetails,
- String? failureMessage,
- Map<
String, String> ? inputs, - bool? isCritical,
- bool? isEnd,
- int? maxAttempts,
- String? nextStep,
- String? onFailure,
- Map<
String, List< ? outputs,String> > - Map<
String, List< ? overriddenParameters,String> > - String? response,
- String? responseCode,
- String? stepExecutionId,
- String? stepName,
- AutomationExecutionStatus? stepStatus,
- TargetLocation? targetLocation,
- List<
Target> ? targets, - int? timeoutSeconds,
- List<
String> ? validNextSteps,
Implementation
StepExecution({
this.action,
this.executionEndTime,
this.executionStartTime,
this.failureDetails,
this.failureMessage,
this.inputs,
this.isCritical,
this.isEnd,
this.maxAttempts,
this.nextStep,
this.onFailure,
this.outputs,
this.overriddenParameters,
this.response,
this.responseCode,
this.stepExecutionId,
this.stepName,
this.stepStatus,
this.targetLocation,
this.targets,
this.timeoutSeconds,
this.validNextSteps,
});