Skip to main content

Hey Everyone,

                      Let's say i have one big process A, Three small processes B,C and D. Now B and c are Connected to A thru IPC Event.

My question is, is it possible to exclude process from build A,B,C while i am working on D or E.

It is taking a lot of time to build and deploy.

How does process A will behave if i exclude process B and C (IPC Processes to A), Will IPC events be intact even though child processes were excluded ? 


   
 

Within VisualStudio, in the Solution Explorer, you can right-click on the .kprx file and choose "Exclude from Build".  The K2 process will then have a small red X through the corner of the icon in the Solution Explorer or Visual Studio.


As for the IPC events, they should be intact, assuming that you have already deployed those processes to the K2 server. 


Hope this helps.


Thanks Matt,

                    Though i knew how to exclude a process from build, it is the IPC events which i am not sure of. Thanks for the reply, i'll try to exclude all the processes and see what happens.

Thanks
 


Reply