Hello,
I want to define a process that can be started during a specific period only.For example , i want to define a process that can only be started in month july for example.
How can i do that using camunda ?
Thank you
Hello,
I want to define a process that can be started during a specific period only.For example , i want to define a process that can only be started in month july for example.
How can i do that using camunda ?
Thank you
Hello @abdallah,
there are at least three possile ways:
Hope this helps,
Ingo
You could use something like this:
And modify the logic to check the current date to see if it is within your accepted date range.