Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
(many others remain)
  • Loading branch information
mederly committed Apr 17, 2019
1 parent 1400738 commit 174be87
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -116,7 +116,7 @@ public WorkItemOperationSourceInfo getSourceInfo() {
public void createExpressionVariables(VariablesMap variables, OperationResult result) {
super.createExpressionVariables(variables, result);
variables.put(ExpressionConstants.VAR_ASSIGNEE, resolveTypedObject(assignee, false, result));
variables.put(ExpressionConstants.VAR_WORK_ITEM, workItem, WorkItemType.class);
variables.put(ExpressionConstants.VAR_WORK_ITEM, workItem, CaseWorkItemType.class);
}

public AbstractWorkItemOutputType getOutput() {
Expand Down

0 comments on commit 174be87

Please sign in to comment.