Demo Project using Job Activities
The URL of the demo project is given below where users can learn about these activities in a better manner.
Steps:
Hello World Project:
- Drag and drop the message box
- Display the message “Hello World” in the message box.
- Publish the project
- From the Bot Manager, create a job for the Hello World Project by adding it as a process.
- Create a separate project in the Genie Studio to use the Bot Manager activities.
- Drag and drop Start Job activity.
- Provide the necessary details in the input properties of the start job activity.
- Execute the activity by clicking on the Play button in Genie Studio.
- Disable the Start Job Activity and drag and drop the Get Job Details activity.
- Configure the input properties of Get Job Details activity to access the job details of the Hello World project and store the result in an array list.
- Use the For Each activity to loop through the array list.
- Display each detail of the job in a Message Box.