---
title: Designing advanced workflows
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

> **Info:** **Enterprise license required**
>
> Features described on this page require the **Kentico Xperience Enterprise** license.

In this chapter, you will learn how to design an advanced workflow process. Before you begin with creating steps, familiarize yourself with the Workflow designer tool.

> **Note:** **Prerequisite**
>
> Windows Communication Foundation must be [configured](https://docs.kentico.com/13/configuring-xperience/configuring-windows-communication-foundation.md) for the advanced workflow designer to work.

## Workflow designer

The workflow designer is a tool for creating complex workflow processes.

You can find the workflow designer on the **Steps** tab when editing an advanced workflow (in the **Workflows** application). The designer consists of a toolbar and a grid. By placing workflow steps from the toolbar on the grid and connecting them, you form a graph that represents the workflow process.

The following image shows a basic workflow process consisting of the Edit, Published and Archived steps, as it appears in the workflow designer. The steps are connected with transition lines. The direction in which the arrows point is the direction in which a page will be shifted through the steps.

![Workflow designer](https://docs.kentico.com/docsassets/13/designing-advanced-workflows/advanced+workflow.png "Workflow designer")

If your graph doesn't fit into the designer area, you can click and drag an unoccupied area of the grid to shift it and expose additional free space.

## Step types

In advanced workflow, you can use the following types of steps:

- **Standard** step allows approving or rejecting a page.
- **Condition** allows splitting the workflow process into two branches, according to whether the condition is met or not.
- **Multi-choice** step allows splitting the workflow process into multiple branches. You can define a number of conditions, one of which will determine the branch the process will automatically continue in. If more than one condition is met, users will be able to choose.
- **First-win** step allows defining a number of conditions, where the first condition that is met determines the branch the process will automatically continue in.
- **User choice** allows defining branches of the process, where the user will choose the branch the process will continue in.
- **Wait** allows to define a time period after which a page will be automatically shifted to the next step.
- **Published** step puts a page's latest version up to the live site.
- **Archived** step makes a page inaccessible from the live site.

You can also embed actions that will be automatically performed when a page reaches an action step:

- **Copy page**- copies a specified page to another location.
- **Delete page** - deletes a specified page.
- **Import translation** - imports translations of the page that are ready.
- **Link page** - creates a linked page.
- **Move page** - moves a specified page to another location.
- **Publish to Facebook** - automatically sends a predefined post on Facebook.
- **Publish to Twitter** - automatically sends a predefined post on Twitter.
- **Send for translation** - submits a page for translation using the specified translation service.
- **Send email** - sends email based on a specified email template.
- **Send notification emails** - sends emails according to the email settings defined for the step that immediately follows.
- **Set page property** - assigns a specified value to a page's property.
- **Synchronize page** - synchronizes a specified page to all enabled staging servers.

You can also [create your own actions](https://docs.kentico.com/13/configuring-xperience/configuring-the-environment-for-content-editors/configuring-workflows/designing-advanced-workflows/creating-custom-action-workflow-steps.md).

## Source points

The red points are **source points**. You can drag a source point with your mouse and drop it on another step to create a connection between the two steps.

Some steps can have more than a single source point.

![Source points on steps in the workflow designer](https://docs.kentico.com/docsassets/13/designing-advanced-workflows/workflow_source_points.png "Source points on steps in the workflow designer")

Condition step, for example, allow you to create branches of the process. Therefore, they have two source points. The point after the 'If match' condition' indicates where the process continues if that condition is met. The red point indicates where the process should continue if no condition is met. Steps that offer multiple conditions have multiple blue source points, one for each condition.

To learn how to connect steps together, refer to [Connecting advanced workflow steps](https://docs.kentico.com/13/configuring-xperience/configuring-the-environment-for-content-editors/configuring-workflows/designing-advanced-workflows/connecting-advanced-workflow-steps.md).
