提交 4cbcbbe7 编写于 作者: F falko.menge

User Guide: Fixed code example for Receive Task

上级 0fc0e339
......@@ -4686,7 +4686,7 @@ public class ThrowsExceptionBehavior implements ActivityBehavior {
ProcessInstance pi = runtimeService.startProcessInstanceByKey("receiveTask");
Execution execution = runtimeService.createExecutionQuery()
.processInstanceId(pi.getId())
.activityId("wait")
.activityId("waitState")
.singleResult();
assertNotNull(execution);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册