Workflow class abstract
- Implementers
- Annotations
-
- @SPI(name: "mpi")
Constructors
- Workflow()
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
-
compile(
WorkChart chart, {Context? ctx}) → Future< String?> - Compile workflow in engine. Return workflow code
-
groups(
Paging index, {Context? ctx}) → Future< Page< WorkGroup> ?> - Groups page workflow review groups.
-
index(
Paging index, {Context? ctx}) → Future< Page< WorkChart> ?> - Index workflows.
-
mass(
WorkGroup group, {Context? ctx}) → Future< String?> - Mass workflow work in group. Return workflow code
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
routines(
Paging index, {Context? ctx}) → Future< Page< WorkVertex> ?> - Routines infer workflow instance as routine.
-
submit(
WorkIntent intent, {Context? ctx}) → Future< String?> - Submit workflow. Return workflow instance code
-
take(
WorkVertex vertex, {Context? ctx}) → Future< void> - Take action on workflow instance.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited