groups method

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

Groups page workflow review groups.

Implementation

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