routines method

  1. @MPI(name: "mesh.workflow.routines")
Future<Page<WorkVertex>?> routines(
  1. Paging index, {
  2. Context? ctx,
})

Routines infer workflow instance as routine.

Implementation

@MPI(name: "mesh.workflow.routines")
Future<Page<WorkVertex>?> routines(Paging index, {Context? ctx}) {
  throw UnimplementedError('routines() has not been implemented.');
}