issues
search
delegateas
/
XrmMockup
Engine which simulates your exact Dynamics 365/CRM instance locally including all of it's logic!
Other
71
stars
29
forks
source link
Fix plugin vs workflow execution order
#242
Closed
Mai98
closed
1 week ago
Mai98
commented
2 months ago
Fixes #94
Rewrite PluginManager to collect synchronous trigger functionality within one function
Use new function to execute plugins with execution order zero first. Then real-time workflows. Then remaining synchronous plugins.
Update postImage after synchronous logic have executed and save it in a new dedicated variable
Align 'StageAsync' with rewritten function 'TriggerSync'
Test using existing plugins and workflows as well as one new plugin with execution order zero
Fixes #94