MxCli v 0.21
Mx v 11.12.3
I have a microflow with a single (create variable) activity with error handling: custom with rollback, with error handler attached to an end node:
The MDL (via mxcli describe microflow):
create or modify microflow ExamplesModule.ACT_noerrorhandler () returns String begin @start(-1196, 200) @position(-1086, 200) declare $name String = 'NameValue'; @position(-943, 200) return $name; end;
No error handler! Regenerating looses the error handler.
MxCli v 0.21
Mx v 11.12.3
I have a microflow with a single (create variable) activity with error handling: custom with rollback, with error handler attached to an end node:
The MDL (via mxcli describe microflow):
create or modify microflow ExamplesModule.ACT_noerrorhandler () returns String begin @start(-1196, 200) @position(-1086, 200) declare $name String = 'NameValue'; @position(-943, 200) return $name; end;No error handler! Regenerating looses the error handler.