WorkflowSettings class

Workflow settings configuration

Constructors

WorkflowSettings({bool? saveExecutionProgress, bool? saveManualExecutions, String? saveDataErrorExecution, String? saveDataSuccessExecution, int? executionTimeout, String? timezone, Map<String, dynamic>? errorWorkflow, String? callerPolicy, List<String>? callerIds})
WorkflowSettings.fromJson(Map<String, dynamic> json)
factory

Properties

callerIds List<String>?
final
callerPolicy String?
final
errorWorkflow Map<String, dynamic>?
final
executionTimeout int?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveDataErrorExecution String?
final
saveDataSuccessExecution String?
final
saveExecutionProgress bool?
final
saveManualExecutions bool?
final
timezone String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited