Skip to main content

10 replies

csteward
June 23, 2021

On your Start Node, configure a timer under Triggers that runs daily.  At the bottom of the Timer Event you can configure a Timer Condition as:

contains(
  {1,4,7,10},
  month(today())
)

This will only start your process if the month is 1 (Jan), 4 (Apr), 7 (July) or 10 (Oct).

vigneshwaris0001
June 23, 2021

thank you so much, will it run automatically or i need to start the instance once.. please confirm

vigneshwaris0001
June 23, 2021