Hi!
I am developing workflows for complex business processes, on our Web applications. My workflow has become really large. Is there a way I can group steps, to make my workflow more compact?
Hi!
I am developing workflows for complex business processes, on our Web applications. My workflow has become really large. Is there a way I can group steps, to make my workflow more compact?
Hi!
Have you tried the Web Composite step. The Web Composite step is a singular step that can be used to perform several Web GUI actions.
Please refer to the AutomationEdge_Plugin_Reference_Guide for the list of actions that can be performed using the Web Composite step.
Think of creating Sub-Workflows in your Workflow, this way you can divide the execution in a more organized way, you just need to open the browser session out of the WF, that the Sub-WF Web Steps will follow that first Browser session.