lightning-flow-scanner-core
lightning-flow-scanner-core copied to clipboard
A rule engine capable of conducting static analysis on the metadata associated with Salesforce Lightning Flows, Process Builders, and Workflows.
https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core/blob/e9f6a16eb47d2240701245b8d985dc5f5cf247ef/src/main/rules/DMLStatementInLoop.ts#L34 If in referenced line of code there will be a DML statement, then scanner will raise an false positive DMLStatementInLoop issue. So basicly `noMoreValuesConnector` are seen as inside loop,...
I have an Autolaunched Flow that based on provided input variable will run some queries and return results in output variables. Just to have easier steps to reproduce, I have...
IT's not recommended to update a record in a flow that has been triggered by an update of the same record Updates should be performed in BeforeUpdate flows Note: in...
Since some releases, it is possible to pass the recordId as record to a screenflow by record page or quick action. This saves you one DML operation and you can...
https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core/issues/67
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.9 to 15.2.10. Release notes Sourced from lint-staged's releases. v15.2.10 Patch Changes #1471 e3f283b Thanks @iiroj! - Update minor dependencies, including micromatch@~4.0.8. Changelog Sourced from lint-staged's changelog....
Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.19.2 to 3.19.3. Release notes Sourced from uglify-js's releases. v3.19.3 Bug Fixes assignment operator (abefd944eaebfd20d7f01e75353de2c5260bd586, cf87290819d87bfec842503ae655eafeffd5bdb6) function call (4a92cdc4807a01bcaba9003a45a0e13c46653a8f) function literal (303417cb64f145b52d8162ad2ffb8a48c56aac38) property accessor (f34fbb2c36b2fd1cfe38aa12d103cdeb3916c73d, 23f98ba3e19b30bfd47de7c1a4740f8aa442b333, abefd944eaebfd20d7f01e75353de2c5260bd586,...
> Currently it is only possible to select a folder and analyse all flows. In my current project we have 150+ flows and it is causing a Visual Studio timeout...