Class NextBranchExecution

java.lang.Object
com.codebarrel.automation.api.component.NextBranchExecution

public class NextBranchExecution extends Object
When a rule branches this contains all the information for a branch. It contains: The priority in which Inline, Immediate, low, High The inputs into the branch The components for the new sub-branch
  • Constructor Details

    • NextBranchExecution

      protected NextBranchExecution(ComponentInputs inputs, List<com.codebarrel.automation.api.config.ComponentConfigBean> nextComponents, Priority priority)
  • Method Details