Multiple Success and Failure Actions per Rule #333
Replies: 2 comments 2 replies
|
my understanding is you can extend functionality and can create custom actions as you need. Please have a look https://github.com/microsoft/RulesEngine/wiki/Actions |
|
Same here! For a fully generic rule usage It would be great to have multiple actions per rule result (don't forget to include an execution sequence enforcing mechanism). I think we can hack this limit by indirectly executing actions by using an OutputExpression Action that calls ad hoc Custom Type methods that returns a boolean value. But this is only a hack and not the proper way of coding rules! VariableContext and Messenger are Custom Types |
Uh oh!
There was an error while loading. Please reload this page.
Unless I'm mistaken, rules currently allow one single OnFailure and OnSuccess action. I'm currently implementing rules in the field of construction logistics, and I came across a few use cases where being able to have multiple OnFailure / OnSuccess actions would be very convenient. Has anyone else come across such use cases?
All reactions