I've been asked by my managers to see if we could export the workflows in Adaxes for auditing purposes. For example, what happens when a new user is created, or deprovisioned, etc. Is this something that's possible currently? Can a report be created for this purpose?
I guess at a High Level, without too much detail it could be something as simple as this:
Business Rule: Before User Creation
PowerShell Script 'Remove Spaces'
PowerShell Script 'Check User Length and Uniqueness'
Business Rule: Before Update of User/Department
{List everything under rule}
Business Rule: After User Creation:
{List everything under rule}
And would be nice to show how Security Roles, Property Patterns, Custom Commands, and Scheduled Tasks play a role. {more of a complex reporting here}
Thanks.