Lightning-Flow-Scanner / lightning-flow-scanner-core

A rule engine capable of conducting static analysis on the metadata associated with Salesforce Lightning Flows, Process Builders, and Workflows.
https://www.npmjs.com/package/lightning-flow-scanner-core
MIT License
27 stars 9 forks source link

feat: add in support for async paths #62

Closed junners closed 8 months ago

junners commented 8 months ago

Background

Asynchronous paths aren't being considered when parsing for FlowNodes. Unlike Synchronous paths where the start element immediately has connectors; async paths branch off of scheduledPaths

From my investigation there are 2 flavors of scheduledPaths