Repository

The Repository is a storage space in the Operations Console for template workflows and other useful components in Flux like an engine configuration. Once a workflow is saved to the Repository, it’s available for editing at any time by any user with access to the Operations Console (and sufficient permissions to access the Repository).

Starting a Workflow

A workflow that is saved to the Repository will not automatically run on its own. This is true even if the workflow in the Repository has a trigger that uses a time- or event-based schedule.

To begin running a workflow (or to schedule its first execution) from the repository, you’ll just need to select the workflow from the Repository grid and press the “Start” button. This will export the workflow to the engine, where Flux can begin scheduling or executing it.

Editing a Workflow

To edit a workflow, select it from the Repository grid and choose “Edit”. This will display the workflow in the Designer, where you can make changes to it and resave to the Repository or just directly export to the engine (if you do export to the engine without saving, though, be aware that the copy of the workflow in the Repository will not be updated with any changes you made).

You can edit workflows in the Repository even if they were uploaded from an .ffc file on the system or saved to the engine using an external Java API client.

Promotion

In Flux, promotion allows you to copy items from the repository of one cluster to the repository of another (for example, to copy a workflow from Development to QA or Production, or to transfer a configuration from one environment to another).

To promote an item, just find the item in the repository you want to promote from, then select it and click the “Promote” button. This will bring up the promote dialog, where you can select which cluster you want to promote the item to. From there, follow the directions on-screen to complete the promotion.

Once the item has been promoted, you can navigate to the repository of the destination cluster, where you should find the newly promoted item waiting.

Security

Since promotion involves transferring an item from one cluster to another, there are a few security concerns that might arise. To ensure that you’ll be able to promote items successfully, just make sure your clusters follow these guidelines (see Security for more information about the permissions discussed below):

  • In the source cluster, the user who will perform the promotion must have at least “View” and “Promote” permissions for each namespace that they will need to promote.
  • In the target cluster, there will need to be a user account with “Edit” permissions in the namespaces to be promoted. There are two ways the user who promotes from the source cluster will be able to use this account on the target cluster:
    • If the same user account that is being used from the source cluster also exists on the target, Flux will attempt to automatically log in using the same username and password. If this fails,
    • The user will be prompted to enter the username and password for a user on the target system. This should be the username and password of the user with “Edit” permissions on the target.