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.
是否可以进行这样的动态调用activity?
activity
<callActivity id="action" name="perform an action" calledElement="#MyService.getElement(Id)" />
当前代码总是返回no processes deployed with key '...'
no processes deployed with key '...'
在我找到答案时回答我自己的问题。一切工作一次$被使用而不是#.
$
#
<callActivity id="action" name="perform an action" calledElement="${MyService.getElement(Id)}" />