Skip to content

Add Entry Criteria Display and Async Path Support to Flow Start Nodes#55

Merged
mitchspano merged 5 commits intomainfrom
entry_criteria
Aug 21, 2025
Merged

Add Entry Criteria Display and Async Path Support to Flow Start Nodes#55
mitchspano merged 5 commits intomainfrom
entry_criteria

Conversation

@mitchspano
Copy link
Collaborator

  • Flow start nodes now show detailed entry criteria (process type, triggers, filters, etc.)
  • Async paths are connected to flow start with path type labels (e.g., AsyncAfterCommit)
  • Enhanced parser handles flow start transitions and scheduled paths

- Introduce processType to ParsedFlow interface for better flow representation.
- Implement setFlowStart function to ensure filters, scheduled paths, and capability types are treated as arrays.
- Add getFlowStart method in UmlGenerator to generate detailed UML output for flow start nodes, including process type and entry criteria.
- Update tests to validate handling of various flow start configurations, ensuring accurate UML generation for single and multiple elements.
- Add new test cases for flows with no start elements, ensuring graceful handling in UML generation.
- Introduce getTransitionsFromFlowStart method to handle transitions from flow start nodes, including main and scheduled paths.
- Update getTransitionsForNode method to incorporate logic for flow start nodes.
- Add new test cases to validate the handling of single and multiple async paths, ensuring correct transition generation.
- Include tests for non-async scheduled paths to confirm proper labeling behavior.
@mitchspano mitchspano merged commit c582cb0 into main Aug 21, 2025
2 checks passed
@mitchspano mitchspano deleted the entry_criteria branch August 21, 2025 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant