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

compilation errors #83

Open
koopspieter opened this issue May 27, 2022 · 3 comments
Open

compilation errors #83

koopspieter opened this issue May 27, 2022 · 3 comments

Comments

@koopspieter
Copy link

Hi,

I try to run a process including a XOR gateway. However, it chooses by default the sequence flow that listed first in the BPMN file. When I set the bool to false, that is used by the gateway, according to the format in the papers, it results in a compilation error of smart contracts. I use version 1. What is going wrong? Is version 1 outdated? How do I solve it? I already inspected the code thoroughly, without positive result.

@koopspieter
Copy link
Author

koopspieter commented May 28, 2022

Additionally, it does not this: (bool _powder) : (bool powder) -> {powder = _powder; } when no option is selected, it takes the flow that is specified first. Which leaves me with the impression the bools are set to true by default.
The following results in compilation errors:
bool powder = false;
bool powder = "false"
Anyone faced this. problem and solved it? Would be really helpful. @orlenyslp @TimKam

@koopspieter
Copy link
Author

"bool powder = false" does not raise errors anymore. However, it still does not comply with the flow it is supposed to take

@koopspieter
Copy link
Author

After trying v2 and v2.1, I got v2.1 working, however the output is not of interest to me. When I try the v2 version, it does not continue after the first step. Who knows how to deal with that?

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

No branches or pull requests

1 participant