DelayActivity-StopToken.fsmThis is a simplified concept model, but I have an operator being used for transport and process tasks built in Process Flow. He gets scheduled breaks via a time table. The time table calls stopobject() on the operator, but the activity timer (delay task sequence) does not pause. Functionally, the work continues to "do itself" while the operator is down.
How would I stop progress (the activity timer) until the break is over? I have tried referencing the tokens as contents or subnodes of the activity, but cannot get the references working in order to call Token.stop.