Skip to content

Commit

Permalink
Merge branch 'master' into feat/add-worker-context
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlaCarvajal authored Dec 4, 2024
2 parents eb25572 + aa4c17d commit 1268673
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 1268673

Please sign in to comment.