Chain Schedule
BeantwoordHi
Is it possible to create multiple schedules for a single chain such that each schedule is executed using a different set of chain variable values?
Crude example:
Schedule 1
Use chain using chain variable value = 'A'
Schedule 2
Use chain using chain variable value = 'B'
-
Hi Chad,
Yes, there are several ways you could achieve this. Here are a couple examples.
1. You could use Dynamic Variables and set the appropriate value based on the Chain Runtime. In other words, if schedule 1 is at 12:00 pm and schedule 2 is at 12:00 am, then you could look at the chain runtime value and set the Dynamic Variable value to A or B based on the time.
2. You could configure your Chain to have Runtime Inputs. Then build one or more "parent" Chains that run on the various schedules and calls the main Chain. The parent Chains would pass in the appropriate values to the Runtime Inputs.
Hopefully these examples can help you come up with a solution for your Chain.
0Thanks Jeff
Regarding option 2 - We're on the same page here. I've been busy working on this. Although possible, I didn't like the idea of creating more than one parent chain for each set of values.
I like the idea you've listed under option 1. I'll look into this.
Thanks.
0U moet u aanmelden om een opmerking te plaatsen.
Opmerkingen
2 opmerkingen