Skip to content

Commit

Permalink
fix(docs): Replace deprecated scheduled task after method
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlaCarvajal committed Dec 4, 2024
1 parent 01c8645 commit 4f809ce
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 4f809ce

Please sign in to comment.