Class ZeebeConstants

java.lang.Object
org.apache.camel.component.zeebe.ZeebeConstants

public final class ZeebeConstants extends Object
  • Field Details

    • HEADER_PREFIX

      public static final String HEADER_PREFIX
      See Also:
    • DEFAULT_GATEWAY_HOST

      public static final String DEFAULT_GATEWAY_HOST
      See Also:
    • DEFAULT_GATEWAY_PORT

      public static final int DEFAULT_GATEWAY_PORT
      See Also:
    • RESOURCE_NAME

      @Metadata(label="producer", description="The name of the resource.", javaType="String") public static final String RESOURCE_NAME
      See Also:
    • IS_SUCCESS

      @Metadata(label="producer", description="True if the operation was successful.", javaType="boolean") public static final String IS_SUCCESS
      See Also:
    • ERROR_MESSAGE

      @Metadata(label="producer", description="In case of an error, the error message.", javaType="String") public static final String ERROR_MESSAGE
      See Also:
    • ERROR_CODE

      @Metadata(label="producer", description="In case of an error, the error code if available.", javaType="String") public static final String ERROR_CODE
      See Also:
    • BPMN_PROCESS_ID

      @Metadata(label="producer", description="The process ID of a deployed process.", javaType="String") public static final String BPMN_PROCESS_ID
      See Also:
    • VERSION

      @Metadata(label="producer", description="The version of a deployed process.", javaType="int") public static final String VERSION
      See Also:
    • PROCESS_DEFINITION_KEY

      @Metadata(label="producer", description="The process definition key of a deployed process.", javaType="long") public static final String PROCESS_DEFINITION_KEY
      See Also:
    • JOB_KEY

      @Metadata(label="common", description="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.", javaType="long") public static final String JOB_KEY
      See Also: