0

Is it possible to have a dynamic call like this in activity?

<callActivity id="action" name="perform an action" calledElement="#MyService.getElement(Id)" />

Current code returns always no processes deployed with key '...'

4

1 に答える 1

0

答えを見つけたので、自分の質問に答えます。の代わりに、 Everything works once$が使用され#ます。

<callActivity id="action" name="perform an action" calledElement="${MyService.getElement(Id)}" />
于 2013-10-31T15:59:55.513 に答える