Skip to main content

Hi


I will explain that in English


1. I have a destination rule that reads users from an XML Datafield:


2. The xml assigned to the XML datafield Looks like this


 <Users>


 <User>MyDomainUser1</User> 


 <User>MyDomainUser2</User>




  <User>MyDomainUser3</User>

 


  </Users>


3. I want the following: When DelegatingRedirecting a task for any of the users to USER4; the same task should disappear from all the users and appear for USER4 only.


I hope this is possible

 

This could be done if you are using ASP.NET for your client page.  On a high level, it should be something like this.  From the page code upon clicking the redirect:



  1. Update the XML field to only have User 4.
  2. Execute an action which will essentially redirect back to the same activity.
  3. Tweak the succeeding rules to indicate that the other slots should expire due to the redirect.

Many Many thanks for your brilliant response


i just want to mention something: there is no need for step number three, because the redirect action when executed will reset the destination users to user4 and the task will be removed from users 2 and 3.


Reply