Skip to content

Commit

Permalink
fix(docs): replace java comment by python one in LH doc (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlaCarvajal authored Dec 10, 2024
1 parent e3e4e7b commit 453199b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func QuickstartWorkflow(wf *littlehorse.WorkflowThread) {
def my_entrypoint(wf: WorkflowThread) -> None:
task_def_name = "greet"
user_task_output = wf.assign_user_task("person-details", None, "writer-group")
delay_in_seconds = 10 // wait 10 seconds after the task is assigned to schedule the reminder
delay_in_seconds = 10 # wait 10 seconds after the task is assigned to schedule the reminder
arg1 = "Sam"
arg2 = {"identification": "1258796641-4", "Address": "NA-Street", "Age": 28}
Expand Down

0 comments on commit 453199b

Please sign in to comment.