Returns most recent job item attached to this job.
string $plugin: The plugin name.
string $item_type: Source item type.
string $item_id: Source item ID.
\Drupal\tmgmt\JobItemInterface|null The most recent job item that matches that source or NULL if none exists.
public function getMostRecentItem($plugin, $item_type, $item_id);