I encountered an error 'Internal : End of subsheet without corresponding start' in blue prism after stepping the end stage in process studio,can anyone knows what the error means and when it comes?
相关问题
- Blue Prism - Collection to Object
- Enabling SAP mode for SAP Logon Pad in Blue Prism
- Get data from web page using JavaScript in BluePri
- Blueprism Application Modeller showing Launch inst
- RPA Vs Traditional Automation Tools
相关文章
- Blueprism Application Modeller showing Launch inst
- RPA Vs Traditional Automation Tools
- Schedule process not working in Blue Prism
- 'Internal : End of subsheet without correspond
- Does docker allow for robotic process automation?
- Application launch in blue prism
- App modeller, Identify button not showing up in bl
- Handling multiple html combo boxes in BluePrism
This happens when BP "gets lost" after the end of a page because it was not directed to the page using a Page Reference stage to begin with.It can happen if for example you are using Set Next Stage a bit too freely jumping between pages instead of following a more linear approach to debug your process. I would suggest to reset and try a more linear approach.
As mentioned in above answer, blue prism gets lost in the page flow. To fix this you can try using step out when you reach the end of the sub page.