Way to success...

--"Running Away From Any PROBLEM Only Increases The DISTANCE From The SOLUTION"--.....--"Your Thoughts Create Your FUTURE"--.....--"EXCELLENCE is not ACT but a HABIT"--.....--"EXPECT nothing and APPRECIATE everything"--.....

Thursday, July 5, 2018

Assign the Workflow System Administrator Privilege to a specific user or to all users

By default, the Workflow System Administrator is set to SYSADMIN which allows access to all workflow functions for all users associated to the Workflow Administration role.

Query to Check:

select *
from wf_resources
where name = 'WF_ADMIN_ROLE'; 

Sample Output:





To change the Workflow System Administrator to the role intended to have administrator privileges, perform the following steps: 

Navigate to Responsibility -> "Workflow Administrator Web Applications"
-> Click on "Administrator Workflow"
-> Administration  > Workflow Configuration

Select the user intended in the Workflow System Administrator field and Apply

OR

Set the value to ' * ' to grant administrative privileges to all users and Apply


For Specific User: Select User as required and Apply











For All Users: Set the value to ' * ' 











Note :
The Workflow System Administrator privilege is granted to all users which is not recommended for Production Environments. You can set it for non-prod instances if needed.


1 comment:

  1. hi,

    if we assigned it to a specific user other than the sysadmin, can the sysadmin still have that privilege or can the sysadmin still use that?
    Can we assign it to multiple (around 3) users?

    please advise.

    Thanks.

    ReplyDelete