Skip to content

BUG: Some "list operations" in the microflow description are wrong #212

@rbolt

Description

@rbolt

MxCLI version: 0.6.0
Mendix version: 11.8.0
MxCli diag: not necessary

When executing the "microflow describe" command I noticed that the list operation "Equals" got a wrong description.

The output looks like:
Image

While the microflow part looks like:

Image

I expect something like:

  • $ContractListEqualsObject = EQUALS($ContractListInput_1, $ContractInput);
  • $ContractListEqualsList = EQUALS($ContractListInput_1, $ContractListInput_2);

Same issue for the following list operations:

  • FILTER (remark: Filter by expression is ok)
  • FIND (remark; find by expression is ok)
  • RANGE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions