🌍
Atlas - workflow designer
  • Getting started
    • About project
    • High level architecture
    • Development setup
  • User guides
    • Welcome
    • Building workflows
    • Executing workflows
    • Features
Powered by GitBook
On this page
  • Virtual tour
  • History
  • Executions
  • Versioning
  • Import from file/ Export to Json
  • Cloning
  • Event Handlers configuration
  • Tasks configuration
  • Undo/Redo
  1. User guides

Features

PreviousExecuting workflows

Last updated 2 years ago

Here are the main features of the application which make your work easer:

Virtual tour

The virtual tour will show for the first time you enter in the application, but it can also be accessed anytime from the edit screen of an workflow:

History

Each time a workflow is being modified, a snapshot is saved, giving us the possibility visualize the definition of an older version, to compare it to the current one or even to rollback to the previous one.

To view the history of an workflow, click on the arrow from the right of the screen and open the History tab:

In the history list, you can find all the previous versions of the current workflow, that you can visualize, compare and rollback to.

Executions

You can easily navigate to a workflow execution from the edit screen of it's definition. To do that, open the right panel and click on the Executions tab.

Here is the list of all the executions of the current workflow. You can see their end-time, their status, and you can also do some actions like: Pause, Restart, Retry or Stop, depending on their statuses.

Click on the workflow id (link) and you will be redirected in the execution screen for a more detailed presentation of the process activity.

Versioning

Each workflow can have multiple versions. When creating a new workflow, you are prompted to set a version to it. Also, it can be modified from the workflow Settings panel which can be accessed from the Utilities Bar

Import from file/ Export to Json

A workflow can be created based on a Json file which can be uploaded in the application.

Also, after creating a workflow definition, you can save it as a Json file.

Cloning

Assuming there is a workflow definition you would like to duplicate and use it further, go to workflows list and clone it:

Provide the name and the version to the new workflow and you are ready to use it as any other workflow.

Event Handlers configuration

Using Atlas, you can define and manage handlers for your events.

Tasks configuration

Besides the System Tasks, provided by the Conductor, we can define in Atlas a custom task type, based on Conductor documentation.

Undo/Redo

You did something wrong? Don't worry, you can use Ctrl + Z and Ctrl + Y as you are used to in order to undo or redo the actions.