Class FetchWorkflowConfigResponse

java.lang.Object
de.xima.fc.gui.bean.designer.request.FetchWorkflowConfigResponse
All Implemented Interfaces:
Serializable

public final class FetchWorkflowConfigResponse extends Object implements Serializable
POJO response data for FetchWorkflowConfigRequest.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

  • Method Details

    • getProcess

      public WorkflowProcess getProcess()
      Returns:
      The workflow process with the tasks, triggers, and actions.
    • getStates

      public List<WorkflowState> getStates()
      Returns:
      List of available states contained in the workflow version.