Skip to main content
Hi Mikkel,

You could pass the name of the destination queue as a datafield. In this case the destination rule cannot be configured via the Grid view. you will have to generate the code. look at the code K2 generates when you setup a destination rule based on a queue.

jey
We have several processeses (more than 50) and would like to extract reusable parts of these prosesses into subprosesses in order to remove duplicate implementations. However our problem is that for this subprosess (which is an approval process) the destinations are not the same in all of the above prosesses.

What I would like to see is a solution where you from the parent process can link a destination queue to a destination queue in the child process like you link process fields. Is there a way to do this in code?

Or does anyone have another solution to the problem?
Something like extracting the users from a destination queue, adding them to process variable and linking to subprocess in IPC event...

Thanks,
Mikkel
I have tried that solution, but destination queues are only available within the same project. As we have so many processes we have to keep them in several projects to enable multiple developers to work at them simultaneously.

Reply