How can I pause an approval workflow for a day? I don't want to achieve this by calling an external process as it will affect the job queue. Is there a wait procedure?
- Products
- Solutions
- Resources
- Trials
- Support
- Partners
- Communities
How can I pause an approval workflow for a day? I don't want to achieve this by calling an external process as it will affect the job queue. Is there a wait procedure?
You might try the "Waiting for further approval (WC)" procedure. According to the documentation (v91) you could create a database function that returned 0 if the XDateInserted of the PWO is less than 24h, or a value > 0 if that difference is bigger so your process continued after 24h.
HtH!