Skip to content

roundtrip for microflow with error handler does not work - MDL is not complete #1078

Description

@mkrouwel

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:

Image

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions