camunda/camunda-bpm-assert

CAM-9915: Assertions on external tasks

ingorichtsmeier opened this issue · 3 comments

As a user I would like to write:

asssertThat(processInstance).isWaitingAt("MyExternalTask").externalTask().hasTopic("my-external-task-topic");
complete(externalTask(), withVariables("var1", value1, "var2", value2);

Will implement it on a fork.

Just released a version 2.1 containing this feature.

Hi Ingo,

thanks for your examples!
We have included this in the 3.0.0-alpha1 release.
Feel free to test the new external task features.
Every feedback is appreciated of course.

Closing this as fixed.

Best regards,
Tobias