WorkflowExecutor.get_by_correlation_ids_and_names calls

Open
#508 1 comment 0 reactions 2 assignees View on GitHub

@sawmonaco is already working on this.

Since Sep 18, 2026.

Assessment

This issue has not been assessed yet.

Description

Calling WorkflowExecutor.get_by_correlation_ids_and_names function gives:

TypeError: OrkesWorkflowClient.get_by_correlation_ids_in_batch() got an unexpected keyword argument 'include_closed'. Did you mean 'include_completed'?

This is because the WorkflowClient expects include_completed (https://github.com/conductor-oss/python-sdk/blob/3a0516aaa223a68dbd61f5360a348b3a6d4f9ec8/src/conductor/client/orkes/orkes_workflow_client.py#L207-L211)

but include_closed is being sent
https://github.com/conductor-oss/python-sdk/blob/3a0516aaa223a68dbd61f5360a348b3a6d4f9ec8/src/conductor/client/workflow/executor/workflow_executor.py#L190-L199

Dominant language
Python
Stars
104
Forks
43
Avg merge
1d 13h
Merged PRs (30d)
4

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from conductor-oss/python-sdk

All issues in conductor-oss/python-sdk

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.