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

Compare with Current View Page History

« Previous Version 4 Next »

ACP UI Overview

This section provides a high-level overview of the available screens and menu options in ACP. 

The Login Screen

After installation you can navigate to the root of the directory ACP was installed to find the main authentication screen.  

The login screen is also where you can select the language localization for the product.  This selector is in the upper-right corner. After logging in, you will be directed to the ACP Home Page. 


ACP Home Page Options & Menus

After login, the ACP home page defaults to “No Workflow Selected” and provides options for creating a new workflow or importing a workflow.

From here, you may also access the ACP actions menu in the upper left corner of screen, the language selector in the lower right corner, and the logout link from the arrow in the upper right corner.

ACP Header

The ACP Header (the black bar at the top of the page) is available throughout ACP, and contains the following elements:

  1. Actions Menu Button
  2. ACP Logo and Current Version
  3. Current User
  4. User Options / Logout

Page options

After logging in, and whenever no workflows are open, the Home Page will display "No Workflow Selected" and give the following options

  1. New Workflow - Click to open a new workflow page
  2. Import - Import a workflow provided a JSON file (from the "Export as JSON" feature).

Change Language

Change the Language at any point by selecting the desired language from the selector at the bottom right corner of the screen. 

Actions Menu

The actions menu for ACP is accessed by the menu button toggle ("Hamburger" icon of three horizontal lines) on the left side of the ACP black header bar  (upper-left corner of the screen). Clicking the menu button once will show the actions menu on the left side of the screen, clicking it again will hide the menu.

The Actions Menu

The actions menu for ACP is accessed by the menu button toggle ("Hamburger" icon of three horizontal lines) on the left side of the ACP header. 

Clicking the menu button once will show the actions menu on the left side of the screen; clicking it again will hide the menu.

Actions Menu Options

Under "Actions", links to specific management areas are available:

  • New Workflow - Opens the page to create a new ACP Workflow
  • Categories - View, add, or edit Categories to organize your Workflows.
  • User Management - Manage the users authorized to access the ACP instance.
  • Javascript Functions - Create, view, and edit custom Javascript functions for use in advanced workflows.
  • Generic Connectors - Define your own connectors for services not natively supported by ACP


Under "My Workflows" is a list of the four most recently saved Workflows.

To view all available Workflows, click the "More..." link at the bottom of the recent workflows list.

Logout

To log out of ACP, click on the down arrow next to the username in the upper right area of the screen, then click on the logout link that appears.

Ensure that you save any changes to your Workflows prior to logging out - any unsaved changes will be lost after logout. 


User Management

The user management screen is accessed from the primary actions menu.

This screen allows you to add, delete, and edit system users.  

When adding or editing, a modal dialogue requests basic information about the user.

The search box allows you to quickly find a particular user.


Categories and Category Management

The category management screen is accessed from the primary actions menu.

Each ACP Workflow is assigned a category to help keep them organized.  By default, new workflows are assigned to the category “uncategorized.”

New categories can be added using the “Add category” button in the upper-left.  Categories can be removed by using the ‘delete’ button on the left of their row.

There are no limits to the number of categories you can define.  A workflow can only be a member of one category.

ACP ships with several built-in categories for the example library, such as “Getting started” and “ProVision and Route53.”


The Workflow List

The category management screen is accessed from the ‘more’ button in the “My Workflows” section of the actions menu or by the “Browse workflows” button just after login.

The workflow list contains all of the saved ACP Workflows within the system.  Workflows are listed by the order in which they were created, most recent first, but they can also be sorted by name or category.

The search box allows you to search for a specific workflow by name.

Each row in the listing table describes a single workflow, and the action buttons on the right allow you to:

  1. Open the workflow in the main ACP editor
  2. Delete the workflow
  3. Clone the workflow into a new project
  4. Replace the workflow entirely with a JSON export
  5. Export the workflow to JSON


You can also import a new workflow from a JSON export using the ‘import’ dialogue in the upper-left.


The Examples Library

ACP ships with a wide variety of working ACP examples illustrating various concepts and functions.  These examples can be found in the Workflow List and are grouped into distinct categories, like ‘Getting Started’ and ‘ProVision & Amazon.’  

The ‘Getting Started’ category is of particular importance for new users as it shows specific examples of distinct concepts.  This category of workflows will be referenced often in this documentation.







  • No labels