Skip to content

Commit

Permalink
BZ-1000589 - Process compilation error stack does not include any
Browse files Browse the repository at this point in the history
information usable to identify the process definition which caused the
error
  • Loading branch information
krisv committed Sep 12, 2013
1 parent 254cfe0 commit a3f3ccf
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -58,4 +58,8 @@ public String getProcessId() {
public void setProcessId(String processId) {
this.processId = processId;
}

public String toString() {
return "Process " + name + "(" + processId + ")";
}
}

0 comments on commit a3f3ccf

Please sign in to comment.