Thanks Dmitry for your response. This is event, I am trying to capture Activity in integration bus connector. I have subscribe to following object but it does not capture new activities. Is there a way to subscribe to new activities in connector?
SubscribeToObjects(TaskProcessTypeEnum.AsyncSnapshot, ActivityInfo.OBJECT_TYPE, TaskTypeEnum.All);
I may be able to capture global event and store activity in custom table, then use connector to subscribe to this custom table. but this will be 2 step process. Can't I just subscribe to ActivityInfo?