Skip to content

Conversation

@timl3136
Copy link
Member

What changed?
Implement signal_with_start_workflow client method

Why?
It's a necessary feature for signaling in python client

How did you test it?
Add an integration test to test signal_with_start.

Potential risks

Release notes

Documentation Changes


async def signal_with_start_workflow(
self,
workflow: Union[str, Callable],
Copy link
Member

Choose a reason for hiding this comment

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

maybe we require workflow to be WorkflowDefinition?

Suggested change
workflow: Union[str, Callable],
workflow: Union[str, WorkflowDefinition],

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