If validation is required for a document, I am creating an action in the action centre. Please note that I do not want to use ‘Wait for Document Validation Action and Resume’ activity in the same workflow.
I would like to trigger another process automatically when an action is completed by a user in the action centre. I would like to know how can I implement this requirement.
It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.
First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.
You can check out some of our resources directly, see below:
Always search first. It is the best way to quickly find your answer. Check out the icon for that.
Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.
Topic that contains most common solutions with example project files can be found here.
Read our official documentation where you can find a lot of information and instructions about each of our products:
Meet us and our users on our Community Slack and ask your question there.
Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.
Thank you for helping us build our UiPath Community!
Here in this scenario as your further steps are dependant on completion of action center task, wait and resume activity is must.
You can do something like this:
After creation of action center task, have wait and resume activity
Right after wait and resume activity, you can have another process start activity in the same workflow.
So now when this workflow will run in an unattended mode(directly from orchestrator), as soon as request is completed in action center, another process will get triggered.
However, if during development, you want to trigger execution directly from studio, it will have to be resumed manually from studio once action is completed in action center.
When you run from studio, you have to manually resume after task is completed in action center but when you run this process from orchestrator in an unattended mode, it would automatically resume once task is completed.
Hello I am currently facing a similar situation but my intelligent validation of invoices is divided into two robots one creates forms in Action Center and the other processes data obtained from Action Center in another system however the first process uploads several tasks to action center and I want that when a user completes a task a queue is created with the data of the completed task to activate the second process is this possible to do without using the Wait for Document Validation Action and Resume activity and without having a robot paused??
This is by default behaviour of robot - as and when an action center task is encountered , it will automatically pause that process then and there itself.
And after completion of the task only, further steps would be executed.