Halt process without using SLA/Agent
Hi,
I have a requirement, where I have to halt the current process for 2-3 seconds without using any SLA/Agent. The process should resume automatically after 2-3 seconds. I tried using the Wait method inside an activity, but no luck.
Pain Point - Trying to progress a parent case, when all child cases are Resolved using a Dependency Wait smart shape. After progressing, trying to update parent case from child case's data. But, as the child case is taking time to commit , the updated child data is not fetched. So want to halt the parent process for some time, so that child case can be committed properly.
Thanks in advance.