Create Workflow
Requirements
Linux Control Center = 2.10.X or higher
Overview
The Linux Control Center Workflow allows you to create workflows with decision making and chaining of actions. With an intuitive interface, it allows total control in a simple and fast way.
Objective
This document aims to demonstrate the step by step and demonstrate how to use the Linux Control Center Workflow.
Workflow Steps
See an example of how a workflow with decision making works.
Create a Workflow
Click on Workflow on the left sidebar.
Click on Create.
Enter the name for the Workflow in the Name field.
Click Start New Workflow.
Choose the desired Action in the Action field
Choose the Host on which you want to execute the action in the Host field.
You can also execute the action in a group by selecting it in the Group field.
Click Create.
Click Save to create the Workflow.
Create Sub Action
Open the Workflow in which you want to add an Action with decision making and click Add Subaction for the desired action.
Click on Action and choose the Sub Action
Choose which result will be responsible for executing the Sub Action.
Always: Executes the Sub Action regardless of the result of the previous Action. Success: Executes the Sub Action only in case of Success of the previous Action. Error: Executes the Sub Action only in case of Error of the previous Action. Regex: Executes the Sub Action only if the defined Regular Expression is the result of the previous Action.

Click Create to create the Sub Action.
Click Save to save the Sub Action
Executing the Workflow
Click Workflow on the left sidebar.
Click Actions in the Workflow line and click Run.
It is also possible to run within the Workflow page
Click Agree to run the Workflow
See the example of Workflow Steps.
Last updated