Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow should throw meaningful error on Node destruction #353

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

CherryPerry
Copy link
Collaborator

Throws proper.

Closes #350, see comments.

@CherryPerry
Copy link
Collaborator Author

@zsoltk I have split executeWorkflow into executeWorkflow and maybeExecuteWorkflow. It is also possible to do executeWorkflow(strict: Boolean, action: () -> Unit) but in this case we need to change public API and client code to make it Maybe instead if Single (loosing backward compatibility and migration is required).

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.

RxWorkflowNode causes CancellationException
1 participant