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 d6dc56a commit 1e926b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def schedule_new_workflow(
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),
workflow.__name__, input=input, instance_id=instance_id, start_at=start_at, reuse_id_policy=reuse_id_policy,
)

def get_workflow_state(
Expand Down

0 comments on commit 1e926b4

Please sign in to comment.