I`m currently trying to get the initiator of a Process.
I saw the following posts:
https://app.camunda.com/jira/browse/CAM-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
Futhermore I tried a lot of potential solutions, but nothing works.
I tried to start the processes with the delegate via the Tasklist (7.4. and 7.5-alpha1) and JavaCode within the eclipse modeller (UnitTest).
Can You give me some advise please?
public void execute(DelegateExecution execution) throws Exception {
String userId = Context.getCommandContext().getAuthenticatedUserId();
}
Cheers,
Christian