routines method
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.');
}
Routines infer workflow instance as routine.
@MPI(name: "mesh.workflow.routines")
Future<Page<WorkVertex>?> routines(Paging index, {Context? ctx}) {
throw UnimplementedError('routines() has not been implemented.');
}