Hi, everyone. I just scrolled through all the posts tagged with Action Center and did not see this question asked, so I will ask it.
Is it possible to add a single task to Action Center in the course of the REFramework?
I’m wondering if I can have the robot add a task to Action Center when it runs into a business exception. I would like a human to be notified that there is invalid data so that they can correct it. Then, the robot can add this corrected item to the queue. I don’t want to use an Orchestration/Long-Running Process template or the typical UiPath.Persistence.Activities; I’ve had issues with memory consumption with these before. I just want a new task created every so often when a BE occurs.
Is there an activity from a different package we can use? Or is there an activity within UiPath.Persistence.Activities that doesn’t require the robot to be constantly “checking” Action Center for completed tasks?
Hi again, @Nithinkrishna . I added a Create Form Task, and that went fine. It created a task that I completed in Action Center. However, that was not very useful because the outputs of the completed form task did not get used anywhere.
I put a “Wait for Form Task and Resume” after the Create Form Task, but then I started to get the error below. Here you can see my main workflow, the persistence activities in my ProcessTransactions.xaml, and the error I am getting. I turned on “Supports Persistence” because I read that could be a solution to the error, but I’m still getting it.
I’m not doing this within an Orchestration Process, just a regular process I created.