Custom Publish Workflow action

avdhoota n asked on July 13, 2017 17:42

Hi Team,

I have a requirement of adding custom code for the Publish workflow action. My application is on Kentico 6. I have publish step in my workflow but there is no client site, Instead on Publish, i have to transfer node data to one custom API(third party).

Please let me know how can i add code to publish action, I don't see any event which i can override.

p.s. I don't want to add any custom action but override the publish action.

Recent Answers


Brenden Kehren answered on July 13, 2017 19:07

For this you'd need to handle it with a global event and catch that publish action. You can take a look at the API documentation and other documentation in the Older Documentation section of the Devnet to get what you're looking for. Since this version is no longer supported and nearly 8 years or more old, it's not easy to come up with a full code solution.

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.