MPIWorkflow class

Implemented types

Constructors

MPIWorkflow(InvocationHandler _h)

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
override
groups(Paging index, {Context? ctx}) Future<Page<WorkGroup>?>
Groups page workflow review groups.
override
index(Paging index, {Context? ctx}) Future<Page<WorkChart>?>
Index workflows.
override
ioc() → void
override
mass(WorkGroup group, {Context? ctx}) Future<String?>
Mass workflow work in group. Return workflow code
override
methods() Map<String, Introspector>
override
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.
override
submit(WorkIntent intent, {Context? ctx}) Future<String?>
Submit workflow. Return workflow instance code
override
take(WorkVertex vertex, {Context? ctx}) Future<void>
Take action on workflow instance.
override
toString() String
A string representation of this object.
inherited

Operators

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