Skip to content

Halt evaluation onSuccess #136

Answered by abbasc52
dcparsons asked this question in Q&A
Discussion options

You must be logged in to vote

It is not possible at workflow level but is available at nest rule level.
You can achieve it by modifying the workflow a little.

[
  {
    "WorkflowName": "WelcomeEmail",
    "Rules": [
        {
            "RuleName":"CheckState",
            "Operator": "Or",
            "Rules":[
                {
                    "RuleName": "Cleveland",
                    "SuccessEvent": "10",
                    "ErrorMessage": "Cleveland rule failed",
                    "ErrorType": "Error",
                    "RuleExpressionType": "LambdaExpression",
                    "Expression": "input1.State == \"OH\" AND input1.city == \"Cleveland\""
                  },
                  {
         …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dcparsons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants