Class WorkflowClient


  • public class WorkflowClient
    extends java.lang.Object
    • Constructor Detail

      • WorkflowClient

        public WorkflowClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

        public RawWorkflowClient withRawResponse()
        Get responses with HTTP metadata like headers
      • create

        public WorkflowCreateResponse create​(WorkflowCreateRequest request)
        Create a new workflow in Extend. Workflows are sequences of steps that process files and data in a specific order to achieve a desired outcome.

        This endpoint will create a new workflow in Extend, which can then be configured and deployed. Typically, workflows are created from our UI, however this endpoint can be used to create workflows programmatically. Configuration of the flow still needs to be done in the dashboard.

      • create

        public WorkflowCreateResponse create​(WorkflowCreateRequest request,
                                             RequestOptions requestOptions)
        Create a new workflow in Extend. Workflows are sequences of steps that process files and data in a specific order to achieve a desired outcome.

        This endpoint will create a new workflow in Extend, which can then be configured and deployed. Typically, workflows are created from our UI, however this endpoint can be used to create workflows programmatically. Configuration of the flow still needs to be done in the dashboard.