Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 5 Next »

Overview

Workflows provide a live document outlining the structure of your application. It provides direct access to each item that makes up your application such a screens and other workflows.

Workflows can be divided into sections called Swimlanes, which allow for the separation of functions within your business process. This is illustrated below in this customer onboarding workflow:

 

The Workflow Window Layout

Here is a simplified view of the Workflow window:

  1. The toolbar provides Workflow specific options, such as displaying the available screens. Click on a toolbar option to display available items in the repository or drag the option onto the canvas to create a new instance.
  2. The repository where available items will be listed and an item's properties will be displayed.
  3. The main part of the window is the canvas, where you create the workflow and add swim lanes.
    • To add a swimlane, right-click on the existing swimlane and select either add new swimlane above or below.
    • Drag options from the toolbar onto the canvas to create new items. Then double click on them to create or configure them.
  4. The tables and the relationships
  5. between them.
    • A table is represented as a box, containing a list of all of the attributes it contains and their associated data type.
    • A line connecting tables represents the relationship between them. The line connects the primary key of one table to a foreign key in a different table; see Relationship.
  • No labels