// When
I have an unsuspended Job definition at an activity and I click on the the activity on the process definition view diagram
// Then
I can't select it on the process Diagram
// Expected
I can click on it and a filter is applied in the Job Definitions Tab
// Root cause
With CAM-10606, we refactored how job definitions are loaded in the jobSuspension overlay to only load suspended jobs from the server. Therefore, unsuspended job definitions are no longer selectable.