compile method
Compile workflow in engine. Return workflow code
Implementation
@override
Future<String?> compile(WorkChart chart, {Context? ctx}) async {
return await _h.invoke(this, _methods['compile']!, [chart], ctx);
}
Compile workflow in engine. Return workflow code
@override
Future<String?> compile(WorkChart chart, {Context? ctx}) async {
return await _h.invoke(this, _methods['compile']!, [chart], ctx);
}