1. Home
  2. IT Process Automation Tutorials
  3. IT Process Automation – Run multiple workflows with one Scope Action

IT Process Automation – Run multiple workflows with one Scope Action

In this Process Automation tutorial, we will demonstrate how to trigger or run multiple workflows within one scope action.
If you have never created a Scope Action before, please refer to the below video and the Scope Action Creation Basics article for more information.

Note:

To be able to implement this tutorial, you will need access to the full version of Goverlan Reach and its Process Automation framework. If you don’t currently own a valid license, you can download a free version of our remote access software on our website. The 15-day trial is free and no credit card is required.  

Tutorial

NOTE:

The computer that has the Goverlan Scope Action module installed must be configured as the target of this Scope Action.

For example:
If the Scope Action module is located on COMPUTER-A, the scope module must look as follows:

The following screenshot represents the finished Action Modules tab. The Master Scope Action will contain a different action module for each Scope Action.

Process Automation Step 1 – Configure each Action Module in the Master Scope Action.

For each individual scope action, create the following action module in the Master Scope Action:

Execute Computer Action > Processes > Run a New Process

Process Name: This will be the location of the GovScopeActionWorker.exe (located in the Goverlan installation directory)
Example: C:\Program Files (x86)\GoverLAN v8\GovScopeActionWorker.exe (for x86 users remove the x86 from the Program Files path)

Process Argument String: This will be the Scope Action in question including its full path. (You can right click the Scope Action > Open Definition Directory, to confirm the exact location of your Scope Actions)
Example: C:\Users\vcruz\AppData\Roaming\Goverlan\Scope Actions v8\Report NTFS Permissions.gsa -opt:NoPrompt

Please note:

The -opt:NoPrompt switch that is needed after the .GSA name for the Scope Action to run properly.

Run As Type: 1 (This means that it will run as the console user, in this case since we selected the Goverlan Console machine, it will use the logged users credentials. Set this to the requirements of your network)

Wait for Completion: Set this value to True if the Scope Actions need to run sequentially. Set this value to false if the Scope Actions need to run simultaneously.

Wait Time Out(Seconds): Please enter a time in seconds for the Scope Action to complete. This depends on the nature of the scope action itself. Longer scope actions will need more time to complete.

Kill Process on Time Out: False

Hide Execution Window: True

Repeat Step 1 for each scope action that will participate in the Master Scope Action.

Process Automation Step 2 – Set the order of execution for each Action Module

Arrange the Action Modules in the order of execution:

Updated on April 24, 2020

Related Articles