Automation Anywhere Enterprise provides an intuitive graphical flow diagrams for automating IT Processes.
Open the Workflow Designer from the Tools menu of Automation Anywhere. (Ctrl + K)
Workflow Designer provides following four objects
using which you can design you entire process
- Every Workflow must have only one Start object from where the entire Workflow begins.
- Using this object, you can call any previously configured task (.atmn). Before going to the next step, Workflow stops until the Run Task command is completely executed.
- When you drag and drop the Run Task object, it also comes with one 'Successful' and one 'Unsuccessful' arrow. It has to have these two arrows. If one of the arrows gets deleted then you can simply move the mouse over the Run Task object and pull another arrow and connect it to the desired object.
- This object determines the condition specified and based on the result (True or False), it takes the appropriate path in the Workflow.
- When you drag and drop the Conditional object, it also comes with one 'True' and one 'False' arrow. It has to have these two arrows. If one of the arrows gets deleted then you can simply move the mouse over the object and pull another arrow and connect it to the desired object.
- When the Workflow reaches this object, it stops the execution.
- To draw an arrow from any object, simply move the mouse over the object until the mouse icon changes to as shown in adjacent figure
Tip: Always validate the Workflow before running or exiting out of Workflow designer. Validation will ensure that your Workflow objects are connected correctly and when you run it, it runs as expected.