Skip to content

Commit

Permalink
Update ext/dapr-ext-workflow/dapr/ext/workflow/dapr_workflow_client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Elena Kolevska <[email protected]>
Signed-off-by: Fabian Martinez <[email protected]>
  • Loading branch information
famarting and elena-kolevska authored Dec 4, 2024
1 parent 7f6ecbd commit d6dc56a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def schedule_new_workflow(
input=input,
instance_id=instance_id,
start_at=start_at,
reuse_id_policy=Union(reuse_id_policy),
reuse_id_policy=reuse_id_policy,
)
return self.__obj.schedule_new_orchestration(
workflow.__name__, input=input, instance_id=instance_id, start_at=start_at, reuse_id_policy=Union(reuse_id_policy),
Expand Down

0 comments on commit d6dc56a

Please sign in to comment.