Here is what I am trying to accomplish:
I have a shared content type and I have allowed two Workflows to have access to it, for example Workflow A & Workflow B. Workflow A is selected as the default Workflow. I have two Roles, Role A is assigned to Workflow A and Role B is assigned to Workflow B. I have one content community. Now, when Role B tries to create new content item I get the following exception:
An exception occurred while processing the “Java/global/percussion/workflow/sys_wfAuthenticateUser” extension: com.percussion.security.PSAuthorizationException: User is not authorized to create this type of content.
Role A can create new content item without any problems. Please advise!
Thanks!