This workflow shows how one can wait for the completion of a node for a predefined of time, pulling a thread-dump if the node does not complete until then. This can be useful for debugging nodes that are intermittently failing to complete, staying stuck in executing state.
The output is a table with thread information that can be used to determine where in the code the node is stuck.