Skip to content

Add /api/workflow/execute/{name}/{version} support in sdk#292

Closed
orkes-harshil wants to merge 12 commits into
mainfrom
feature-wf-cr-rs
Closed

Add /api/workflow/execute/{name}/{version} support in sdk#292
orkes-harshil wants to merge 12 commits into
mainfrom
feature-wf-cr-rs

Conversation

@orkes-harshil
Copy link
Copy Markdown
Contributor

No description provided.

@orkes-harshil orkes-harshil changed the title fix test failures in gha Add /api/workflow/execute/{name}/{version} support in sdk Jun 12, 2025
Comment thread src/conductor/client/http/api/workflow_resource_api.py Outdated
(data) = self.execute_workflow_reactive_with_http_info(body, name, version, **kwargs) # noqa: E501
return data

def execute_workflow_reactive_with_http_info(self, body, name, version, **kwargs): # noqa: E501
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any idea why we say reactive in method name ? execute_workflow_reactive_with_http_info

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes -this is not needed

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'll change this

Comment thread src/conductor/client/http/models/signal_response_1.py
Comment thread src/conductor/client/http/models/signal_response_1.py
Comment thread src/conductor/client/orkes/orkes_workflow_client.py Outdated
Comment thread src/conductor/client/workflow/executor/workflow_executor.py Outdated
sleep(1 << attempt)


def test_execute_workflow_reactive_features(workflow_executor: WorkflowExecutor):
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to understand reactive_feature in method name. For better understanding for others lets add something in description or we can change then name!

@orkes-harshil orkes-harshil deleted the feature-wf-cr-rs branch June 16, 2025 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants