Timer in sub-process

Hello!

 

I have a business process that will open a sub-process. That one I want to have a timer so every 10 minutes it will be called until it finds some type of value.

 

Is there a way to do that?

 

Thank you!

Like 0

Like

2 comments

Hello,

 

Have you tried using the [Start timer] event?

 

There is a Parameters of the “Other frequency” option.

You can select the "Other frequency” option in the [Process launch frequency] field to set a custom process frequency via a cron-expression.

Yes, it works but it still doesn't really help me. I want for the timer to run every 5 minutes only when I start that sub process. That process is trigger by the pressing of a button.

Show all comments