Yes, i want to display the previous task and the upcoming tasks (nodes?) of a process.
If I'm right the method getNodes() returns an array of all the nodes that are in that process. Should I go through the array and check if any of that is the active one?