Page 1 of 1

Checke Workflow Admin Script

Posted: Tue Aug 09, 2022 10:38 am
by admin
Hi,
By default SYSADMIN will be the administrator and to monitor WF you will have to login as SYSADMIN so using this command you can change and '*' means everyone,

SQLPLUS as APPS
update wf_resources set text='*' where name='WF_ADMIN_ROLE';
commit;