Function setWorkflowConfigurationZip

  • Sets the configuration of a workflow.

    Parameters

    • itemId: string

      Id of the workflow item

    • configurationZipFile: File

      Configuration files in a zip file

    • workflowBaseUrl: string

      URL of the workflow manager, e.g., "https://workflow.arcgis.com/orgId"

    • authentication: UserSession

      Credentials for the request to AGOL

    Returns Promise<IStatusResponse>

    Promise resolving with the workflow configuration in a zip file

    Throws

    if request to workflow manager fails