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

Cannot create sync self message inside an execution specification #438

Open
planger opened this issue Dec 13, 2018 · 0 comments
Open

Cannot create sync self message inside an execution specification #438

planger opened this issue Dec 13, 2018 · 0 comments
Assignees
Labels
bug Something isn't working prio_high High priority

Comments

@planger
Copy link
Collaborator

planger commented Dec 13, 2018

When I try to create a sync self message in this scenario:
image
image

The result is as follows:
image

I would have expected that the created message would start a new nested execution and that a reply message is being created.

I believe this is because we test whether the to-be-created sync message connects to an execution and, if yes, we don't automatically create an execution. However, it turns out that this test is not a good solution for all scenarios :)

A workaround right now is to first create the execution and then connect a new sync message to its start, however, this is actually very hard to achieve or potentially doesn't work either (I'm able to do that for non-self messages, but not for self-messages).

@planger planger added bug Something isn't working prio_high High priority labels Dec 13, 2018
@rschnekenbu rschnekenbu self-assigned this Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working prio_high High priority
Projects
None yet
Development

No branches or pull requests

2 participants