index method

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

Index workflows.

Implementation

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