You are viewing limited content. For full access, please sign in.

Question

Question

Monitoring BD with WF

asked on September 29, 2021

 

Hi,

We develop a WF that queries an Oracle view every 30 minutes, until a specific record changes (the status of the project).

 

This WF may be running for several months, it generates 2 problems:

1- The WF becomes very heavy with so many records it generates.

2- Sometimes, after several months of running, the delay activities last much longer than configured (days later), which makes the WF not continue.

Does anyone have any idea how to improve the performance of a workflow of this type?

So that a database can be monitored with WF.

Example:

 

Thanks.

 

1 0

Replies

replied on September 29, 2021

I would advise you to not do the repetition in the workflow, use starting rules.  For instance, I have an inter-application synchronization routine that runs every fifteen minutes during business hours.  One rule for each day of the week, like this...


 

2 0
You are not allowed to follow up in this post.

Sign in to reply to this post.