OriginalPostID-60339
Discussion posts and replies are publicly visible
I have recently met with the same problem... I am using "Repeat node" to start sub-processes every 24h (daily). And even there is "Repeat until" - "The date and time specified by this expression" defined, it still starts new sub-processes after that date. I don't understand what is wrong, that's BIGGEST problem of Appian, you don't WHY it happens. Could Stefan Helzle help us, please? Thank you!PS: Now I am trying to use now() < pv!repeatUntil in "Expression is true", which should cause the same.
Do you have a specific reason to fire off process from a long running parent process? I mean, it would be much easier to configure a timer in the start node of that process directly.
Hello Stefan,
yes, there is reason, there are another tasks to be done during/after that. But that's not answer to my question, I am asking what I do wrong. Even now() < pv!repeatUntil (Date and time variable) doesn't work.