Stopping a Scheduled Process at a Certain Time

I am working on a process model and it needs to stop at a certain time (For example 2PM CST)

However, I don't see any option to do it. I've tried working on the advance options but it seems like that doesn't satisfy it as well.

This was the condition that I put in Advance Options

now() < local(fn!todate(today()), timezoneid()) + 30/24

Any suggestion is welcome.

  Discussion posts and replies are publicly visible

Parents
  • Additional ideas here would depend on your use case, if you could elaborate a little there - how/when is this process started, what is it doing when you want it to stop, does it need to continue later or end completely, etc?

    Another general option is to have a rule determine if the process should be online or not based on the current time.  The process can run through XOR gates between each step, checking this rule to determine if it should be online or not - then continue or end.  But I wouldn't know if that could apply cleanly here without additional use case details. 

  • Here is the use case:

    • Process runs on interval every 30 minutes daily.
    • Process stops running after 2PM CST.

    And thats it.

Reply Children