Tutorial: How to Build a Custom Camunda Connector, Using Java

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

ความคิดเห็น • 6

  • @rishabhmodi8919
    @rishabhmodi8919 10 หลายเดือนก่อน +2

    Hi, What is the difference between using @ZeebeWorker and @OutboundConnector?

    • @CamundaTeam
      @CamundaTeam  10 หลายเดือนก่อน +2

      Hi there - Thank you for your question! A Connector is reusable code that is not a standalone application while a job worker is usually part a of Zeebe client application that can be directly executed to work on jobs. Additional information can be found in our documentation: bit.ly/3HSwXd5

  • @ManishTiwari-or8zt
    @ManishTiwari-or8zt 10 หลายเดือนก่อน

    how to use postgres data base connector? I have gone through the documents but could not figure it out how to do? Could you please help? My task is to call postgres DB for one column data and based on output I need to call another task.. Please help

    • @CamundaTeam
      @CamundaTeam  10 หลายเดือนก่อน

      Hi Manish - Thank you for your question! The best place to get technical support is our forum: bit.ly/3ypuP97. Our engineers and community are always happy to help!

  • @anonymousxy7330
    @anonymousxy7330 9 หลายเดือนก่อน

    Is it possible to do this in the desktop version?

    • @CamundaTeam
      @CamundaTeam  9 หลายเดือนก่อน

      Hi there - Thank you for your question. Information about using Connector Templates in our Desktop Modeler can be found on our blog: bit.ly/3Tt8bqD.