You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/04/12 14:55:36 UTC

[camel] branch main updated: Regen for commit a486ec2892e5903c7764a939e3c71025b292fed4

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b357da94b80 Regen for commit a486ec2892e5903c7764a939e3c71025b292fed4
b357da94b80 is described below

commit b357da94b80612c415325241fc1bc0355765009d
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Wed Apr 12 14:49:37 2023 +0000

    Regen for commit a486ec2892e5903c7764a939e3c71025b292fed4
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../endpoint/dsl/ZeebeEndpointBuilderFactory.java  | 29 ++++++++++++++++------
 1 file changed, 22 insertions(+), 7 deletions(-)

diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ZeebeEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ZeebeEndpointBuilderFactory.java
index cf16a98ff34..8ca2f6a1f5f 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ZeebeEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ZeebeEndpointBuilderFactory.java
@@ -482,7 +482,7 @@ public interface ZeebeEndpointBuilderFactory {
         /**
          * The name of the resource.
          * 
-         * The option is a: {@code } type.
+         * The option is a: {@code String} type.
          * 
          * Group: producer
          * 
@@ -495,7 +495,7 @@ public interface ZeebeEndpointBuilderFactory {
         /**
          * True if the operation was successful.
          * 
-         * The option is a: {@code } type.
+         * The option is a: {@code boolean} type.
          * 
          * Group: producer
          * 
@@ -508,7 +508,7 @@ public interface ZeebeEndpointBuilderFactory {
         /**
          * In case of an error, the error message.
          * 
-         * The option is a: {@code } type.
+         * The option is a: {@code String} type.
          * 
          * Group: producer
          * 
@@ -521,7 +521,7 @@ public interface ZeebeEndpointBuilderFactory {
         /**
          * In case of an error, the error code if available.
          * 
-         * The option is a: {@code } type.
+         * The option is a: {@code String} type.
          * 
          * Group: producer
          * 
@@ -534,7 +534,7 @@ public interface ZeebeEndpointBuilderFactory {
         /**
          * The process ID of a deployed process.
          * 
-         * The option is a: {@code } type.
+         * The option is a: {@code String} type.
          * 
          * Group: producer
          * 
@@ -547,7 +547,7 @@ public interface ZeebeEndpointBuilderFactory {
         /**
          * The version of a deployed process.
          * 
-         * The option is a: {@code } type.
+         * The option is a: {@code int} type.
          * 
          * Group: producer
          * 
@@ -560,7 +560,7 @@ public interface ZeebeEndpointBuilderFactory {
         /**
          * The process definition key of a deployed process.
          * 
-         * The option is a: {@code } type.
+         * The option is a: {@code long} type.
          * 
          * Group: producer
          * 
@@ -569,6 +569,21 @@ public interface ZeebeEndpointBuilderFactory {
         public String zeebeProcessDefinitionKey() {
             return "ZeebeProcessDefinitionKey";
         }
+
+        /**
+         * The key of a job. The worker consumer adds the job key to the headers
+         * and the operations completeJob and failJob accept the job key in the
+         * header if no JobRequest is provided in the body.
+         * 
+         * The option is a: {@code long} type.
+         * 
+         * Group: common
+         * 
+         * @return the name of the header {@code ZeebeJobKey}.
+         */
+        public String zeebeJobKey() {
+            return "ZeebeJobKey";
+        }
     }
     static ZeebeEndpointBuilder endpointBuilder(
             String componentName,