Hello,
startProcessInstanceByKey return ProcessInstance object with startUserId field.
How can I pass a value to startUserId field?
Hello,
startProcessInstanceByKey return ProcessInstance object with startUserId field.
How can I pass a value to startUserId field?
Set the id of the user using
IdentityService#setAuthenticatedUserId
See BPMN 2.0 Constructs · Flowable Open Source Documentation