Skip to content

Instantly share code, notes, and snippets.

@meyerdan
Created June 3, 2014 06:53
Show Gist options
  • Save meyerdan/bf50168b1661a0792d9e to your computer and use it in GitHub Desktop.
Save meyerdan/bf50168b1661a0792d9e to your computer and use it in GitHub Desktop.
With camunda BPM assert
assertThat(processInstance).isStarted()
.task().hasDefinitionKey("approveInvoice")
.hasCandidateGroup("backoffice")
.isNotAssigned();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment