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

docs(getting-started): fix tutorial BPMN workflow #4427

Merged

Conversation

pinkertonpg
Copy link
Contributor

Description

Per error received when deploying the example workflow, expressions must start with '=':

Error: rpc error: code = InvalidArgument desc = Command rejected with code 'CREATE': Expected to deploy new resources, but encountered the following errors:
'order-process.bpmn': - Element: Message_155nrcd > extensionElements > subscription
    - ERROR: Expected expression but found static value 'orderId'. An expression must start with '=' (e.g. '=orderId').
- Element: SequenceFlow_1girnrf > conditionExpression
    - ERROR: Expected expression but found static value 'orderValue>=100'. An expression must start with '=' (e.g. '=orderValue>=100').

Related issues

Closes #4421

Pull Request Checklist

  • All commit messages match our commit message guidelines
  • The submitting code follows our code style
  • If submitting code, please run mvn clean install -DskipTests locally before committing

@CLAassistant
Copy link

CLAassistant commented Apr 30, 2020

CLA assistant check
All committers have signed the CLA.

@saig0 saig0 self-requested a review May 1, 2020 09:14
Copy link
Member

@saig0 saig0 left a comment

Choose a reason for hiding this comment

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

Great! Thank you for your contribution 👍

@saig0
Copy link
Member

saig0 commented May 1, 2020

bors r+

@zeebe-bors
Copy link
Contributor

zeebe-bors bot commented May 1, 2020

Build succeeded

@zeebe-bors zeebe-bors bot merged commit 629483b into camunda:develop May 1, 2020
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.

Reference model for getting started tutorial fails to deploy
4 participants