How To Use Process Runner Tools
Autonomous processes are set up for scheduling, reusability, and follow a series of user defined step-by-step instructions
Creating a Process Using Genesis Process Runner Tools
This section will guide you step-by-step on how to create a process in Genesis using the process runner tools. By the end of this guide, you will have a clear understanding of how to define, configure, and execute a process. We will also provide a simple example process for you to follow along.
Understand the Components of a Process
Before creating a process, it’s essential to understand the key components:
-
Process Name: A unique identifier for the process.
-
Process Instructions: Detailed steps or logic the process will follow.
-
Process Configuration: (Optional) settings or parameters that the process may require.
-
Visibility: (Optional) Whether the process is visible in the list of processes or hidden.
Step-by-Step: How to Create An Autonomous Process
Step 1: Start By Asking To Create A New Process
Step 2: Provide The Process Details
1. Uses a naming convention that highlights the objective. Upon note creation, the process ID will be automatically populated following a naming convention such as <bot_id>_<task_name>_<random_id>
2. This is where you put step-by-step instructions for the Genbot to use as a workflow. These steps follow the Let’s Verify Step-By-Step and the Genbot goes through a verification of each step of the autonomous process before proceeding onwards to the next step.
Here is an example with the objective of calculating the Sum of Two Numbers that you can copy and try below.
User Prompt
Process Configuration is optional! this following example includes a configuration where the user can define what number 1 and number 2 is to add together.
Recap of The Process Instructions:
Step 1. Input Parameters:
-
number1: The first number for the addition.
-
number2: The second number for the addition.
Step 2. Calculation:
- Calculate the sum of number1 and number2.
Step 3. Output:
- Output the result of the addition.
Step 3: Seeing The Process In Action
Now that the process has been created, the next step is to test the process and ensure it’s running as intended.
Genbot Tip: Notice how in this example, the supervisor flagged an instance where a step of the process was skipped or not done correctly.
- Process Runner Tools are a great way to automate workflows, handle complex step-by-step operations in a scalable repeatable way.