Skip to main content
I would like to know if there is any way to export or query a given K2 process to find all users or destination queues which are in a destination rule of the process.
Hi kbodie,

Once a process definition has been exported from K2Studio to K2Server to the databases, there is no way (no API methods) to get to the process definition i.e. no way to see which users/destqueues were assigned as destination users on a specific Activity.

The only way to achieve this would be:
1. Use the K2Studio object model to open the K2Studio solution files to query the "design time" process definition.
2. Use sql queries/reporting against the K2Log database to return the users who HAS ALREADY taken part in processes i.e. after-the-fact.

Once again, hope it makes sense.
Ockert

Reply