cancel
Showing results for 
Search instead for 
Did you mean: 

Can we Schedule the iflow bi-weekly in SAP HCI?

0 Kudos

Can we Schedule the iflow bi-weekly in SAP HCI?

Accepted Solutions (0)

Answers (2)

Answers (2)

A workaround:

You could run the iflow each week and use a data store to count each week that has past (Write +1 to a data store variable each run).

Each time the iflow is run you would Read the data store variable again, Then use a splitter to:

End the iflow IF the value in the data store is odd (1,3,5,7 etc...)

Continue the iflow IF the value in the data store is even (2,4,6,8 etc...)

ashish_goel4
Active Participant
0 Kudos

Hi,

You can use timer start to trigger the i-flow. And schedule it to bi-weekly.

timerstart.jpg

0 Kudos

Hi,

i want to run my scenario bi weekly (taking place every two weeks or run after 2 weeks) not twice a week.

ashish_goel4
Active Participant

For that use 2 timer start. Connect both to 1st step of i-flow. And select the month day like 1 and 15. So, one timer start will trigger the i-flow on 1st day and other on 15th, as per your requirement.

Thanks,

Ashish

Thanks!!,
But in my requirement i have to run or schedule it every month biweekly and every months have 30/31 days.
in that cased this will fail.

Regards,

Sidharth Mehta