ShawnNevers Posted March 15, 2021 Share Posted March 15, 2021 I am wondering if there is a way to end all tasks in a task sequence when a ModelEntity transfers out of the station. I tried setting the Token Action On Associated Object Transferred to EndProcess but I guess that only works upon exiting the current step. Link to comment Share on other sites More sharing options...
Unmesh.Chandak Posted June 23, 2021 Share Posted June 23, 2021 is this what you are looing for. Unmesh Model.spfx Link to comment Share on other sites More sharing options...
gabrielacoccaro Posted June 11, 2024 Share Posted June 11, 2024 On 6/23/2021 at 2:41 PM, Unmesh.Chandak said: is this what you are looing for. Unmesh Model.spfx 102.34 kB · 6 downloads this is an old thread, but I'm looking for something similar. I want to suspend the task sequence processing but only for the entity that is transferring out of the workstation, not permanently suspend the processing for that server. Is there a way I can accomplish this? Thank you Link to comment Share on other sites More sharing options...
ttarkan Posted October 25, 2024 Share Posted October 25, 2024 (edited) Hi Gabriela, Here are two ways you can do that: 1) You may add transfer-out constraints to workstation object, so the entity cannot transfer-out from the object even if its task sequence is complete. 2) In the end of task sequence you may add a task with type "Process" and choose the process you want to run in this step. Then inside the process use a scan step to check for the condition you want to be true before you transfer the entity even out of the "processing contents" of the workstation. Hope this helps. Edited October 25, 2024 by ttarkan Link to comment Share on other sites More sharing options...
Recommended Posts