Bpmn Deployer/creator

Is there any way to know who deploy a bpmn?

  • Through java: using the repositoryService.
  • Over REST: using the deployment api
  • In Flowable Modeler: click the publish button

Thank you for the answer, but there are many functionality in repositoryService and I could not find a method like getDeployer().

I do not want to just deploy a bpmn, I want to get the userId who deployed a bpmn.

thank you for your consideration.