routines method

  1. @override
Future<Page<WorkVertex>?> routines(
  1. Paging index, {
  2. Context? ctx,
})
override

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);
}