I am trying to assign workflow tasks to newly created users.
I appended the users and roles in the user.properties and roles.properties in the jbpm-installer\jboss-as-7.1.1.Final\standalone\configuration with my custom users.
Now i want to assign task to the newly created user without restarting the server. Currently using custom database(MySQL) for the requirement.
But actually get confused where to update the new users and roles.
How can i do this?