Skip to main content

The Workflow Editor

The Workflow Editor lets you create a new or update an existing workflow. A workflow is a canvas on which you can build a set of sequential processes to be scheduled and run to create your first-party graph.

Procedure. To access the Workflow Editor:
  1. From the left navigation pane, click Identity Engine Workflows.

    connect-identity_engine-select-main-12112025-01.png

    The Identity Engine Workflows page displays your existing workflows.

    workflows-main-page-01-07242026.png
  2. There are three ways to open the Workflow Editor:

    • To create a new workflow in the editor, click New WorkflowBuild your own on the Identity Engine Workflows page:

      workflows-main-page-new-wf-01-07282026.png
    • To edit an existing workflow in the editor from the Identity Engine Workflows page, click the workflow's More Options menu (more-options-icon.png) and select Edit Details.

      workflows-main-page-sel-edit-01-07242026.png
    • To edit an existing workflow already open in the Workflow tab, select Editor in the Editor & Previous Runs dropdown.

      workflows-status-sel-editor-01-07242026.png

    The Workflow Editor displays (shown here with an existing workflow)

    workflows-editor-02-07242026.png

Actions You Can Perform in the Workflow Editor

You can use the Workflow Editor to do the following:

Building a Workflow

When you open the Workflow Editor from Identity Engine WorkflowsNew Workflow, a new unsaved workflow is displayed where you can begin building a workflow.

You can add new processes to a new or an existing workflow by dragging them onto the canvas.

workflow-editor-drag-process-01-07242026.png

Configure a Process

Each process will first appear with a “Not configured” label to indicate you need to configure the process. You can configure a process by selecting the process’s More Options menu (more-options-icon.png) and clicking Configure.

workflow-editor-config-process-01-07242026.png

Note

If you have the JSON configuration of an already configured process, you can click Upload to upload the JSON to configure the new process.

You need to configure processes in a workflow in the following order (see linked help topics for each process type below):

  1. Data preparation

  2. Resolution (only 1 per workflow)

  3. Export

Once you have configured a process, you can download it as a JSON file and upload it to another process of the same type to reapply the same settings. You can upload a process to both non-configured and configured processes.

Identity_engine__upload_download.png

Once you've created a workflow, you must click Save, enter a unique name for the workflow, and enter a description. The Identity Engine Workflows page displays your new workflow.

Download and Upload a Workflow

To efficiently create multiple workflows with the same configuration, you can use the download and upload functionality. Once you have built a workflow, you can download it as a JSON file. You can then upload the JSON file to a new blank workflow to reapply the same processes and configuration.

You can download any existing workflow. You can upload an existing workflow only to a new, blank workflow.

To download or upload a workflow, select MoreDownload Draft or Upload Draft.

workflows-editor-download-draft-07282026.png
workflows-editor-upload-draft-07282026.png

Running a Workflow

Once you build a valid workflow, you can run it by selecting MoreRun.

workflow-editor-run-07282026.png

The Run Workflow confirmation displays for you to cancel or confirm running the workflow. Click Confirm to run the workflow.

Set a Workflow to Live or Inactive

All workflows that have been run are live by default, regardless of their run status. You can set a live workflow to inactive to stop it from actively delivering data to production while editing it. This action is a prerequisite for deleting a workflow.

Tip

You can also set a workflow to "Live" or "Inactive" on the Workflows page.

Procedure. To set a workflow to live or inactive while editing the workflow:
  1. On the Workflow Editor page of the desired workflow, click Save.

  2. Set the "This workflow is live" toggle to its on (live) or off (inactive) position.

    Identity_engine_Deactivate_workflow.png
  3. Click Confirm.

Once completed, the workflow's live status will display on the Identity Engine Workflows page.