From 453199b2ab265dc84c0d842d2ea79cd81486fe8a Mon Sep 17 00:00:00 2001 From: KarlaCarvajal Date: Tue, 10 Dec 2024 09:00:28 -0600 Subject: [PATCH] fix(docs): replace java comment by python one in LH doc (#1186) --- .../05-developer-guide/08-wfspec-development/08-user-tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/05-developer-guide/08-wfspec-development/08-user-tasks.md b/docs/docs/05-developer-guide/08-wfspec-development/08-user-tasks.md index e378bc251..8d544b691 100644 --- a/docs/docs/05-developer-guide/08-wfspec-development/08-user-tasks.md +++ b/docs/docs/05-developer-guide/08-wfspec-development/08-user-tasks.md @@ -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}