Skip to content

--format mermaid not supported for workflows #467

@retran

Description

@retran

Summary

mxcli describe workflow --format mermaid returns an error. Mermaid output works for entity, microflow, nanoflow, and page but not workflow.

Reproduction

# Default format works:
mxcli describe workflow BusinessProcesses.RepairBookIn -p project.mpr
# outputs valid MDL

# Mermaid fails:
mxcli describe workflow BusinessProcesses.RepairBookIn -p project.mpr --format mermaid
# Error: mermaid format not supported for type: workflow

Expected

Workflow mermaid output showing activities, transitions, decision points, and parallel splits as a flowchart — similar to microflow mermaid output.

Notes

Workflows have a graph structure similar to microflows. ELK layout was added for microflows/nanoflows; workflows would benefit from the same diagram output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions