NewMCP agent API — drive Promenade from your own AI agent
View · TypeScriptViews

Process Tree View

run.promenade.process-tree-view

Draws a process tree: operator nodes, activity leaves and silent steps, in the notation pm4py prints.

Runtimes

  • View · TypeScriptRenders an artifact inside a sandboxed iframe

Versions

VersionReleasedSizeNotes
0.1.5latest23 Aug 20266 KBReplaces "Show silent steps" (hid tau leaves entirely) with "Compact silent steps" (shrinks and mutes them instead). A tau leaf is what makes an XOR branch optional or a loop 0..* vs 1..* rather than mandatory — removing it left the operator with one child and no trace anything was hidden, misrepresenting the model rather than just decluttering it.