Interface IWorkflowResponse

All Superinterfaces:
IServletResponse, Serializable
All Known Implementing Classes:
TaskExecutionResultWrapper, WorkflowResponse

@Deprecated public interface IWorkflowResponse extends IServletResponse
Deprecated.
Use the new workflow engine (IWorkflowEventRunner).
Interface for the result of running the workflow.
Author:
XIMA MEDIA GmbH
  • Method Details

    • isSuccess

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

      ETextbausteinMsgCode getMsgCode()
      Deprecated.
      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()
      Deprecated.
      Returns:
      The current Vorgang that was processed.