WorkflowSettings constructor

WorkflowSettings({
  1. bool? saveExecutionProgress,
  2. bool? saveManualExecutions,
  3. String? saveDataErrorExecution,
  4. String? saveDataSuccessExecution,
  5. int? executionTimeout,
  6. String? timezone,
  7. Map<String, dynamic>? errorWorkflow,
  8. String? callerPolicy,
  9. List<String>? callerIds,
})

Implementation

WorkflowSettings({
  this.saveExecutionProgress,
  this.saveManualExecutions,
  this.saveDataErrorExecution,
  this.saveDataSuccessExecution,
  this.executionTimeout,
  this.timezone,
  this.errorWorkflow,
  this.callerPolicy,
  this.callerIds,
});