Skip to main content

Build Workflows

A workflow consists of connected tools that perform different functions to process data in Designer Cloud. When you build a workflow, you add and connect tools. You also configure those tools and workflow properties. To build a new workflow, select File > New Workflow or use the Alt + N keyboard shortcut.

Workflow connections move in a downstream direction horizontally.

Add or Remove Tools

To add a tool to a workflow, select any tool from the tool palette and drag it onto the workflow canvas. See the Designer Cloud Tool List for more information.

To remove a tool from a workflow, select the tool, and use the Delete key on your keyboard.

Connect Tools

To connect tools in a workflow, drag a tool from the tool palette onto the canvas near the output anchor of another tool. You can also drag the output anchor from an existing tool to the tool you just added.

NOTE

Some browsers may handle tool alignment differently, making the tools appear misaligned.

Connections go in through the left side of a tool and out through the right side of a tool.

  • Some tools accept multiple inputs indicated by multiple input anchors.

  • Some tools have optional inputs indicated by a gray input anchor.

  • All tools with an output anchor can be output to multiple streams.

Connection Actions

  • Delete a connection: To delete a connection, select the connection and use the Delete key on your keyboard. Downstream tools are not deleted.

  • Insert a tool into a connection: Right-click on the connection, then select Insert.

  • Name a connection: Double-click any connection to add a name or rename the connection.

Canvas Options

  • Run Job: Runs the workflow. The button changes to Stop while the workflow is running.

    • The Run Job button is disabled by default and is only enabled when you have a connected Output tool in your workflow.

    • The workflow is automatically run every time there is a change in your workflow or tool configurations.

  • You can select a specific engine to run your workflow:

    • Alteryx Engine: Best for jobs that use up to 1GB of data. This is the default and recommended engine.

    • EMR Spark: Best for large datasets. The workload will run on a distributed engine.

    • Snowflake: This engine is suggested in only a few cases.

      • Use when the source and target both are Snowflake.

      • Use when the source is a supported file type and the target is Snowflake.

      • Use when the source is Snowflake and the target is a supported file type.

  • Stop: Stops the workflow.

  • File: The options under File are...

    • New Workflow (Alt + N): Create a new workflow.

    • Open (Alt + O): Open a workflow that is saved in Designer Cloud.

    • Open Recent: Open a workflow you recently accessed.

    • Save (Alt + S) and Save As: Save your current workflow to Designer Cloud.

    • Duplicate: Create a copy of your workflow.

    • Rename: Change the name of your workflow.

  • View: The options under View are...

    • Mini Map: Shows a map of the entire canvas with a highlighted section that shows what is in view. To change your view, select and drag the highlighted section within the Mini Map.

    • Canvas Grid: Adds a grid to the canvas.

    • Suggestions: See suggestions for tools to add to your workflow.

    • Tool Description Flyouts: When enabled, tool descriptions appear when you hover over a tool in the tool palette or the question mark icon in the tool configuration window.

      tool-description-flyout.jpg

      Figure: Tool descriptions appearing in the tool palette flyouts.

Copy and Paste

To control where an item pastes onto the canvas, select the item, copy it (Ctrl + C), select where you want to paste the item, and then paste it (Ctrl + V). Designer Cloud pastes the item at the same point as the cursor.