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?