Skip to content

Commit

Permalink
[JBPM-10176] info about new timers (#641)
Browse files Browse the repository at this point in the history
Co-authored-by: Alberto Fanjul <[email protected]>
  • Loading branch information
albfan and Alberto Fanjul authored Jul 6, 2023
1 parent 59a58a2 commit b150b20
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ public boolean isValidStatus(Status status) {

}

default void scheduleNew(long taskId, long deadlineId, long delay, DeadlineType type) {
schedule(taskId, deadlineId, delay, type);
}

public void schedule(long taskId, long deadlineId, long delay, DeadlineType type);

public void unschedule(long taskId, DeadlineType type);
Expand Down

0 comments on commit b150b20

Please sign in to comment.