Tuesday, October 28, 2014

Disable Case Sensitive Group Names in Human Task

Group Names in Human Task are case sensitive by default. However usernames are not. So While working with Human task you can use an case while specifying username but it may result into invalid group name / group not found issue if Group Name used is not using exact case.

You can disable case sensitivity of Group Name for Human Task by setting up caseSensitiveGroups Property in MBean Browser. Here are the steps.

  1. Right-click soa-infra, and select Administration > System Mbean Browser.
    The System MBean Browser is displayed on the right side of the page.
  2. Expand Application Defined MBeans > oracle.as.soainfra.config > Server: server_name > WorkflowIdentityConfig > human-workflow > WorkflowIdentityConfig.PropertyType > caseSensitiveGroups.
  3. Click the Operations tab.
  4. Click setValue.
  5. In the Value field, enter false.
  6. Click Invoke.