Back to app index

Project Process ↔ Task Explorer

Coda implemented: operations now carry typed input/output ports (lists of state IDs), so precedence is induced by port-wiring (outputs feeding inputs) rather than a single from → to arrow. Parallel branches are just multiple operations sharing an input state; joins are operations whose in lists mention multiple prerequisite states.

Diagram uses the first input/output port for drawing, but dependency logic supports all ports.

Next Milestones