WorkflowSimpleCondition class

A workflow transition rule condition. This object returns nodeType as simple.

Constructors

WorkflowSimpleCondition({Map<String, dynamic>? configuration, required String nodeType, required String type})
WorkflowSimpleCondition.fromJson(Map<String, Object?> json)
factory

Properties

configuration Map<String, dynamic>?
EXPERIMENTAL. The configuration of the transition rule.
final
hashCode int
The hash code for this object.
no setterinherited
nodeType String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type of the transition rule.
final

Methods

copyWith({Map<String, dynamic>? configuration, String? nodeType, String? type}) WorkflowSimpleCondition
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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