logo
logo
Sign in

Alteryx Workflow: What is Alteryx Workflow | Tips & Tricks

avatar
soumyarani

What is an Alteryx workflow?

A workflow in Alteryx is created to do a bunch of different things. A workflow is what you create by dragging and dropping things in the workflow canvas of Alteryx Designer. It is saved to the standard Alteryx file format .yxmd. It contains various tools that perform different functions to process data. To create a workflow, you have to navigate to "File" in the main menu and select the "New Workflow" option. A new workflow canvas opens up. It provides a lot of tools in the tool palette. All you gotta do is drag and drop the tools you need into the workflow canvas. Instead, you can right-click the workflow, where you will get the list of tools that you can select to insert. You can configure the workflow and tools properties. The connections between the tools in a workflow has a downstream direction, vertically or horizontally. 

Become a master of Alteryx Tools by going through this HKR Alteryx Certification Training!

Connect tools

Each tool might have an input and output anchor. After you drag and drop a tool from the tool palette onto the workflow canvas, you have to connect it. When you drag the tool near the output anchor of another tool, the connection will appear automatically. You can also drag the output anchor of the previous tool to the input anchor of your new tool to connect them. The connections will go in from the left side (or top) of the tool and come out of the right side (or bottom) of the tool. Some tools have multiple input anchors, so they accept multiple input connections. The tools with output anchors can be connected to multiple tools. 

Workflows and tools options

Workflows and tools come with a lot of options that we can select to apply in the workflow. Let's look at some of the various available options.

Tab right-click options

When you click on a workflow tab, you will get a menu with the following options.

Close All But This - It closes all the opened workflows except the current workflow.

Close All - It closes all the open workflows.

Duplicate - It creates a duplicate of the current workflow.

Tool right-click options

When you select a tool on the workflow canvas and right-click on it, you will get a menu with a lot of options. Here are some of the options from the menu.

Cut - It cuts the selected tool from the workflow canvas.

Copy - It copies the selected tool.

Delete - It deletes the selected tool from the workflow canvas.

Zoom - It lets you zoom in, zoom out, and fit the tools in the workflow canvas.

View Possible Connections - It shows a list of possible tool connections for the selected tool.

 

Canvas options

The following are the canvas options that the Alteryx workflow has.

Run Workflow - It is used to run the current workflow. Instead, you can run a workflow by using the Ctrl+R shortcut. When the workflow is running, this icon changes to "Stop Workflow".

 

Run As Analytic App - It runs the workflow as an analytic application.

Add Workflow to Schedule - You can schedule a workflow to run at a specific time and frequency.

Active Documents - It shows all the open workflows, apps, or macros.

New Blank Workflow - It creates a new and empty workflow on the canvas.

Zoom In - It increases the zoom by 3/2.

Zoom Out - It decreases the zoom by 2/3.

Workflow configuration

A configuration window displays all the options that can be configured for a selected workflow, tool, or connection. You can configure the various settings of the selected tool, workflow, or connection. The configuration options depend on the thing that you have selected. For example, the canvas has configuration options such as Layout Direction, Annotations, and Connection Progress. The options for a workflow are Workflow Path, Workflow Type, and Constants. 

Workflow management

Once you have created a workflow, you can save it in the Designer. You will be able to share these workflows with other users in the Alteryx Gallery or your company's Private Gallery. When you make some changes to your workflow, you can save it and share it back to the gallery. This time, the previous version of your workflow will not be replaced in the Gallery. Instead, the Gallery maintains previous versions of your workflow. You can also access the workflows in the gallery and edit them in your Designer. 

Workflow dependencies

The Workflow Dependencies window displays all the tools of your workflow grouped together by input or output path or data references. It shows a table with details such as inputs, outputs, and data of your workflow. You can opt to view the table in either individual tools or tools grouped by dependency. You can edit the paths of grouped tools individually or as a group. The paths can be relative or absolute. You can access the "Workflow Dependencies" by navigating through the "Options" and select "Advanced Options". In the Workflow Dependencies, you can edit the tools that are configured with data files such as Directory Tool, Spatial Match Tool, Email Tool, Input Data Tool, Output Data Tool, etc. 

Schedule workflows

You can schedule a workflow to run at a specific date, time, and frequency. Alteryx provides two location options to run a scheduled workflow. 

Alteryx Server - You can schedule to run a workflow to your company's private gallery or to a controller.

Designer plus Desktop Automation - You can schedule to run a workflow on your computer. 

The schedule to gallery or controller option is only available if you have an Alteryx Server. You can schedule a workflow in two ways. One way is, open the workflow that you want to schedule and click on the "Workflow to Schedule" icon present at the top of the canvas. The other way is, navigate to "Options" and select "Schedule Workflow". 

Workflow optimization

A good workflow practice is to optimize your workflow so it runs better and faster. The following are some of the things that you can do to optimize your workflow.

Remove the unnecessary fields in your stream.

  • Limit the number of records passing through a workflow for large data by using the Sample tool. 
  • You can remove browse tools from your workflow to reduce the amount of memory used.
  • Size should be balanced between the objects of source and destination. The selected object from the destination should be the larger file and the selected object from the source should be the smaller file.

Tips and tricks to make your workflow look nice

When you code in a programming language, you follow some coding standards to make the code look nice and understandable. In a similar way, you can clean up your workflow to look nice and understandable when you share it with your peers. Here are some tips that might help you in making your workflow beautiful.

  • Use containers to organize workflow tools. You can set separate boxes of logic separately. Add a description to each container.
  • Use the annotation tool to write custom descriptions of what is happening inside a tool. 
  • You can assign the tools in your workflow either horizontally (Ctrl-Shift -) or vertically (Ctrl-Shift +).

Conclusion

The workflows in Alteryx provides the most common methods built-in for data preparation. It also provides built-in functions for merging datasets. It has options for performing predictive analysis. You can even write mathematical calculations in your workflow very easily. Once you get to know how to work with Alteryx Designer, building workflows is relatively easy. So, start creating workflows and try performing analytics and predictions on your data. 

collect
0
avatar
soumyarani
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more