문제

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 '...'

도움이 되었습니까?

해결책

Answering my own question as I found the answer. Everything works once $ is used instead of #.

<callActivity id="action" name="perform an action" calledElement="${MyService.getElement(Id)}" />
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top