Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Schedule Trigger interval as input parameter

Is there a way to configure the scheduled trigger to take the interval as an input variable.

my use case is as follows : I want to run a sub integration based on a variable that changes upon business logic 
how can this be done?

also how can I call / configure this scheduled flow at any step of my main integration as I do not know in advance. Also using integration call task doesn’t recognize the scheduled trigger to fire it.

5 REPLIES 5

Sorry but I do not understand How will this be useful for my use case. I want a certain branch of the integration to automatically run  after an interval of time (a month / a year ) this interval is not known a head (it is a variable) and the scheduled trigger doesn’t take a variable as input for time interval .also the scheduled trigger can’t be part of main integration flow as it can not be connected .How can the edge condition be useful?

OK I see your use case. Schedule trigger can't take interval as input. If you only wnat the integration to run once after an interval, you can call our schedule API via Rest task with the interval. 

If I want to run this periodically is there another way ??

or if I ever encounter a use case where i need to call the recurring sub flow.

How can the sub flow be called at a certain step of the main integration? Is that possible? Because integration call task doesn’t recognize this type of trigger. (Only sees private/ api triggers)

Also the scheduled trigger can’t be connected to the main integration it needs to be stand alone 

You can put a rest task to schedule the next run at the end of the integration. The integration should have API trigger instead of schedule trigger.

 

Top Solution Authors