Hello Everyone, I would like to enqueue messages to outgoing tasks of the Integration Bus from Marketing automation custom action in Kentico 13. I tried to create IntegrationTaskInfo and Integrati...
Are there any other sample or guide on implementing integration bus for incoming synchronization ? The only documentation I can find is in docs and it feels confusing on how to implement it on kent...
I'm testing concepts in the integration bus and just trying to solve 2 issuesIf I try to create a standard TreeNode, how can I programmatically set the template ([DocumentPageTemplateConfiguration]...
The need is to integrate Kentico 12 XP with an external PIM system. I would like to be able to process the information received by the PIM in a scheduled job, in order to create or update elements ...
I have a number of integration bus connectors setup which all seem to load fine when the site is first started or performing System -@ Restart Application, however I have noticed that when clearing...
Hello,If an Integration Task fails, I log an exception and return IntegrationProcessResultEnum.ErrorAndSkip or IntegrationProcessResultEnum.Error. In both cases, the Integration Bus keeps retrying ...
Hi everyone, I am using Kentico 12 MVC. I have a form where customers can complete details. These details are mapped to contacts, but I need to get the contact into our crm system.I have added the ...
Hello,I'm tyring to use the Integration Bus to send new orders to an external ERP system.My code looks like this:public class ErpConnector : BaseIntegrationConnector { public override void Init...
Hi, In integration bus connector, I cannot subscribe to Activity object. I can't find 'ActivityInfo' Object type. Is there a way to send activities to connector? Or is there any other way to I can ...
Hi,I currently have a problem where as the more tasks that are added to the integration bus for a specific connector the longer the tasks are taking to complete.There is a scheduled task that runs ...