Task Scheduling Issue: I'm just wondering why the process continue to d

Task Scheduling Issue:
I'm just wondering why the process continue to do a task ex: (repeat posting to feeds/sms) even though i already set the
Repeat Unitl: "The date and time specified by this expression" to a particular date and time. By default it should stop from sending sms/posting to feed once it reach the specified date and time under "REPEAT UNTIL" section right?
TIA....

OriginalPostID-60339

OriginalPostID-60339

  Discussion posts and replies are publicly visible

Parents
  • 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  help us, please? Thank you!
    PS: Now I am trying to use now() < pv!repeatUntil in "Expression is true", which should cause the same.

Reply
  • 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  help us, please? Thank you!
    PS: Now I am trying to use now() < pv!repeatUntil in "Expression is true", which should cause the same.

Children