Class ServiceTaskExpressionActivityBehavior

    • Field Detail

      • resultVariable

        protected java.lang.String resultVariable
    • Constructor Detail

      • ServiceTaskExpressionActivityBehavior

        public ServiceTaskExpressionActivityBehavior​(Expression expression,
                                                     java.lang.String resultVariable)
    • Method Detail

      • performExecution

        public void performExecution​(ActivityExecution execution)
                              throws java.lang.Exception
        Description copied from class: TaskActivityBehavior
        The method which should be overridden by the sub classes to perform an execution.
        Overrides:
        performExecution in class TaskActivityBehavior
        Parameters:
        execution - the execution which is used during performing the execution
        Throws:
        java.lang.Exception