Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
issue #374
  • Loading branch information
rsoika committed May 16, 2018
1 parent 35f4a5c commit 6f7ba76
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ public class WorkflowKernel {
public static final String WORKFLOWGROUP = "$workflowgroup";
public static final String WORKFLOWSTATUS = "$workflowstatus";
public static final String ISVERSION = "$isversion";
public static final String LASTTASK = "$lasttask";
public static final String LASTEVENT = "$lastevent";
public static final String LASTEVENTDATE = "$lasteventdate";
public static final String CREATOR = "$creator";
public static final String EDITOR = "$editor";
public static final String LASTEDITOR = "$lasteditor";


public static final String TYPE = "type";

Expand Down

0 comments on commit 6f7ba76

Please sign in to comment.