Skip to content

Commit

Permalink
Merge branch 'master' into dashboard-all-wfruns
Browse files Browse the repository at this point in the history
  • Loading branch information
HazimAr authored Dec 4, 2024
2 parents 89a4c70 + aa4c17d commit 3e46a3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ String taskArg1 = "reply to my email, you must!";
String taskArg2 = "for my ally is the Force, and a powerful ally it is";

String taskDefName = "send-reminder";
wf.scheduleTaskAfter(userTask, delaySeconds, taskDefName, taskArg1, taskArg2);
wf.scheduleReminderTask(userTask, delaySeconds, taskDefName, taskArg1, taskArg2);
```

</TabItem>
Expand Down

0 comments on commit 3e46a3b

Please sign in to comment.