WorkflowStep class

Workflow step model

Annotations
  • @JsonSerializable.new()

Constructors

WorkflowStep({required String id, required String name, required WorkflowStepType type, required Map<String, dynamic> parameters, List<String>? nextSteps, List<String>? onSuccess, List<String>? onFailure, int? timeout, String? description, bool? isOptional, Map<String, dynamic>? inputMapping, Map<String, dynamic>? outputMapping, Map<String, String>? metadata, List<String>? tags})
WorkflowStep.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
inputMapping Map<String, dynamic>?
final
isOptional bool?
final
metadata Map<String, String>?
final
name String
final
nextSteps List<String>?
final
onFailure List<String>?
final
onSuccess List<String>?
final
outputMapping Map<String, dynamic>?
final
parameters Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
final
timeout int?
final
type WorkflowStepType
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