You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

ACP Workflows

This overview covers basic workflow actions, such as creating a new workflow, editing its identity data, and an overview of high-level options.


Using Workflows

Workflows are the primary component of ACP.  Each workflow is an independent entity using its own connectors, inside which multiple steps can be created to chain together actions from separate API services.

For information on adding connectors to a workflow, see Connectors. For detailed information on working with workflow steps, see the next section, Workflow Steps.

Creating a New Workflow

A new workflow can be created from the “New Workflow” button in the primary actions menu, or by the “New Workflow” button just after login.

Once a new workflow is created, it immediately appears in the main ACP editor.

Editing Basic Fields

The upper-left area of the ACP editor shows basic information about the workflow, all of which can be edited in place. 

The workflow name can be edited by clicking the "edit" button that appears when hovering over the name, then clicking "close" when complete.

The ‘slug’, below the workflow name, is the means by which the workflow is executed from outside ACP.  It is the distinct URL for the workflow. The slug can be edited, but not the path leading to the ACP projects folder.

The category the workflow is assigned to can also be changed.  Clicking the existing category brings up a list of all existing categories.  Picking a new category will assign this workflow to it.

The description box is a free-form text field which can contain any notes that are associated with this workflow, and directly edited by double clicking on the current description, then clicking anywhere outside the description area when complete.


Workflow Preferences

Rollback Mode and Debug Mode

The ‘preferences’ link in the upper-right can be used to bring up an options menu.  


The choices are:

  1. Enable Rollback:  this setting controls whether the workflow immediately halts or rolls back executed steps when it encounters a failure condition, or is unable to find an appropriate Route at the end of a step.
  2. Debug Mode:  this setting controls whether or not detailed debug output is shown at the end of workflow execution within the ACP GUI.  It has no effect on execution via API calls. For an example of how to use Debug mode, see Quick-Start Tutorial 2.



Additional Information

Continue on to additional User Guide pages for detailed information on working in ACP:

ACP User Guide







  • No labels