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.") public static final String RESOURCE_NAME
      See Also:
    • IS_SUCCESS

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

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

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

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

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

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