Step class abstract

Blueprint of the atomic representation of a step inside of workflows.

An Step is capable of manipulating the execution order. It can also run whatever code it wants.

Implementers

Constructors

Step()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute(FlowContextController controller, [FutureOr<Step?> candidate()?]) FutureOr<Step?>
Work this Step will do.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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