take method
Take action on workflow instance.
Implementation
@MPI(name: "mesh.workflow.take")
Future<void> take(WorkVertex vertex, {Context? ctx}) {
throw UnimplementedError('take() has not been implemented.');
}
Take action on workflow instance.
@MPI(name: "mesh.workflow.take")
Future<void> take(WorkVertex vertex, {Context? ctx}) {
throw UnimplementedError('take() has not been implemented.');
}