Hi!
I use Activiti with Spring Boot to develop invoice system. So, I need to associate first task in workflow with workflow's initiator. I found out that it's usually made via expression:
<userTask id="..." name="Initiator task" activiti:assignee="${initiator.properties.userName}"/>
But in moment when workflow starts, I'm getting exception:
org.activiti.engine.ActivitiException: Unknown property used in expression: ${initiator.properties.userName}
Is it known issue and is there another way to perform task assignment?
Solved! Go to Solution.
I've got it solved after editing Start Event:
<startEvent id="request" activiti:initiator="initiator" />
I've got it solved after editing Start Event:
<startEvent id="request" activiti:initiator="initiator" />
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.