Add Entry Criteria Display and Async Path Support to Flow Start Nodes#55
Merged
mitchspano merged 5 commits intomainfrom Aug 21, 2025
Merged
Add Entry Criteria Display and Async Path Support to Flow Start Nodes#55mitchspano merged 5 commits intomainfrom
mitchspano merged 5 commits intomainfrom
Conversation
Collaborator
mitchspano
commented
Aug 20, 2025
- 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.
…s to streamline UML generation output.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.