* Step Function in Sub-Page: * The Step function in Blue Prism is used to execute the current stage and then move the focus to the next stage. * Current Stage (Add to Queue): * The Add to Queue action is configured to add data from a collection to a work queue. * If there is an error in the input parameters (e.g., missing or incorrect Queue Name, Data Collection, etc.), the action will fail. * Error Handling: * When the Add to Queue action fails, the process will trigger the exception handling logic. * The focus will move to the Recover1 stage to handle the exception. References: * Blue Prism documentation on exception handling and the use of the Step function.