https://github.com/thygesteffensen/flowunittester
Nothing fancy, just a PAMU_CDS demo utilizing XrmFramework from Delegate
https://github.com/thygesteffensen/flowunittester
Last synced: over 1 year ago
JSON representation
Nothing fancy, just a PAMU_CDS demo utilizing XrmFramework from Delegate
- Host: GitHub
- URL: https://github.com/thygesteffensen/flowunittester
- Owner: thygesteffensen
- License: mit
- Created: 2021-01-16T16:09:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T12:37:41.000Z (about 3 years ago)
- Last Synced: 2025-02-08T01:41:50.980Z (over 1 year ago)
- Language: JavaScript
- Size: 7.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlowUnitTester
Quick demo of [PAMU_CDS](https://github.com/thygesteffensen/PAMU_CDS/), showing of how it could be used.
This demo contains three flows.
One flow with explicit recursion, showing PAMU_CDS catches recursive flows, using XrmMockup.
The to other two flows are not recursive due to the Filter Expression in one of the flows trigger. This is showing of PAMU_CDS's ability to parse and run Power Automate Flows, as they would be run by Power Automate.
Talking about [XrmMockup](https://github.com/delegateas/XrmMockup): I use a modifyied version of XrmMockup for now, since I had to adjust the core and add some extension possibilities. My version can be found here: [https://github.com/thygesteffensen/XrmMockup](https://github.com/thygesteffensen/XrmMockup) and the repository contains the nugets too. They can also be found at Nuget with some random names. [XrmMockup modified](https://www.nuget.org/packages/bd1fe5ca33fd455dafb99d34768b8de4/) and [the extension interface](https://www.nuget.org/packages/cda95f8572254e649186787cdca29fe5/).