Update tutorials/workflow/python/monitor-pattern/monitor/monitor_workflow.py

Co-authored-by: Dzvezdana Arsovska <arsovska93@gmail.com>
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
Marc Duiker 2025-05-14 12:59:39 +02:00 committed by GitHub
parent 2f105b2c6b
commit bacd3b6fcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ wf_runtime = wf.WorkflowRuntime()
@dataclass
class Status:
isReady: bool
is_ready: bool
@wf_runtime.workflow(name='monitor_workflow')
def monitor_workflow(ctx: wf.DaprWorkflowContext, counter: int):