submit method

  1. @MPI(name: "mesh.workflow.submit")
Future<String?> submit(
  1. WorkIntent intent, {
  2. Context? ctx,
})

Submit workflow. Return workflow instance code

Implementation

@MPI(name: "mesh.workflow.submit")
Future<String?> submit(WorkIntent intent, {Context? ctx}) {
  throw UnimplementedError('submit() has not been implemented.');
}