Basic Administration > Supporting Collaboration > Workflow Administration > Workflow Tools > Workflow Template Administration > Workflow Template Editor > Workflow Editor Nodes > Terminator Nodes
  
Terminator Nodes
Use a terminator node to complete either part or all of the workflow process. All activities should eventually be connected to an End or Ground node.
End Terminator
The End node stops the workflow template.
The End connector does not fire until all the inputs have processed, even if some of the multiple inputs have processed. In this situation, the workflow process continues to run, giving the user a false impression of a hung workflow.
To avoid this type, you can use a Ground node. Alternatively, you can insert an additional And or Or connector. Then, connect the output of this additional connector to the End connector.
Ground Terminator
The Ground node stops a parallel branch of activities in a workflow, but it does not end the entire template.