hi,everyone
our camunda is 7.4,and when we run code :
transitionImpl = currActivity.createOutgoingTransition(lastActivity.getId());
it said NullPointerException.
and in logs ,we can see Activity and Activity getid all has value :
lastActivity: Activity(Activity_0yw5jr6)
astActivity getid: Activity_0yw5jr6
so can any one help us to find out where is the problem ?
thank you in advance
bye the way,we did not exec:
identityService.setAuthenticatedUserId(“fozzie”);
if this is the cause ?