Interface WorkflowItemsResponse


public interface WorkflowItemsResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the items in the requested workflow.
  • Method Details

    • getWorkflowItems

      List<WorkflowItem> getWorkflowItems()
      Retrieves the items in the requested workflow.
      Returns:
      List of retrieved workflow items.