Skip to main content
Newcomer
January 12, 2022

Audit Log for Workflow Profile Rename or move under different Parent

  • January 12, 2022
  • 2 replies
  • 0 views

SOURCE: ONESTREAM CHAMPIONS

Hi Team,

i was looking for the Audit Log for Workflow profile re-name or workflow profile movement from one parent to another, almost similar to what we have for Metadata logs.

Any hints for the same ?

Regards and Thanks

Darpan Bhansali

 
 
 

2 replies

Veteran
January 12, 2022

Hi Darpan,
I don’t know off the top of my head but have you tried sending in a support ticket? They might be able to answer you much quicker than us.

darpan13Author
Newcomer
January 12, 2022

Hi Nicole,

Thanks for the response, i had already communicated with One Stream support, seems the same request is already in queue from other customers as well and they will be releasing the same in next version release, may be by early 2021.

but i hope my question above was clear… is there any tables which we can use and find out the workflow rename audit…

Regards

Darpan Bhansali

Newcomer
January 12, 2022

Hi Darpan,
Based on your question I’m guessing you have access to the System tab in OS. I believe the application table AuditWorkflowProfileHierarchy will give you the information you’re looking for. It has the ProfileName as well as the Keys for the WF Profile and the Parent. Of course there is potentially extra work needed depending on how you want to report this to other people, but I’m ignoring that for now.
Thanks,
Andy

darpan13Author
Newcomer
January 12, 2022

Many Thanks for your inputs, Based on the tables below, we were able to Frame the query to get the required data into the excel format.

  1. Profile Rename – New name and old name ( able to fetch in a row… but no code to have saying old MEP and new MEP ) – Still it Works.
  2. Parent Profile modifications are also being tracked / Audited, which we were able to derive. – Works.

Still have few questions as below.

We are not able to find Audit logs / Tables for the modifications done at Work Flow Execution Group & Certification SignOff Group. How to find the audit log for the same ? ( Refer screenshot below )

Regards

Darpan Bhansali

https://discourse-static.influitive.net/uploads/db_8467a788_7b9e_45b8_8b6c_d37e1967220d/original/1X/16b06ce3237f9f3e860952a1f801e161618a68fe.jpeg
Screenshot 2020-11-24 151755.jpg757×238 50.1 KB
Veteran
January 12, 2022

Changes made to security on master data will show on the out of the box Metadata Audit reports dashboards (in the XFS Metadata Audit dashboards maintenance unit) and it looks like they’re pulling from the data base tables AuditMember and AuditRelationship.