No products in the cart.
< 1 min read
Performance
High
Workflow Activities
Use a Workflow Timer activity instead of gs.sleep. This will ensure the workflow will release the thread, freeing up system resources.
Rule ID
SN-0409
The gs.sleep() function should not be used on any workflow activities because it does not release session, the workflow will hold on to the thread and the the instance will run out of worker threads for other jobs.
10 min
There was a problem reporting this post.
Please confirm you want to block this member.
You will no longer be able to:
Please allow a few minutes for this process to complete.