Class AbstractTestConsActionTemp

    • Constructor Detail

      • AbstractTestConsActionTemp

        public AbstractTestConsActionTemp()
    • Method Detail

      • execute

        public java.lang.String execute​(BusinessProcessModel process)
                                 throws java.lang.Exception
        Description copied from interface: Action
        Executes this Action's business logic working on the given BusinessProcessModel.
        Specified by:
        execute in interface Action
        Overrides:
        execute in class TestActionTemp
        Parameters:
        process - The process context to work on.
        Returns:
        the return code as stated in the process definition. This code is used by the process engine to determine the next actions.
        Throws:
        java.lang.Exception