Skip to content

Commit

Permalink
Update ch07b-BPMN-Constructs.adoc
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
alvarezmario committed Feb 10, 2015
1 parent 4309222 commit 297118e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userguide/src/en/ch07b-BPMN-Constructs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4513,7 +4513,7 @@ It is possible to use expressions here as well:
----
<callActivity id="callSubProcess" calledElement="checkCreditProcess" >
<extensionElements>
<activiti:in sourceExpression="${x+5}"" target="y" />
<activiti:in sourceExpression="${x+5}" target="y" />
<activiti:out source="${y+5}" target="z" />
</extensionElements>
</callActivity>
Expand Down

0 comments on commit 297118e

Please sign in to comment.