I have to deliver fragmented automation as a single piece with UiPath being the users one stop shop for processing.
meaning the automation can be controlled through single window, initiate Step A (Bot 1) then audit the result and confirm the result, upon confirmation immediately the next bot (step B) should start.
Something like the application ENATE where flows can be created and authorization set and trigger points for the bot
End to End process automation would require such a feature
You can achieve this through UiPath Orchestrator, UiPath Apps and UiPath Action Center.
The process begins when a user initiates it through UiPath Apps. A Master Process (can be either developed in UiPath Studio or Studio Web) then starts Bot A using a Start Job activity or the UiPath Orchestrator API. Once Bot A completes its task, it stores the output in a designated repository such as a Queue Item, Storage Bucket or Database.
The Master Process subsequently creates an approval task in UiPath Action Center, where a user reviews and validates the results. Upon approval, the Master Process automatically triggers Bot B to continue the workflow, if the results are rejected, the process is either terminated or routed back for correction.
yes can support this using UiPath Apps as the single user interface, Orchestrator for process orchestration, and Action Center for user review and approval. Users can start Bot A, review the outcome, approve it, and automatically trigger Bot B, providing an end-to-end workflow similar to ENATE.
As full control is needed UiPath apps or coded apps is your way for this, but again if the automation takes sometime then better to embed an action app in it rather than continuous refresh.