compile method
Compile workflow in engine. Return workflow code
Implementation
@MPI(name: "mesh.workflow.compile")
Future<String?> compile(WorkChart chart, {Context? ctx}) {
throw UnimplementedError('compile() has not been implemented.');
}
Compile workflow in engine. Return workflow code
@MPI(name: "mesh.workflow.compile")
Future<String?> compile(WorkChart chart, {Context? ctx}) {
throw UnimplementedError('compile() has not been implemented.');
}