Jump to content

Is there a way to immediately stop all tasks associated with a task sequence?


Recommended Posts

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

  • 3 months later...
  • 2 years later...
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

  • 4 months later...

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 by ttarkan
Link to comment
Share on other sites

×
×
  • Create New...