I have one application, whenever someone signup in my application, then that user should be created in jbpm. So that whenever new tasks are added he can approve it. I am using rhpam jbpm business-central which is running on localhost. http://localhost:8080/business-central/kie-wb.jsp
I have googled how to create a user using API, swagger, or Programmatically So that as soon as the new user gets registered in my application that the user will be created in jbpm. But not found anything about it. Can you please help me?