routines method
Routines infer workflow instance as routine.
Implementation
@override
Future<Page<WorkVertex>?> routines(Paging index, {Context? ctx}) async {
return await _h.invoke(this, _methods['routines']!, [index], ctx);
}
Routines infer workflow instance as routine.
@override
Future<Page<WorkVertex>?> routines(Paging index, {Context? ctx}) async {
return await _h.invoke(this, _methods['routines']!, [index], ctx);
}