Skip to content

Commit

Permalink
Revert "[incubator-kie-issues-646] Duplicate timer created for Task S…
Browse files Browse the repository at this point in the history
…LA Due date with AsyncMode env setting (#2352)"

This reverts commit 063e3e4.
  • Loading branch information
elguardian authored Nov 2, 2023
1 parent 063e3e4 commit 56f12b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public long getId() {

@Override
public Object getMetaData(String name) {
return getMetaData(name);
return ((NodeImpl)node).getMetaData(name);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ public void setEventType(String eventType) {
this.eventType = eventType;
}

@Override
protected void configureSla() {
// an async event node cannot have an sla event
}

@Override
public Node getNode() {
return new AsyncEventNode(super.getNode());
Expand Down

0 comments on commit 56f12b0

Please sign in to comment.