Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Is it possible to have a dynamic call like this in activity?
activity
<callActivity id="action" name="perform an action" calledElement="#MyService.getElement(Id)" />
Current code returns always no processes deployed with key '...'
no processes deployed with key '...'
答えを見つけたので、自分の質問に答えます。の代わりに、 Everything works once$が使用され#ます。
$
#
<callActivity id="action" name="perform an action" calledElement="${MyService.getElement(Id)}" />
内の要素