Class ComponentExecutionResult
java.lang.Object
com.codebarrel.automation.api.component.ComponentExecutionResult
-
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentExecutionResultstatic ComponentExecutionResultcontinueRule(Map<String, Object> inputs) Deprecated.static ComponentExecutionResultcontinueRuleWithBranches(List<NextBranchExecution> nextExecutions) booleanstatic ComponentExecutionResultstopRule()static ComponentExecutionResultstopRuleButExecuteBranches(List<NextBranchExecution> nextExecutions)
-
Method Details
-
getBranchExecutions
-
shouldContinueRule
public boolean shouldContinueRule() -
stopRule
-
continueRuleWithBranches
public static ComponentExecutionResult continueRuleWithBranches(List<NextBranchExecution> nextExecutions) -
stopRuleButExecuteBranches
public static ComponentExecutionResult stopRuleButExecuteBranches(List<NextBranchExecution> nextExecutions) -
continueRule
-
continueRule
Deprecated.Use {{continueRule}} instead. Inputs will be ignored
-