Hi all, I've got an issue with an Authz and Action workflow. I would like to start an action workflow after an AuthZ workflow was fired regardles of the result of the AuthZ workflow. I configured an MPR and added my two workflows.
But the action workflow is only fired if I accept the AuthZ workflow. Did this change form 2010 to 2010 R2 oder MIM? https://msdn.microsoft.com/en-us/library/windows/desktop/ee652475(v=vs.100).aspx
As far as I understand the article it states that the action workflow is executed after AuthZ, correct?
Carol is refering to exactly the same thing in her article.
http://www.wapshere.com/missmiis/authorization-after-an-action
Problem behind this is the fact that I need to split a user change request into multiple parts to allow approval for individual attributes.
I would like to avoid writing my own custom approval activity.
Thanks Chris