preemption-test-model.fsmHi there,
So i am building a manufacturing process where i want to stop the production during a lunch break and then have the process continue from where it left off. This is where preemption works perfectly. (i am using the parent child relationship which makes it super easy as well)
Anyway, i have the added complexity of wanting to change the delay time during the lunch break, but the delay doesn't seem to pick this change up. The delay activity is based on a label that i update during the lunch break. However when the restore context activity is hit, the token goes back to the delay but keeps the original label time and not the updated time.
I know this is because the save context activity store the tokens information before i change the label but i was wondering if there is a way to let the delay re-evaluate the time it needs to delay the token for while taking the new delay label into account?
I have attached the small model i built to test this concept.
Thanks