Currently the timer event have this Cron job configuration embedded in the workflow code-
<timerEventDefinition>
<timeCycle>0 58 16 1/1 * ? *</timeCycle>
</timerEventDefinition>
I want this as a configurable property on workflow overview page. I was trying to workaround the expression property in the timer main config but no luck on that. Any idea on how to do that?
Thanks.