submit method
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.');
}
Submit workflow. Return workflow instance code
@MPI(name: "mesh.workflow.submit")
Future<String?> submit(WorkIntent intent, {Context? ctx}) {
throw UnimplementedError('submit() has not been implemented.');
}