Description
The key of jobID should be executionId in the string format.
public String toString()
{ return String.format("TaskState jobId=%s, jobID=%s, state=%s, error=%s", jobID, executionId, executionState, throwable == null ? "(null)" : throwable.toString()); }Attachments
Issue Links
- links to