Interface IWorkflowResponse

    • Method Detail

      • isSuccess

        boolean isSuccess()
        Returns:
        true indicates that the workflow was run successfully, false indicates that an error occurred during workflow processing.
      • getMsgCode

        ETextbausteinMsgCode getMsgCode()
        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.
      • getVorgang

        Vorgang getVorgang()
        Returns:
        The current Vorgang that was processed.