Class DecisionTask

All Implemented Interfaces:
HasExtensionAttributes, HasLifecycleListeners

public class DecisionTask extends TaskWithFieldExtensions
Author:
martin.grofcik
  • Field Details

    • decisionRefExpression

      protected String decisionRefExpression
    • decisionRef

      protected String decisionRef
    • decision

      protected Decision decision
  • Constructor Details

    • DecisionTask

      public DecisionTask()
  • Method Details

    • getDecisionRefExpression

      public String getDecisionRefExpression()
    • setDecisionRefExpression

      public void setDecisionRefExpression(String decisionRefExpression)
    • getDecisionRef

      public String getDecisionRef()
    • setDecisionRef

      public void setDecisionRef(String decisionRef)
    • getDecision

      public Decision getDecision()
    • setDecision

      public void setDecision(Decision decision)