
tiagomacul
Mega Sage
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 11-29-2018 04:05 AM
var intDelay = parseInt(Math.random()*10000,10);
gs.sleep(intDelay)
"Avoid using gs.sleep on any of the workflow activities. The gs.sleep does not release session; the workflow will hold on to the thread; the instance will run out of worker threads for other jobs. Use a Workflow Timer activity instead of gs.sleep." Best Practices
Update set Planejando e executando mudanças no ambiente.
Was useful, please leave your feedback!
- 1,197 Views