Search This Blog

Saturday, July 23, 2011

Workflow Administrator Responsibility Doesnot show ALL notification when it assigned to other users except SYSADMIN

Workflow administrator responsibility doesn't show ALL notification when it assigned to others user except sysadmin

Cause: it is expected behavior.

Solution:

Perform the following :

1. Login as Sysadmin user or as user who has the Workflow Administrator privilege > Navigate to Workflow Administrator Web Application Responsibility > Administrator Workflow > Administration

Workflow Configuration Tab page. Change the Workflow Administrator to '*' (or any specific role as
per the business requirements. The '*' allows all the users to act as Workflow Administrators).

2. In case if you are not able to update the value from the front end, you can use the following
SQL to update workflow administrator from the backend:
NOTE:--Back up tables before updating

SQL> Update WF_RESOURCES
SET TEXT='*'
WHERE NAME='WF_ADMIN_ROLE';

SQL> commit;

No comments: