take method
Take action on workflow instance.
Implementation
@override
Future<void> take(WorkVertex vertex, {Context? ctx}) async {
return await _h.invoke(this, _methods['take']!, [vertex], ctx);
}
Take action on workflow instance.
@override
Future<void> take(WorkVertex vertex, {Context? ctx}) async {
return await _h.invoke(this, _methods['take']!, [vertex], ctx);
}