Skip to content

Commit

Permalink
RHPAM-4446: beforeTaskCompletedEvent shows updated value of process v…
Browse files Browse the repository at this point in the history
…ariables
  • Loading branch information
cimbalek committed May 24, 2023
1 parent 705df39 commit dbb940a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

package org.kie.internal.task.api;

import java.util.Map;

import org.kie.api.runtime.Context;
import org.kie.api.task.UserGroupCallback;

Expand All @@ -28,4 +30,6 @@ public interface TaskContext extends Context, org.kie.api.task.TaskContext {

void setUserId(String userId);

Map<String, Object> getBeforeTaskExecutedOutputVars();

}

0 comments on commit dbb940a

Please sign in to comment.