All Tags »
code »
destination rul... »
admin »
privileges (RSS)
Sorry, but there are no more tags available to filter with.
-
We have built a workflow that has the destination of the next activity chosen by the user in the previous user event.
The code in each activity destination rule looks something like this...
public void Main(ref DestinationRuleContext K2) {
K2.ResolveQueuesToUsers = true;
...