Class WorkflowResponse

    • Field Detail

      • success

        protected boolean success
    • Method Detail

      • isSuccess

        public boolean isSuccess()
        Specified by:
        isSuccess in interface IWorkflowResponse
        Returns:
        true indicates that the workflow was run successfully, false indicates that an error occurred during workflow processing.
      • setSuccess

        public void setSuccess​(boolean success)
        Setter ob der Workflow erfolgreich war
        Parameters:
        success - Boolean der zu setzende Erfolgs-Status
      • getMsgCode

        public ETextbausteinMsgCode getMsgCode()
        Specified by:
        getMsgCode in interface IWorkflowResponse
        Returns:
        The response text that should be sent to the browser as a result of running the workflow. This may be a success, an error, or some other more specific message.