In PHP's documentation ( http://php.net/manual/en/gearmanclient.donormal.php ) you can see the last attribute to be a Unique Identifier for the task.
- How do you find a task based on the Unique Identifier ?
- Why use $unique and not $job_handler from jobStatus() ( http://php.net/manual/en/gearmanclient.jobstatus.php ) ?
It seems that you cannot find a task based on the Unique Identifier.