diff --git a/classes/index.Admin.AdminApiClient.html b/classes/index.Admin.AdminApiClient.html index c491cb38..ba4011ec 100644 --- a/classes/index.Admin.AdminApiClient.html +++ b/classes/index.Admin.AdminApiClient.html @@ -1,6 +1,6 @@ AdminApiClient | @camunda8/sdk

This class provides methods to interact with the Camunda Admin API.

Throws

An error that may occur during API operations.

-

Constructors

Constructors

Properties

Constructors

  • Parameters

    • Optional options: {
          config?: DeepPartial<{
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }>;
          oAuthProvider?: IOAuthProvider;
      }
      • Optional config?: DeepPartial<{
            CAMUNDA_AUTH_STRATEGY: string;
            CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
            CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
            CAMUNDA_CONSOLE_BASE_URL: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
            CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
            CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
            CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
            CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
            CAMUNDA_MODELER_BASE_URL: string;
            CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
            CAMUNDA_OAUTH_DISABLED: boolean;
            CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
            CAMUNDA_OAUTH_URL: undefined | string;
            CAMUNDA_OPERATE_BASE_URL: undefined | string;
            CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
            CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
            CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
            CAMUNDA_SECURE_CONNECTION: boolean;
            CAMUNDA_TASKLIST_BASE_URL: undefined | string;
            CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
            CAMUNDA_TENANT_ID: undefined | string;
            CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
            CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
            CAMUNDA_TOKEN_SCOPE: undefined | string;
            CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
            ZEEBE_ADDRESS: string;
            ZEEBE_CLIENT_ID: undefined | string;
            ZEEBE_CLIENT_SECRET: undefined | string;
            ZEEBE_GRPC_ADDRESS: undefined | string;
            ZEEBE_REST_ADDRESS: string;
            zeebeGrpcSettings: {
                GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                GRPC_KEEPALIVE_TIMEOUT_MS: number;
                GRPC_KEEPALIVE_TIME_MS: number;
                GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                ZEEBE_CLIENT_LOG_LEVEL: string;
                ZEEBE_CLIENT_LOG_TYPE: string;
                ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                ZEEBE_GRPC_CLIENT_RETRY: boolean;
                ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
            };
        }>
      • Optional oAuthProvider?: IOAuthProvider

    Returns AdminApiClient

Properties

oAuthProvider: IOAuthProvider
rest: Promise<Got>
userAgentString: string

Methods

  • Parameters

    • __namedParameters: {
          clusterUuid: string;
          secretName: string;
          secretValue: string;
      }
      • clusterUuid: string
      • secretName: string
      • secretValue: string

    Returns Promise<null>

    Description

    Create a new connector secret. See the API Documentation for more details.

    -

    Throws

  • Parameters

    • clusterUuid: string

      The cluster UUID

      +

Constructors

  • Parameters

    • Optional options: {
          config?: DeepPartial<{
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }>;
          oAuthProvider?: IOAuthProvider;
      }
      • Optional config?: DeepPartial<{
            CAMUNDA_AUTH_STRATEGY: string;
            CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
            CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
            CAMUNDA_CONSOLE_BASE_URL: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
            CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
            CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
            CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
            CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
            CAMUNDA_MODELER_BASE_URL: string;
            CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
            CAMUNDA_OAUTH_DISABLED: boolean;
            CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
            CAMUNDA_OAUTH_URL: undefined | string;
            CAMUNDA_OPERATE_BASE_URL: undefined | string;
            CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
            CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
            CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
            CAMUNDA_SECURE_CONNECTION: boolean;
            CAMUNDA_TASKLIST_BASE_URL: undefined | string;
            CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
            CAMUNDA_TENANT_ID: undefined | string;
            CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
            CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
            CAMUNDA_TOKEN_SCOPE: undefined | string;
            CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
            ZEEBE_ADDRESS: string;
            ZEEBE_CLIENT_ID: undefined | string;
            ZEEBE_CLIENT_SECRET: undefined | string;
            ZEEBE_GRPC_ADDRESS: undefined | string;
            ZEEBE_REST_ADDRESS: string;
            zeebeGrpcSettings: {
                GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                GRPC_KEEPALIVE_TIMEOUT_MS: number;
                GRPC_KEEPALIVE_TIME_MS: number;
                GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                ZEEBE_CLIENT_LOG_LEVEL: string;
                ZEEBE_CLIENT_LOG_TYPE: string;
                ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                ZEEBE_GRPC_CLIENT_RETRY: boolean;
                ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
            };
        }>
      • Optional oAuthProvider?: IOAuthProvider

    Returns AdminApiClient

Properties

oAuthProvider: IOAuthProvider
rest: Promise<Got>
userAgentString: string

Methods

  • Parameters

    • __namedParameters: {
          clusterUuid: string;
          secretName: string;
          secretValue: string;
      }
      • clusterUuid: string
      • secretName: string
      • secretValue: string

    Returns Promise<null>

    Description

    Create a new connector secret. See the API Documentation for more details.

    +

    Throws

  • Returns Promise<{
        accept: string;
        authorization: string;
        content-type: string;
        user-agent: string;
    }>

  • Parameters

    • clusterUuid: string

    Returns Promise<{
        [key: string]: string;
    }>

    Description

    Retrieve the connector secrets. See the API Documentation for more details.

    -

    Throws

  • Parameters

    • clusterUuid: string
    • ipwhitelist: [{
          description: string;
          ip: string;
      }]

    Returns Promise<null>

    Description

    Add one or more IPs to the whitelist for the cluster. See the API Documentation for more details.

    -

    Throws

Generated using TypeDoc

\ No newline at end of file +

Throws

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Auth.NullAuthProvider.html b/classes/index.Auth.NullAuthProvider.html index ba843be9..3d7ed319 100644 --- a/classes/index.Auth.NullAuthProvider.html +++ b/classes/index.Auth.NullAuthProvider.html @@ -1,3 +1,3 @@ -NullAuthProvider | @camunda8/sdk

Implements

Constructors

constructor +NullAuthProvider | @camunda8/sdk

Implements

Constructors

Methods

Constructors

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Auth.OAuthProvider.html b/classes/index.Auth.OAuthProvider.html index 6bcb6d0b..72aac76e 100644 --- a/classes/index.Auth.OAuthProvider.html +++ b/classes/index.Auth.OAuthProvider.html @@ -1,4 +1,4 @@ -OAuthProvider | @camunda8/sdk

Implements

Constructors

constructor +OAuthProvider | @camunda8/sdk

Implements

Constructors

  • Parameters

    • Optional options: {
          config?: DeepPartial<{
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }>;
      }
      • Optional config?: DeepPartial<{
            CAMUNDA_AUTH_STRATEGY: string;
            CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
            CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
            CAMUNDA_CONSOLE_BASE_URL: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
            CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
            CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
            CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
            CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
            CAMUNDA_MODELER_BASE_URL: string;
            CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
            CAMUNDA_OAUTH_DISABLED: boolean;
            CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
            CAMUNDA_OAUTH_URL: undefined | string;
            CAMUNDA_OPERATE_BASE_URL: undefined | string;
            CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
            CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
            CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
            CAMUNDA_SECURE_CONNECTION: boolean;
            CAMUNDA_TASKLIST_BASE_URL: undefined | string;
            CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
            CAMUNDA_TENANT_ID: undefined | string;
            CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
            CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
            CAMUNDA_TOKEN_SCOPE: undefined | string;
            CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
            ZEEBE_ADDRESS: string;
            ZEEBE_CLIENT_ID: undefined | string;
            ZEEBE_CLIENT_SECRET: undefined | string;
            ZEEBE_GRPC_ADDRESS: undefined | string;
            ZEEBE_REST_ADDRESS: string;
            zeebeGrpcSettings: {
                GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                GRPC_KEEPALIVE_TIMEOUT_MS: number;
                GRPC_KEEPALIVE_TIME_MS: number;
                GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                ZEEBE_CLIENT_LOG_LEVEL: string;
                ZEEBE_CLIENT_LOG_TYPE: string;
                ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                ZEEBE_GRPC_CLIENT_RETRY: boolean;
                ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
            };
        }>

    Returns OAuthProvider

Properties

audienceMap: {
    CONSOLE: string;
    MODELER: string;
    OPERATE: string;
    OPTIMIZE: string;
    TASKLIST: string;
    ZEEBE: string;
}

Type declaration

  • CONSOLE: string
  • MODELER: string
  • OPERATE: string
  • OPTIMIZE: string
  • TASKLIST: string
  • ZEEBE: string
authServerUrl: string
cacheDir: string
camundaModelerOAuthAudience: undefined | string
clientId: undefined | string
clientSecret: undefined | string
consoleClientId: undefined | string
consoleClientSecret: undefined | string
failed: boolean = false
failureCount: number = 0
inflightTokenRequest?: Promise<string>
isCamundaSaaS: boolean
mTLSCertChain: undefined | string
mTLSPrivateKey: undefined | string
refreshWindow: number
rest: Promise<Got>
scope: undefined | string
tokenCache: {
    [key: string]: Token;
} = {}

Type declaration

useFileCache: boolean
userAgentString: string
defaultTokenCache: string = ...

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • Optional options: {
          config?: DeepPartial<{
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }>;
      }
      • Optional config?: DeepPartial<{
            CAMUNDA_AUTH_STRATEGY: string;
            CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
            CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
            CAMUNDA_CONSOLE_BASE_URL: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
            CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
            CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
            CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
            CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
            CAMUNDA_MODELER_BASE_URL: string;
            CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
            CAMUNDA_OAUTH_DISABLED: boolean;
            CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
            CAMUNDA_OAUTH_URL: undefined | string;
            CAMUNDA_OPERATE_BASE_URL: undefined | string;
            CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
            CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
            CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
            CAMUNDA_SECURE_CONNECTION: boolean;
            CAMUNDA_TASKLIST_BASE_URL: undefined | string;
            CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
            CAMUNDA_TENANT_ID: undefined | string;
            CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
            CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
            CAMUNDA_TOKEN_SCOPE: undefined | string;
            CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
            ZEEBE_ADDRESS: string;
            ZEEBE_CLIENT_ID: undefined | string;
            ZEEBE_CLIENT_SECRET: undefined | string;
            ZEEBE_GRPC_ADDRESS: undefined | string;
            ZEEBE_REST_ADDRESS: string;
            zeebeGrpcSettings: {
                GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                GRPC_KEEPALIVE_TIMEOUT_MS: number;
                GRPC_KEEPALIVE_TIME_MS: number;
                GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                ZEEBE_CLIENT_LOG_LEVEL: string;
                ZEEBE_CLIENT_LOG_TYPE: string;
                ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                ZEEBE_GRPC_CLIENT_RETRY: boolean;
                ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
            };
        }>

    Returns OAuthProvider

Properties

audienceMap: {
    CONSOLE: string;
    MODELER: string;
    OPERATE: string;
    OPTIMIZE: string;
    TASKLIST: string;
    ZEEBE: string;
}

Type declaration

  • CONSOLE: string
  • MODELER: string
  • OPERATE: string
  • OPTIMIZE: string
  • TASKLIST: string
  • ZEEBE: string
authServerUrl: string
cacheDir: string
camundaModelerOAuthAudience: undefined | string
clientId: undefined | string
clientSecret: undefined | string
consoleClientId: undefined | string
consoleClientSecret: undefined | string
failed: boolean = false
failureCount: number = 0
inflightTokenRequest?: Promise<string>
isCamundaSaaS: boolean
mTLSCertChain: undefined | string
mTLSPrivateKey: undefined | string
refreshWindow: number
rest: Promise<Got>
scope: undefined | string
tokenCache: {
    [key: string]: Token;
} = {}

Type declaration

useFileCache: boolean
userAgentString: string
defaultTokenCache: string = ...

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Camunda8.html b/classes/index.Camunda8.html index d4dd34cb..d60877f3 100644 --- a/classes/index.Camunda8.html +++ b/classes/index.Camunda8.html @@ -2,11 +2,11 @@

This class is a facade for all the clients in the Camunda Platform 8 SDK.

Example

import { Camunda8 } from '@camunda8/sdk'

const c8 = new Camunda8()
const zeebe = c8.getZeebeGrpcApiClient()
const zeebeRest = c8.getZeebeRestClient()
const operate = c8.getOperateApiClient()
const optimize = c8.getOptimizeApiClient()
const tasklist = c8.getTasklistApiClient()
const modeler = c8.getModelerApiClient()
const admin = c8.getAdminApiClient()
-

Constructors

Constructors

  • Parameters

    • config: DeepPartial<{
          CAMUNDA_AUTH_STRATEGY: string;
          CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
          CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
          CAMUNDA_CONSOLE_BASE_URL: undefined | string;
          CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
          CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
          CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
          CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
          CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
          CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
          CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
          CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
          CAMUNDA_MODELER_BASE_URL: string;
          CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
          CAMUNDA_OAUTH_DISABLED: boolean;
          CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
          CAMUNDA_OAUTH_URL: undefined | string;
          CAMUNDA_OPERATE_BASE_URL: undefined | string;
          CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
          CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
          CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
          CAMUNDA_SECURE_CONNECTION: boolean;
          CAMUNDA_TASKLIST_BASE_URL: undefined | string;
          CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
          CAMUNDA_TENANT_ID: undefined | string;
          CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
          CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
          CAMUNDA_TOKEN_SCOPE: undefined | string;
          CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
          ZEEBE_ADDRESS: string;
          ZEEBE_CLIENT_ID: undefined | string;
          ZEEBE_CLIENT_SECRET: undefined | string;
          ZEEBE_GRPC_ADDRESS: undefined | string;
          ZEEBE_REST_ADDRESS: string;
          zeebeGrpcSettings: {
              GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
              GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
              GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
              GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
              GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
              GRPC_KEEPALIVE_TIMEOUT_MS: number;
              GRPC_KEEPALIVE_TIME_MS: number;
              GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
              GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
              ZEEBE_CLIENT_LOG_LEVEL: string;
              ZEEBE_CLIENT_LOG_TYPE: string;
              ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
              ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
              ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
              ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
              ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
              ZEEBE_GRPC_CLIENT_RETRY: boolean;
              ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
              ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
          };
      }> = {}

    Returns Camunda8

Properties

adminApiClient?: AdminApiClient
configuration: {
    CAMUNDA_AUTH_STRATEGY: string;
    CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
    CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
    CAMUNDA_CONSOLE_BASE_URL: undefined | string;
    CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
    CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
    CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
    CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
    CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
    CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
    CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
    CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
    CAMUNDA_MODELER_BASE_URL: string;
    CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
    CAMUNDA_OAUTH_DISABLED: boolean;
    CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
    CAMUNDA_OAUTH_URL: undefined | string;
    CAMUNDA_OPERATE_BASE_URL: undefined | string;
    CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
    CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
    CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
    CAMUNDA_SECURE_CONNECTION: boolean;
    CAMUNDA_TASKLIST_BASE_URL: undefined | string;
    CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
    CAMUNDA_TENANT_ID: undefined | string;
    CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
    CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
    CAMUNDA_TOKEN_SCOPE: undefined | string;
    CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
    ZEEBE_ADDRESS: string;
    ZEEBE_CLIENT_ID: undefined | string;
    ZEEBE_CLIENT_SECRET: undefined | string;
    ZEEBE_GRPC_ADDRESS: undefined | string;
    ZEEBE_REST_ADDRESS: string;
    zeebeGrpcSettings: {
        GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
        GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
        GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
        GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
        GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
        GRPC_KEEPALIVE_TIMEOUT_MS: number;
        GRPC_KEEPALIVE_TIME_MS: number;
        GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
        GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
        ZEEBE_CLIENT_LOG_LEVEL: string;
        ZEEBE_CLIENT_LOG_TYPE: string;
        ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
        ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
        ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
        ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
        ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
        ZEEBE_GRPC_CLIENT_RETRY: boolean;
        ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
        ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
    };
}

Type declaration

  • CAMUNDA_AUTH_STRATEGY: string
  • CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string

    Username for Basic Auth

    +

Constructors

Properties

adminApiClient?: AdminApiClient
configuration: {
    CAMUNDA_AUTH_STRATEGY: string;
    CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
    CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
    CAMUNDA_CONSOLE_BASE_URL: undefined | string;
    CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
    CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
    CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
    CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
    CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
    CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
    CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
    CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
    CAMUNDA_MODELER_BASE_URL: string;
    CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
    CAMUNDA_OAUTH_DISABLED: boolean;
    CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
    CAMUNDA_OAUTH_URL: undefined | string;
    CAMUNDA_OPERATE_BASE_URL: undefined | string;
    CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
    CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
    CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
    CAMUNDA_SECURE_CONNECTION: boolean;
    CAMUNDA_TASKLIST_BASE_URL: undefined | string;
    CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
    CAMUNDA_TENANT_ID: undefined | string;
    CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
    CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
    CAMUNDA_TOKEN_SCOPE: undefined | string;
    CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
    ZEEBE_ADDRESS: string;
    ZEEBE_CLIENT_ID: undefined | string;
    ZEEBE_CLIENT_SECRET: undefined | string;
    ZEEBE_GRPC_ADDRESS: undefined | string;
    ZEEBE_REST_ADDRESS: string;
    zeebeGrpcSettings: {
        GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
        GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
        GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
        GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
        GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
        GRPC_KEEPALIVE_TIMEOUT_MS: number;
        GRPC_KEEPALIVE_TIME_MS: number;
        GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
        GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
        ZEEBE_CLIENT_LOG_LEVEL: string;
        ZEEBE_CLIENT_LOG_TYPE: string;
        ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
        ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
        ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
        ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
        ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
        ZEEBE_GRPC_CLIENT_RETRY: boolean;
        ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
        ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
    };
}

Type declaration

  • CAMUNDA_AUTH_STRATEGY: string
  • CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string

    Username for Basic Auth

  • CAMUNDA_BASIC_AUTH_USERNAME: undefined | string

    Username for Basic Auth

  • CAMUNDA_CONSOLE_BASE_URL: undefined | string

    The base url for the Admin Console API.

  • CAMUNDA_CONSOLE_CLIENT_ID: undefined | string

    Credentials for Admin Console and Modeler API

    @@ -90,4 +90,4 @@
  • ZEEBE_GRPC_CLIENT_RETRY: boolean

    Automate retrying operations that fail due to network conditions or broker backpressure. Defaults to true

  • ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number

    How long in seconds the long poll Job Activation request is held open by a worker. Defaults to 60

  • ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number

    After a long poll Job Activation request, this is the cool-off period in milliseconds before the worker requests more work. Defaults to 300

    -
modelerApiClient?: ModelerApiClient
oAuthProvider?: OAuthProvider
operateApiClient?: OperateApiClient
optimizeApiClient?: OptimizeApiClient
tasklistApiClient?: TasklistApiClient
zeebeGrpcApiClient?: ZeebeGrpcClient
zeebeRestClient?: ZeebeRestClient

Methods

Generated using TypeDoc

\ No newline at end of file +
modelerApiClient?: ModelerApiClient
oAuthProvider: IOAuthProvider
operateApiClient?: OperateApiClient
optimizeApiClient?: OptimizeApiClient
tasklistApiClient?: TasklistApiClient
zeebeGrpcApiClient?: ZeebeGrpcClient
zeebeRestClient?: ZeebeRestClient

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Modeler.ModelerApiClient.html b/classes/index.Modeler.ModelerApiClient.html index be295666..44b4b894 100644 --- a/classes/index.Modeler.ModelerApiClient.html +++ b/classes/index.Modeler.ModelerApiClient.html @@ -1,4 +1,4 @@ -ModelerApiClient | @camunda8/sdk

Constructors

constructor +ModelerApiClient | @camunda8/sdk

Constructors

  • Parameters

    • Optional options: {
          config?: DeepPartial<{
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }>;
          oAuthProvider?: IOAuthProvider;
      }
      • Optional config?: DeepPartial<{
            CAMUNDA_AUTH_STRATEGY: string;
            CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
            CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
            CAMUNDA_CONSOLE_BASE_URL: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
            CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
            CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
            CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
            CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
            CAMUNDA_MODELER_BASE_URL: string;
            CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
            CAMUNDA_OAUTH_DISABLED: boolean;
            CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
            CAMUNDA_OAUTH_URL: undefined | string;
            CAMUNDA_OPERATE_BASE_URL: undefined | string;
            CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
            CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
            CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
            CAMUNDA_SECURE_CONNECTION: boolean;
            CAMUNDA_TASKLIST_BASE_URL: undefined | string;
            CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
            CAMUNDA_TENANT_ID: undefined | string;
            CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
            CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
            CAMUNDA_TOKEN_SCOPE: undefined | string;
            CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
            ZEEBE_ADDRESS: string;
            ZEEBE_CLIENT_ID: undefined | string;
            ZEEBE_CLIENT_SECRET: undefined | string;
            ZEEBE_GRPC_ADDRESS: undefined | string;
            ZEEBE_REST_ADDRESS: string;
            zeebeGrpcSettings: {
                GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                GRPC_KEEPALIVE_TIMEOUT_MS: number;
                GRPC_KEEPALIVE_TIME_MS: number;
                GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                ZEEBE_CLIENT_LOG_LEVEL: string;
                ZEEBE_CLIENT_LOG_TYPE: string;
                ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                ZEEBE_GRPC_CLIENT_RETRY: boolean;
                ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
            };
        }>
      • Optional oAuthProvider?: IOAuthProvider

    Returns ModelerApiClient

Properties

oAuthProvider: IOAuthProvider
rest: Promise<Got>
userAgentString: string

Methods

  • Adds a new collaborator to a project or modifies the permission level of an existing collaborator. +

Constructors

  • Parameters

    • Optional options: {
          config?: DeepPartial<{
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }>;
          oAuthProvider?: IOAuthProvider;
      }
      • Optional config?: DeepPartial<{
            CAMUNDA_AUTH_STRATEGY: string;
            CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
            CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
            CAMUNDA_CONSOLE_BASE_URL: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
            CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
            CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
            CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
            CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
            CAMUNDA_MODELER_BASE_URL: string;
            CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
            CAMUNDA_OAUTH_DISABLED: boolean;
            CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
            CAMUNDA_OAUTH_URL: undefined | string;
            CAMUNDA_OPERATE_BASE_URL: undefined | string;
            CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
            CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
            CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
            CAMUNDA_SECURE_CONNECTION: boolean;
            CAMUNDA_TASKLIST_BASE_URL: undefined | string;
            CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
            CAMUNDA_TENANT_ID: undefined | string;
            CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
            CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
            CAMUNDA_TOKEN_SCOPE: undefined | string;
            CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
            ZEEBE_ADDRESS: string;
            ZEEBE_CLIENT_ID: undefined | string;
            ZEEBE_CLIENT_SECRET: undefined | string;
            ZEEBE_GRPC_ADDRESS: undefined | string;
            ZEEBE_REST_ADDRESS: string;
            zeebeGrpcSettings: {
                GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                GRPC_KEEPALIVE_TIMEOUT_MS: number;
                GRPC_KEEPALIVE_TIME_MS: number;
                GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                ZEEBE_CLIENT_LOG_LEVEL: string;
                ZEEBE_CLIENT_LOG_TYPE: string;
                ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                ZEEBE_GRPC_CLIENT_RETRY: boolean;
                ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
            };
        }>
      • Optional oAuthProvider?: IOAuthProvider

    Returns ModelerApiClient

Properties

oAuthProvider: IOAuthProvider
rest: Promise<Got>
userAgentString: string

Methods

  • Adds a new collaborator to a project or modifies the permission level of an existing collaborator. Note: Only users that are part of the authorized organization (see GET /api/v1/info) and logged in to Web Modeler at least once can be added to a project.

    -

    Parameters

    Returns Promise<null>

    Throws

  • This endpoint creates a file.

    To create a file, specify projectId and/or folderId:

    When only folderId is given, the file will be created in that folder. The folder can be in any project of the same organization.

    When projectId is given and folderId is either null or omitted altogether, the file will be created in the root of the project.

    @@ -41,29 +41,29 @@

    The value of content.version is managed by Web Modeler and will be updated automatically.

    Note: The simplePath transforms any occurrences of slashes ("/") in file and folder names into an escape sequence consisting of a backslash followed by a slash ("/"). This form of escaping facilitates the processing of path-like structures within file and folder names.

    -

    Parameters

    Returns Promise<FileMetadataDto>

    Throws

  • Creates a new folder.

    When only parentId is given, the folder will be created in that folder. The folder can be in any project of the same organization.

    When projectId is given and parentId is either null or omitted altogether, the folder will be created in the root of the project.

    When projectId and parentId are both given, they must be consistent - i.e. the parent folder is in the project.

    -

    Parameters

    Returns Promise<FolderMetadataDto>

    Throws

  • Parameters

    • __namedParameters: {
          email: string;
          projectId: string;
      }
      • email: string
      • projectId: string

    Returns Promise<null>

    Throws

  • Parameters

    • __namedParameters: {
          email: string;
          projectId: string;
      }
      • email: string
      • projectId: string

    Returns Promise<null>

    Throws

  • Deletes a file. Note: Deleting a file will also delete other resources attached to the file (comments, call activity/business rule task links, milestones and shares) which might have side-effects. Deletion of resources is recursive and cannot be undone.

    -

    Parameters

    • fileId: string

    Returns Promise<null>

    Throws

  • Deletes an empty folder. A folder is considered empty if there are no files in it. Deletion of resources is recursive and cannot be undone.

    -

    Parameters

    • folderId: string

    Returns Promise<null>

    Throws

  • Deletion of resources is recursive and cannot be undone.

    -

    Parameters

    • milestoneId: string

    Returns Promise<string>

    Throws

  • Parameters

    • projectId: string

    Returns Promise<any>

    Description

    This endpoint deletes an empty project. A project is considered empty if there are no files in it. Deletion of resources is recursive and cannot be undone.

    -

    Throws

  • Deletes an empty folder. A folder is considered empty if there are no files in it. Deletion of resources is recursive and cannot be undone.

    +

    Parameters

    • folderId: string

    Returns Promise<null>

    Throws

  • Deletion of resources is recursive and cannot be undone.

    +

    Parameters

    • milestoneId: string

    Returns Promise<string>

    Throws

  • Parameters

    • projectId: string

    Returns Promise<any>

    Description

    This endpoint deletes an empty project. A project is considered empty if there are no files in it. Deletion of resources is recursive and cannot be undone.

    +

    Throws

  • Retrieves a file.

    Note: The simplePath transforms any occurrences of slashes ("/") in file and folder names into an escape sequence consisting of a backslash followed by a slash ("/"). This form of escaping facilitates the processing of path-like structures within file and folder names.

    Does this throw if it is not found?

    -

    Parameters

    • fileId: string

    Returns Promise<FileDto>

    Throws

  • Returns Promise<{
        accept: string;
        authorization: string;
        content-type: string;
        user-agent: string;
    }>

  • Returns a link to a visual comparison between two milestones where the milestone referenced by milestone1Id acts as a baseline to compare the milestone referenced by milestone2Id against.

    -

    Parameters

    • milestone1Id: string
    • milestone2Id: string

    Returns Promise<string>

    Throws

  • Returns Promise<{
        accept: string;
        authorization: string;
        content-type: string;
        user-agent: string;
    }>

  • Returns a link to a visual comparison between two milestones where the milestone referenced by milestone1Id acts as a baseline to compare the milestone referenced by milestone2Id against.

    +

    Parameters

    • milestone1Id: string
    • milestone2Id: string

    Returns Promise<string>

    Throws

  • Searches for files. filter specifies which fields should match. Only items that match the given fields will be returned.

    Note: Date fields need to be specified in a format compatible with java.time.ZonedDateTime; for example 2023-09-20T11:31:20.206801604Z.

    You can use suffixes to match date ranges:

    @@ -80,7 +80,7 @@

    Throws

Returns Promise<PubSearchResultDtoFileMetadataDto>

Throws

Returns Promise<PubSearchResultDtoMilestoneMetadataDto>

Throws

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns Promise<FolderMetadataDto>

Throws

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Operate.OperateApiClient.html b/classes/index.Operate.OperateApiClient.html index 5ea1f226..4bf9b173 100644 --- a/classes/index.Operate.OperateApiClient.html +++ b/classes/index.Operate.OperateApiClient.html @@ -1,7 +1,7 @@ OperateApiClient | @camunda8/sdk

Description

The high-level client for Operate.

Example

const operate = new OperateApiClient()

operate.searchProcessInstances({
filter: {
state: "ACTIVE"
},
size: 50
}).then(instances => {
console.log(instances)
})
-

Constructors

Constructors

Properties

oAuthProvider rest tenantId @@ -35,32 +35,32 @@

Example

const 

Constructors

  • Parameters

    • Optional options: {
          config?: DeepPartial<{
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }>;
          oAuthProvider?: IOAuthProvider;
      }
      • Optional config?: DeepPartial<{
            CAMUNDA_AUTH_STRATEGY: string;
            CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
            CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
            CAMUNDA_CONSOLE_BASE_URL: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
            CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
            CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
            CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
            CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
            CAMUNDA_MODELER_BASE_URL: string;
            CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
            CAMUNDA_OAUTH_DISABLED: boolean;
            CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
            CAMUNDA_OAUTH_URL: undefined | string;
            CAMUNDA_OPERATE_BASE_URL: undefined | string;
            CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
            CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
            CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
            CAMUNDA_SECURE_CONNECTION: boolean;
            CAMUNDA_TASKLIST_BASE_URL: undefined | string;
            CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
            CAMUNDA_TENANT_ID: undefined | string;
            CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
            CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
            CAMUNDA_TOKEN_SCOPE: undefined | string;
            CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
            ZEEBE_ADDRESS: string;
            ZEEBE_CLIENT_ID: undefined | string;
            ZEEBE_CLIENT_SECRET: undefined | string;
            ZEEBE_GRPC_ADDRESS: undefined | string;
            ZEEBE_REST_ADDRESS: string;
            zeebeGrpcSettings: {
                GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                GRPC_KEEPALIVE_TIMEOUT_MS: number;
                GRPC_KEEPALIVE_TIME_MS: number;
                GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                ZEEBE_CLIENT_LOG_LEVEL: string;
                ZEEBE_CLIENT_LOG_TYPE: string;
                ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                ZEEBE_GRPC_CLIENT_RETRY: boolean;
                ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
            };
        }>
      • Optional oAuthProvider?: IOAuthProvider

    Returns OperateApiClient

    Example

    const operate = new OperateApiClient()
     

    Throws

    An error that may occur during API operations.

    -

Properties

oAuthProvider: IOAuthProvider
rest: Promise<Got>
tenantId: undefined | string
userAgentString: string

Methods

Properties

oAuthProvider: IOAuthProvider
rest: Promise<Got>
tenantId: undefined | string
userAgentString: string

Methods

  • Parameters

    • processInstanceKey: string | number

    Returns Promise<ChangeStatus>

    Description

    Delete a specific process instance by key.

    Throws

    Example

    const operate = new OperateApiClient()
    await operate.deleteProcessInstance(2251799819847322)
    -
  • Returns Promise<{
        accept: string;
        authorization: string;
        content-type: string;
        user-agent: string;
    }>

  • Returns Promise<{
        accept: string;
        authorization: string;
        content-type: string;
        user-agent: string;
    }>

  • Parameters

    • key: string | number

    Returns Promise<Incident>

    Description

    Retrieve an incident by incident key.

    Throws

    Example

    const operate = new OperateApiClient()
    const incident = await operate.getIncident(2251799818436725)
    console.log(incident.message)
    -
  • Type Parameters

    • T extends {
          [key: string]: JSONDoc;
      }

    Parameters

    • processInstanceKey: string | number

    Returns Promise<T>

    Description

    Retrieve the variables for a Process Instance as an object, given its key

    -

    Throws

  • Type Parameters

    • T extends {
          [key: string]: JSONDoc;
      }

    Parameters

    • processInstanceKey: string | number

    Returns Promise<T>

    Description

    Retrieve the variables for a Process Instance as an object, given its key

    +

    Throws

  • Parameters

    • processInstanceKey: string | number

    Returns Promise<ProcessInstance>

    Description

    Retrieve a specific process instance by id.

    Throws

    Example

    const operate = new OperateApiClient()
    const instance = await operate.getProcessInstance(2251799819847322)
    -
  • Parameters

    • processInstanceKey: string | number

    Returns Promise<string[]>

    Description

    Get sequence flows of process instance by key

    -

    Throws

  • Parameters

    • processInstanceKey: string | number

    Returns Promise<string[]>

    Description

    Get sequence flows of process instance by key

    +

    Throws

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Operate.OperateDto.ChangeStatus.html b/classes/index.Operate.OperateDto.ChangeStatus.html index 70e30b85..e6452517 100644 --- a/classes/index.Operate.OperateDto.ChangeStatus.html +++ b/classes/index.Operate.OperateDto.ChangeStatus.html @@ -2,7 +2,7 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

deleted: string
message: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

deleted: string
message: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Operate.OperateDto.DecisionDefinition.html b/classes/index.Operate.OperateDto.DecisionDefinition.html index c6db43a3..95b25393 100644 --- a/classes/index.Operate.OperateDto.DecisionDefinition.html +++ b/classes/index.Operate.OperateDto.DecisionDefinition.html @@ -2,7 +2,7 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

decisionId: string
decisionRequirementsId: string
decisionRequirementsKey: string
decisionRequirementsName: string
decisionRequirementsVersion: number
id: string
key: string
name: string
tenantId: undefined | string
version: number

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

decisionId: string
decisionRequirementsId: string
decisionRequirementsKey: string
decisionRequirementsName: string
decisionRequirementsVersion: number
id: string
key: string
name: string
tenantId: undefined | string
version: number

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Operate.OperateDto.DecisionInstance.html b/classes/index.Operate.OperateDto.DecisionInstance.html index f10e0644..63a7c9e4 100644 --- a/classes/index.Operate.OperateDto.DecisionInstance.html +++ b/classes/index.Operate.OperateDto.DecisionInstance.html @@ -2,7 +2,7 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

decisionDefinitionId: string
decisionId: string
decisionName: string
decisionType: "UNKNOWN" | "UNSPECIFIED" | "DECISION_TABLE" | "LITERAL_EXPRESSION"
decisionVersion: number
evaluatedInputs: DecisionInstanceInput[]
evaluatedOutputs: DecisionInstanceOutput[]
evaluationDate: string
evaluationFailure: string
id: string
key: string
processDefinitionKey: string
result: string
state: "FAILED" | "EVALUATED" | "UNKNOWN" | "UNSPECIFIED"
tenantId: undefined | string

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

decisionDefinitionId: string
decisionId: string
decisionName: string
decisionType: "UNKNOWN" | "UNSPECIFIED" | "DECISION_TABLE" | "LITERAL_EXPRESSION"
decisionVersion: number
evaluatedInputs: DecisionInstanceInput[]
evaluatedOutputs: DecisionInstanceOutput[]
evaluationDate: string
evaluationFailure: string
id: string
key: string
processDefinitionKey: string
result: string
state: "FAILED" | "EVALUATED" | "UNKNOWN" | "UNSPECIFIED"
tenantId: undefined | string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Operate.OperateDto.DecisionInstanceInput.html b/classes/index.Operate.OperateDto.DecisionInstanceInput.html index f80fce1d..b6eec85d 100644 --- a/classes/index.Operate.OperateDto.DecisionInstanceInput.html +++ b/classes/index.Operate.OperateDto.DecisionInstanceInput.html @@ -2,8 +2,8 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

id: string
name: string
value: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

id: string
name: string
value: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Operate.OperateDto.DecisionInstanceOutput.html b/classes/index.Operate.OperateDto.DecisionInstanceOutput.html index b2b77d89..2e4f0256 100644 --- a/classes/index.Operate.OperateDto.DecisionInstanceOutput.html +++ b/classes/index.Operate.OperateDto.DecisionInstanceOutput.html @@ -2,10 +2,10 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

id: string
name: string
ruleId: string
ruleIndex: number
value: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

id: string
name: string
ruleId: string
ruleIndex: number
value: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Operate.OperateDto.DecisionRequirements.html b/classes/index.Operate.OperateDto.DecisionRequirements.html index e255fd3b..d55db281 100644 --- a/classes/index.Operate.OperateDto.DecisionRequirements.html +++ b/classes/index.Operate.OperateDto.DecisionRequirements.html @@ -2,7 +2,7 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

decisionRequirementsId: string
id: string
key: string
name: string
resourceName: string
tenantId: undefined | string
version: number

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

decisionRequirementsId: string
id: string
key: string
name: string
resourceName: string
tenantId: undefined | string
version: number

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Operate.OperateDto.FlownodeInstance.html b/classes/index.Operate.OperateDto.FlownodeInstance.html index c87bd379..a31b8161 100644 --- a/classes/index.Operate.OperateDto.FlownodeInstance.html +++ b/classes/index.Operate.OperateDto.FlownodeInstance.html @@ -2,7 +2,7 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

endDate: string
incident: boolean
incidentKey?: string
key: string
processInstanceKey: string
startDate: string
state: "ACTIVE" | "COMPLETED" | "TERMINATED"
tenantId: undefined | string
type: "UNKNOWN" | "UNSPECIFIED" | "PROCESS" | "SUB_PROCESS" | "EVENT_SUB_PROCESS" | "START_EVENT" | "INTERMEDIATE_CATCH_EVENT" | "INTERMEDIATE_THROW_EVENT" | "BOUNDARY_EVENT" | "END_EVENT" | "SERVICE_TASK" | "RECEIVE_TASK" | "USER_TASK" | "MANUAL_TASK" | "TASK" | "EXCLUSIVE_GATEWAY" | "INCLUSIVE_GATEWAY" | "PARALLEL_GATEWAY" | "EVENT_BASED_GATEWAY" | "SEQUENCE_FLOW" | "MULTI_INSTANCE_BODY" | "CALL_ACTIVITY" | "BUSINESS_RULE_TASK" | "SCRIPT_TASK" | "SEND_TASK"

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

endDate: string
incident: boolean
incidentKey?: string
key: string
processInstanceKey: string
startDate: string
state: "ACTIVE" | "COMPLETED" | "TERMINATED"
tenantId: undefined | string
type: "UNKNOWN" | "UNSPECIFIED" | "PROCESS" | "SUB_PROCESS" | "EVENT_SUB_PROCESS" | "START_EVENT" | "INTERMEDIATE_CATCH_EVENT" | "INTERMEDIATE_THROW_EVENT" | "BOUNDARY_EVENT" | "END_EVENT" | "SERVICE_TASK" | "RECEIVE_TASK" | "USER_TASK" | "MANUAL_TASK" | "TASK" | "EXCLUSIVE_GATEWAY" | "INCLUSIVE_GATEWAY" | "PARALLEL_GATEWAY" | "EVENT_BASED_GATEWAY" | "SEQUENCE_FLOW" | "MULTI_INSTANCE_BODY" | "CALL_ACTIVITY" | "BUSINESS_RULE_TASK" | "SCRIPT_TASK" | "SEND_TASK"

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Operate.OperateDto.Incident.html b/classes/index.Operate.OperateDto.Incident.html index cfdaa78a..11140798 100644 --- a/classes/index.Operate.OperateDto.Incident.html +++ b/classes/index.Operate.OperateDto.Incident.html @@ -2,7 +2,7 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

creationTime: string
jobKey: string
key: string
message: string
processDefinitionKey: LosslessNumber
processInstanceKey: LosslessNumber
state: "ACTIVE" | "RESOLVED"
tenantId: undefined | string
type: "UNKNOWN" | "UNSPECIFIED" | "IO_MAPPING_ERROR" | "JOB_NO_RETRIES" | "CONDITION_ERROR" | "EXTRACT_VALUE_ERROR" | "CALLED_ELEMENT_ERROR" | "UNHANDLED_ERROR_EVENT" | "MESSAGE_SIZE_EXCEEDED" | "CALLED_DECISION_ERROR" | "DECISION_EVALUATION_ERROR"

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

creationTime: string
jobKey: string
key: string
message: string
processDefinitionKey: LosslessNumber
processInstanceKey: LosslessNumber
state: "ACTIVE" | "RESOLVED"
tenantId: undefined | string
type: "UNKNOWN" | "UNSPECIFIED" | "IO_MAPPING_ERROR" | "JOB_NO_RETRIES" | "CONDITION_ERROR" | "EXTRACT_VALUE_ERROR" | "CALLED_ELEMENT_ERROR" | "UNHANDLED_ERROR_EVENT" | "MESSAGE_SIZE_EXCEEDED" | "CALLED_DECISION_ERROR" | "DECISION_EVALUATION_ERROR"

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Operate.OperateDto.ProcessDefinition.html b/classes/index.Operate.OperateDto.ProcessDefinition.html index c9bc372a..4b50ac6a 100644 --- a/classes/index.Operate.OperateDto.ProcessDefinition.html +++ b/classes/index.Operate.OperateDto.ProcessDefinition.html @@ -2,10 +2,10 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

bpmnProcessId: string
key: string

ProcessDefinition key is a string in the SDK, but it's an int64 number in the database

-
name: string
version: number

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

bpmnProcessId: string
key: string

ProcessDefinition key is a string in the SDK, but it's an int64 number in the database

+
name: string
version: number

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Operate.OperateDto.ProcessInstance.html b/classes/index.Operate.OperateDto.ProcessInstance.html index fb79ce70..b2c074a6 100644 --- a/classes/index.Operate.OperateDto.ProcessInstance.html +++ b/classes/index.Operate.OperateDto.ProcessInstance.html @@ -2,7 +2,7 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

bpmnProcessId: string
endDate: string
key: string
parentFlowNodeInstanceKey?: string
parentKey?: string
processDefinitionKey: string
processVersion: number
startDate: string
state: "ACTIVE" | "COMPLETED" | "CANCELED"
tenantId: undefined | string

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

bpmnProcessId: string
endDate: string
key: string
parentFlowNodeInstanceKey?: string
parentKey?: string
processDefinitionKey: string
processVersion: number
startDate: string
state: "ACTIVE" | "COMPLETED" | "CANCELED"
tenantId: undefined | string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Operate.OperateDto.ProcessInstanceStatistics.html b/classes/index.Operate.OperateDto.ProcessInstanceStatistics.html index 402d8eca..01565d5b 100644 --- a/classes/index.Operate.OperateDto.ProcessInstanceStatistics.html +++ b/classes/index.Operate.OperateDto.ProcessInstanceStatistics.html @@ -2,10 +2,10 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

active: string
activityId: string
canceled: string
completed: string
incidents: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

active: string
activityId: string
canceled: string
completed: string
incidents: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Operate.OperateDto.Variable.html b/classes/index.Operate.OperateDto.Variable.html index df44593c..a6d61a41 100644 --- a/classes/index.Operate.OperateDto.Variable.html +++ b/classes/index.Operate.OperateDto.Variable.html @@ -2,11 +2,11 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

key: string
name: string
processInstanceKey: string
scopeKey: string
truncated: boolean
value: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

key: string
name: string
processInstanceKey: string
scopeKey: string
truncated: boolean
value: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Optimize.OptimizeApiClient.html b/classes/index.Optimize.OptimizeApiClient.html index 36cff31d..f3a68a82 100644 --- a/classes/index.Optimize.OptimizeApiClient.html +++ b/classes/index.Optimize.OptimizeApiClient.html @@ -2,7 +2,7 @@

Throws

If the request fails

Example

const optimize = new OptimizeApiClient()

async function main() {
await optimize.enableSharing()
const id = "8a7103a7-c086-48f8-b5b7-a7f83e864688"
const res = await optimize.exportDashboardDefinitions([id])
fs.writeFileSync('exported-dashboard.json', JSON.stringify(res, null, 2))
}

main()
-

Constructors

Constructors

Properties

oAuthProvider rest userAgentString @@ -21,27 +21,27 @@

Example

const labelVariables
 

Constructors

  • Parameters

    • Optional options: {
          config?: DeepPartial<{
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }>;
          oAuthProvider?: IOAuthProvider;
      }
      • Optional config?: DeepPartial<{
            CAMUNDA_AUTH_STRATEGY: string;
            CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
            CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
            CAMUNDA_CONSOLE_BASE_URL: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
            CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
            CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
            CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
            CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
            CAMUNDA_MODELER_BASE_URL: string;
            CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
            CAMUNDA_OAUTH_DISABLED: boolean;
            CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
            CAMUNDA_OAUTH_URL: undefined | string;
            CAMUNDA_OPERATE_BASE_URL: undefined | string;
            CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
            CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
            CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
            CAMUNDA_SECURE_CONNECTION: boolean;
            CAMUNDA_TASKLIST_BASE_URL: undefined | string;
            CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
            CAMUNDA_TENANT_ID: undefined | string;
            CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
            CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
            CAMUNDA_TOKEN_SCOPE: undefined | string;
            CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
            ZEEBE_ADDRESS: string;
            ZEEBE_CLIENT_ID: undefined | string;
            ZEEBE_CLIENT_SECRET: undefined | string;
            ZEEBE_GRPC_ADDRESS: undefined | string;
            ZEEBE_REST_ADDRESS: string;
            zeebeGrpcSettings: {
                GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                GRPC_KEEPALIVE_TIMEOUT_MS: number;
                GRPC_KEEPALIVE_TIME_MS: number;
                GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                ZEEBE_CLIENT_LOG_LEVEL: string;
                ZEEBE_CLIENT_LOG_TYPE: string;
                ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                ZEEBE_GRPC_CLIENT_RETRY: boolean;
                ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
            };
        }>
      • Optional oAuthProvider?: IOAuthProvider

    Returns OptimizeApiClient

    Example

    const optimize = new OptimizeApiClient()
     
    -

Properties

oAuthProvider: IOAuthProvider
rest: Promise<Got>
userAgentString: string

Methods

Properties

oAuthProvider: IOAuthProvider
rest: Promise<Got>
userAgentString: string

Methods

  • Parameters

    • reportId: string

      The ID of the report you wish to delete

    Returns Promise<string>

    Description

    The report deletion API allows you to delete reports by ID from Optimize.

    Camunda 8 documentation

    Throws

    If the request fails

    Example

    const client = new OptimizeApiClient()
    client.deleteReport("e6c5aaa1-6a18-44e7-8480-d562d511ba62")
    -
  • Returns Promise<Response<string>>

    Description

    This API allows users to disable the sharing functionality for all reports and dashboards in Optimize.

    +
  • Returns Promise<Response<string>>

    Description

    This API allows users to disable the sharing functionality for all reports and dashboards in Optimize.

    Note that this setting will be permanently persisted in memory and will take precedence over any other previous configurations (e.g. configuration files).

    When sharing is disabled, previously shared URLs will no longer be accessible. Upon re-enabling sharing, the previously shared URLs will work once again under the same address as before. Calling this endpoint when sharing is already disabled will have no effect.

    Camunda 8 Documentation

    Throws

    If the request fails

    Example

    const client = new OptimizeApiClient()
    client.disableSharing()
    -
  • Returns Promise<Response<string>>

    Description

    This API allows users to enable the sharing functionality for all reports and dashboards in Optimize.

    +
  • Returns Promise<Response<string>>

    Description

    This API allows users to enable the sharing functionality for all reports and dashboards in Optimize.

    Note that this setting will be permanently persisted in memory and will take precedence over any other previous configurations (e.g. configuration files).

    If sharing had been previously enabled and then disabled, re-enabling sharing will allow users to access previously shared URLs under the same address as before. Calling this endpoint when sharing is already enabled will have no effect.

    Camunda 8 Documentation

    Throws

    If the request fails

    Example

    const client = new OptimizeApiClient()
    client.enableSharing()
    -
  • Parameters

    • dashboardIds: string[]

      Array of dashboard ids

    Returns Promise<unknown[]>

    Description

    This API allows users to export dashboard definitions which can later be imported into another Optimize system.

    Note that exporting a dashboard also exports all reports contained within the dashboard. The dashboards to be exported may be within a Collection or private entities, the API has access to both.

    The obtained list of entity exports can be imported into other Optimize systems either using the dedicated import API or via UI.

    @@ -49,48 +49,48 @@

    Example

    const<
     

    Throws

    If the request fails

    Example

    const client = new OptimizeApiClient()
    const dashboardDefs = await client.exportDashboardDefinitions(["123", "456"])
    -
  • Parameters

    • reportIds: string[]

      array of report IDs

    Returns Promise<unknown[]>

    Description

    This API allows users to export report definitions which can later be imported into another Optimize system. The reports to be exported may be within a collection or private entities, the API has access to both.

    The obtained list of entity exports can be imported into other Optimize systems either using the dedicated import API or via UI.

    Camunda 8 Documentation

    Throws

    If the request fails

    Example

    const client = new OptimizeApiClient()
    const reportDefs = await client.exportReportDefinitions(["123", "456"])
    -
  • Parameters

    • reportId: string
    • limit: number = 2
    • paginationTimeoutSec: number = 60

    Returns ReportDataExporter

    Description

    The data export API allows users to export large amounts of data in a machine-readable format (JSON) from Optimize.

    Throws

    If the request fails

    Example

    const client = new OptimizeApiClient()
    const exporter = client.exportReportResultData("e6c5aaa1-6a18-44e7-8480-d562d511ba62")
    const page1 = await exporter.next()
    -
  • Parameters

    • collectionId: number

      The ID of the collection for which to retrieve the dashboard IDs.

    Returns Promise<DashboardCollection>

    Description

    This API allows users to retrieve all dashboard IDs from a given collection.

    The response contains a list of IDs of the dashboards existing in the collection with the given collection ID.

    Camunda 8 Documentation

    Throws

    If the request fails

    Example

    const client = new OptimizeApiClient()
    const dashboardIds = await client.getDashboardIds(1234)
    -
  • Parameters

    • auth: boolean = true

    Returns Promise<{
        accept: string;
        authorization: string;
        content-type: string;
        user-agent: string;
    } | {
        accept: string;
        content-type: string;
        user-agent: string;
    }>

  • Returns Promise<unknown>

    Description

    The purpose of Health-Readiness REST API is to return information indicating whether Optimize is ready to be used.

    +
  • Parameters

    • auth: boolean = true

    Returns Promise<{
        accept: string;
        authorization: string;
        content-type: string;
        user-agent: string;
    } | {
        accept: string;
        content-type: string;
        user-agent: string;
    }>

  • Returns Promise<unknown>

    Description

    The purpose of Health-Readiness REST API is to return information indicating whether Optimize is ready to be used.

    Camunda 8 Documentation

    Throws

    If the request fails

    Example

    const client = new OptimizeApiClient()
    try {
    await client.getReadiness()
    console.log('Ready!')
    } catch (e: any) {
    console.log('Error calling readiness point: ' + e.code)
    }
    -
  • Parameters

    • collectionId: number

      the id of the collection

    Returns Promise<ReportCollection>

    Description

    This API allows users to retrieve all report IDs from a given collection. The response contains a list of IDs of the reports existing in the collection with the given collection ID.

    Camunda 8 Documentation

    Throws

    If the request fails

    Example

    const client = new OptimizeApiClient()
    const reports = await client.getReportIds(1234)
    -
  • Parameters

    • collectionId: number
    • entities: unknown

    Returns Promise<EntityImportResponse>

    Description

    This API allows users to import entity definitions such as reports and dashboards into existing collections. These entity definitions may be obtained either using the report or dashboard export API or via the UI.

    +
  • Parameters

    • collectionId: number
    • entities: unknown

    Returns Promise<EntityImportResponse>

    Description

    This API allows users to import entity definitions such as reports and dashboards into existing collections. These entity definitions may be obtained either using the report or dashboard export API or via the UI.

    Camunda 8 Documentation

    Throws

    If the request fails

    Example

    const entities = [
    {
    "id": "61ae2232-51e1-4c35-b72c-c7152ba264f9",
    "exportEntityType": "single_process_report",
    "name": "Number: Process instance duration",
    "sourceIndexVersion": 8,
    "collectionId": null,
    "data": {...}
    },
    {
    "id": "b0eb845-e8ed-4824-bd85-8cd69038f2f5",
    "exportEntityType": "dashboard",
    "name": "Dashboard 1",
    "sourceIndexVersion": 5,
    "reports": [
    {
    "id": "61ae2232-51e1-4c35-b72c-c7152ba264f9",
    ...
    }
    ],
    "availableFilters": [...],
    "collectionId": null
    }
    ]
    const client = new OptimizeApiClient()
    await client.importEntities(123, entities)
    -
  • Parameters

    Returns Promise<unknown>

    Description

    With the external variable ingestion API, variable data held in external systems can be ingested into Optimize directly, without the need for these variables to be present in your Camunda platform data. This can be useful when external business data, which is relevant for process analysis in Optimize, is to be associated with specific process instances.

    +
  • Parameters

    Returns Promise<unknown>

    Description

    With the external variable ingestion API, variable data held in external systems can be ingested into Optimize directly, without the need for these variables to be present in your Camunda platform data. This can be useful when external business data, which is relevant for process analysis in Optimize, is to be associated with specific process instances.

    Especially if this data changes over time, it is advisable to use this REST API to persist external variable updates to Optimize, as otherwise Optimize may not be aware of data changes in the external system.

    Throws

    If the request fails

    Example

    const variables = [
    {
    "id": "7689fced-2639-4408-9de1-cf8f72769f43",
    "name": "address",
    "type": "string",
    "value": "Main Street 1",
    "processInstanceId": "c6393461-02bb-4f62-a4b7-f2f8d9bbbac1",
    "processDefinitionKey": "shippingProcess"
    },
    {
    "id": "993f4e73-7f6a-46a6-bd45-f4f8e3470ba1",
    "name": "amount",
    "type": "integer",
    "value": "500",
    "processInstanceId": "8282ed49-2243-44df-be5e-1bf893755d8f",
    "processDefinitionKey": "orderProcess"
    }
    ]
    const client = new OptimizeApiClient()
    client.ingestExternalVariable(variables)
    -
  • Parameters

    Returns Promise<unknown>

    Description

    With the variable labeling endpoint, variable labels can be added, updated, and deleted from Optimize.

    +
  • Parameters

    Returns Promise<unknown>

    Description

    With the variable labeling endpoint, variable labels can be added, updated, and deleted from Optimize.

    Camunda 8 Documentation

    Throws

    If the request fails

    Example

    const variableLabels =  {
    "definitionKey": "bookrequest-1-tenant",
    "labels" : [
    {
    "variableName": "bookAvailable",
    "variableType": "Boolean",
    "variableLabel": "book availability"
    },
    {
    "variableName": "person.name",
    "variableType": "String",
    "variableLabel": "first and last name"
    },
    {
    "variableName": "person.hobbies._listSize",
    "variableType": "Long",
    "variableLabel": "amount of hobbies"
    }
    ]
    }
    const client = new OptimizeApiClient()
    await client.labelVariables(variableLabels)
    -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Tasklist.TasklistApiClient.html b/classes/index.Tasklist.TasklistApiClient.html index ea5ec1b0..da500e64 100644 --- a/classes/index.Tasklist.TasklistApiClient.html +++ b/classes/index.Tasklist.TasklistApiClient.html @@ -1,7 +1,7 @@ TasklistApiClient | @camunda8/sdk

Description

The high-level client for the Tasklist REST API

Example


 
-

Constructors

Constructors

Properties

oAuthProvider rest userAgentString @@ -17,29 +17,29 @@

Example


 unassignTask
 

Constructors

  • Parameters

    • Optional options: {
          config?: DeepPartial<{
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }>;
          oAuthProvider?: IOAuthProvider;
      }
      • Optional config?: DeepPartial<{
            CAMUNDA_AUTH_STRATEGY: string;
            CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
            CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
            CAMUNDA_CONSOLE_BASE_URL: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
            CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
            CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
            CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
            CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
            CAMUNDA_MODELER_BASE_URL: string;
            CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
            CAMUNDA_OAUTH_DISABLED: boolean;
            CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
            CAMUNDA_OAUTH_URL: undefined | string;
            CAMUNDA_OPERATE_BASE_URL: undefined | string;
            CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
            CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
            CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
            CAMUNDA_SECURE_CONNECTION: boolean;
            CAMUNDA_TASKLIST_BASE_URL: undefined | string;
            CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
            CAMUNDA_TENANT_ID: undefined | string;
            CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
            CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
            CAMUNDA_TOKEN_SCOPE: undefined | string;
            CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
            ZEEBE_ADDRESS: string;
            ZEEBE_CLIENT_ID: undefined | string;
            ZEEBE_CLIENT_SECRET: undefined | string;
            ZEEBE_GRPC_ADDRESS: undefined | string;
            ZEEBE_REST_ADDRESS: string;
            zeebeGrpcSettings: {
                GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                GRPC_KEEPALIVE_TIMEOUT_MS: number;
                GRPC_KEEPALIVE_TIME_MS: number;
                GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                ZEEBE_CLIENT_LOG_LEVEL: string;
                ZEEBE_CLIENT_LOG_TYPE: string;
                ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                ZEEBE_GRPC_CLIENT_RETRY: boolean;
                ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
            };
        }>
      • Optional oAuthProvider?: IOAuthProvider

    Returns TasklistApiClient

    Example

    const tasklist = new TasklistApiClient()
    const tasks = await tasklist.getTasks({ state: TaskState.CREATED })
    -

    Description

Properties

oAuthProvider: IOAuthProvider
rest: Promise<Got>
userAgentString: string

Methods

  • Parameters

    • __namedParameters: {
          allowOverrideAssignment?: boolean;
          assignee?: string;
          taskId: string;
      }
      • Optional allowOverrideAssignment?: boolean
      • Optional assignee?: string
      • taskId: string

    Returns Promise<TaskResponse>

    Description

    Assign a task with taskId to assignee or the active user.

    +

    Description

Properties

oAuthProvider: IOAuthProvider
rest: Promise<Got>
userAgentString: string

Methods

  • Parameters

    • __namedParameters: {
          allowOverrideAssignment?: boolean;
          assignee?: string;
          taskId: string;
      }
      • Optional allowOverrideAssignment?: boolean
      • Optional assignee?: string
      • taskId: string

    Returns Promise<TaskResponse>

    Description

    Assign a task with taskId to assignee or the active user.

    Throws

    Throws

    Status 400 - An error is returned when the task is not active (not in the CREATED state). Status 400 - An error is returned when task was already assigned, except the case when JWT authentication token used and allowOverrideAssignment = true. Status 403 - An error is returned when user doesn't have the permission to assign another user to this task. Status 404 - An error is returned when the task with the taskId is not found.

    -
  • Parameters

    • taskId: string
    • Optional variables: JSONDoc

    Returns Promise<TaskResponse>

    Description

    Complete a task with taskId and optional variables

    Throws

    Throws

    Status 400 An error is returned when the task is not active (not in the CREATED state).

    Throws

    Status 400 An error is returned if the task was not claimed (assigned) before.

    Throws

    Status 400 An error is returned if the task is not assigned to the current user.

    Throws

    Status 403 User has no permission to access the task (Self-managed only).

    Throws

    Status 404 An error is returned when the task with the taskId is not found.

    -
  • Parameters

    • formId: string
    • processDefinitionKey: string
    • Optional version: string | number

    Returns Promise<Form>

    Description

    Get the form details by form id and processDefinitionKey.

    -

    Throws

  • Returns Promise<{
        accept: string;
        authorization: string;
        content-type: string;
        user-agent: string;
    }>

  • Parameters

    • formId: string
    • processDefinitionKey: string
    • Optional version: string | number

    Returns Promise<Form>

    Description

    Get the form details by form id and processDefinitionKey.

    +

    Throws

  • Returns Promise<{
        accept: string;
        authorization: string;
        content-type: string;
        user-agent: string;
    }>

  • Parameters

    • __namedParameters: {
          includeVariables?: {
              alwaysReturnFullValue: boolean;
              name: string;
          }[];
          taskId: string;
          variableNames?: string[];
      }
      • Optional includeVariables?: {
            alwaysReturnFullValue: boolean;
            name: string;
        }[]
      • taskId: string
      • Optional variableNames?: string[]

    Returns Promise<VariableSearchResponse[]>

    Description

    This method returns a list of task variables for the specified taskId and variableNames. If the variableNames parameter is empty, all variables associated with the task will be returned.

    -

    Throws

  • Parameters

    • __namedParameters: {
          includeVariables?: {
              alwaysReturnFullValue: boolean;
              name: string;
          }[];
          taskId: string;
          variableNames?: string[];
      }
      • Optional includeVariables?: {
            alwaysReturnFullValue: boolean;
            name: string;
        }[]
      • taskId: string
      • Optional variableNames?: string[]

    Returns Promise<VariableSearchResponse[]>

    Description

    This method returns a list of task variables for the specified taskId and variableNames. If the variableNames parameter is empty, all variables associated with the task will be returned.

    +

    Throws

  • Parameters

    • taskId: string

    Returns Promise<TaskResponse>

    Description

    Unassign a task with taskId

    Throws

    Status 400 An error is returned when the task is not active (not in the CREATED state).

    Throws

    Status 400 An error is returned if the task was not claimed (assigned) before.

    Throws

    Status 404 An error is returned when the task with the taskId is not found.

    -

    Throws

Generated using TypeDoc

\ No newline at end of file +

Throws

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Tasklist.TasklistDto.Form.html b/classes/index.Tasklist.TasklistDto.Form.html index 12d4c2b4..429ab190 100644 --- a/classes/index.Tasklist.TasklistDto.Form.html +++ b/classes/index.Tasklist.TasklistDto.Form.html @@ -2,11 +2,11 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

id: string
isDeleted: boolean
processDefinitionId: string
schema: string
tenantId: string
version: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

id: string
isDeleted: boolean
processDefinitionId: string
schema: string
tenantId: string
version: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Tasklist.TasklistDto.TaskResponse.html b/classes/index.Tasklist.TasklistDto.TaskResponse.html index 1cc7177a..81b9fe0f 100644 --- a/classes/index.Tasklist.TasklistDto.TaskResponse.html +++ b/classes/index.Tasklist.TasklistDto.TaskResponse.html @@ -2,7 +2,7 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

assignee: string
candidateGroups: string[]
candidateUsers: string[]
completionDate: string
creationDate: string
dueDate: string
followUpDate: string
formId: string
formKey: string
formVersion?: string
id: string
implementation: "JOB_WORKER" | "ZEEBE_USER_TASK"
isFormEmbedded?: boolean
name: string
processDefinitionKey: string
processInstanceKey: string
processName: string
taskDefinitionId: string
taskState: "FAILED" | "COMPLETED" | "CANCELED" | "CREATED"
tenantId: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

assignee: string
candidateGroups: string[]
candidateUsers: string[]
completionDate: string
creationDate: string
dueDate: string
followUpDate: string
formId: string
formKey: string
formVersion?: string
id: string
implementation: "JOB_WORKER" | "ZEEBE_USER_TASK"
isFormEmbedded?: boolean
name: string
processDefinitionKey: string
processInstanceKey: string
processName: string
taskDefinitionId: string
taskState: "FAILED" | "COMPLETED" | "CANCELED" | "CREATED"
tenantId: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Tasklist.TasklistDto.TaskSearchResponse.html b/classes/index.Tasklist.TasklistDto.TaskSearchResponse.html index f04a6fb8..9a0d125a 100644 --- a/classes/index.Tasklist.TasklistDto.TaskSearchResponse.html +++ b/classes/index.Tasklist.TasklistDto.TaskSearchResponse.html @@ -2,7 +2,7 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

assignee: string
candidateGroups: string[]
candidateUsers: string[]
completionDate: string
creationDate: string
dueDate: string
followUpDate: string
formId: string
formKey: string
formVersion?: string
id: string
implementation: "JOB_WORKER" | "ZEEBE_USER_TASK"
isFirst: boolean
isFormEmbedded?: boolean
name: string
processDefinitionKey: string
processInstanceKey: string
processName: string
sortValues: string[]
taskDefinitionId: string
taskState: "FAILED" | "COMPLETED" | "CANCELED" | "CREATED"
tenantId: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

assignee: string
candidateGroups: string[]
candidateUsers: string[]
completionDate: string
creationDate: string
dueDate: string
followUpDate: string
formId: string
formKey: string
formVersion?: string
id: string
implementation: "JOB_WORKER" | "ZEEBE_USER_TASK"
isFirst: boolean
isFormEmbedded?: boolean
name: string
processDefinitionKey: string
processInstanceKey: string
processName: string
sortValues: string[]
taskDefinitionId: string
taskState: "FAILED" | "COMPLETED" | "CANCELED" | "CREATED"
tenantId: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Zeebe.BpmnParser.html b/classes/index.Zeebe.BpmnParser.html index 2aee5d9c..aed1c0ce 100644 --- a/classes/index.Zeebe.BpmnParser.html +++ b/classes/index.Zeebe.BpmnParser.html @@ -1,4 +1,4 @@ -BpmnParser | @camunda8/sdk

Constructors

constructor +BpmnParser | @camunda8/sdk

Constructors

Properties

parser: XMLParser = ...
parserOptions: {
    allowBooleanAttributes: boolean;
    attrNodeName: string;
    attributeNamePrefix: string;
    cdataPositionChar: string;
    cdataTagName: string;
    ignoreAttributes: boolean;
    ignoreNameSpace: boolean;
    localeRange: string;
    parseAttributeValue: boolean;
    parseNodeValue: boolean;
    parseTrueNumberOnly: boolean;
    textNodeName: string;
    trimValues: boolean;
} = ...

Type declaration

  • allowBooleanAttributes: boolean
  • attrNodeName: string
  • attributeNamePrefix: string
  • cdataPositionChar: string
  • cdataTagName: string
  • ignoreAttributes: boolean
  • ignoreNameSpace: boolean
  • localeRange: string
  • parseAttributeValue: boolean
  • parseNodeValue: boolean
  • parseTrueNumberOnly: boolean
  • textNodeName: string
  • trimValues: boolean
taskTypes: any

Methods

  • Generate TypeScript constants for task types and message names in BPMN files

    +

Constructors

Properties

parser: XMLParser = ...
parserOptions: {
    allowBooleanAttributes: boolean;
    attrNodeName: string;
    attributeNamePrefix: string;
    cdataPositionChar: string;
    cdataTagName: string;
    ignoreAttributes: boolean;
    ignoreNameSpace: boolean;
    localeRange: string;
    parseAttributeValue: boolean;
    parseNodeValue: boolean;
    parseTrueNumberOnly: boolean;
    textNodeName: string;
    trimValues: boolean;
} = ...

Type declaration

  • allowBooleanAttributes: boolean
  • attrNodeName: string
  • attributeNamePrefix: string
  • cdataPositionChar: string
  • cdataTagName: string
  • ignoreAttributes: boolean
  • ignoreNameSpace: boolean
  • localeRange: string
  • parseAttributeValue: boolean
  • parseNodeValue: boolean
  • parseTrueNumberOnly: boolean
  • textNodeName: string
  • trimValues: boolean
taskTypes: any

Methods

  • Generate TypeScript constants for task types and message names in BPMN files

    Parameters

    • filenames: string | string[]

      a BPMN file path or array of BPMN file paths

      -

    Returns Promise<string>

  • Take one or more parsed BPMN objects and return an array of unique message names.

    +

Returns Promise<string>

  • Take one or more parsed BPMN objects and return an array of unique message names.

    Parameters

    • processes: object | object[]

      A parsed BPMN object, or an array of parsed BPMN objects.

      -

    Returns Promise<string[]>

  • Take one or more parsed BPMN objects and return an array of unique task types.

    +

Returns Promise<string[]>

  • Take one or more parsed BPMN objects and return an array of unique task types.

    Parameters

    • processes: object | object[]

      A parsed BPMN object, or an array of parsed BPMN objects.

      -

    Returns Promise<string[]>

  • Read BPMN files and return an array of one or more parsed BPMN objects.

    +

Returns Promise<string[]>

  • Read BPMN files and return an array of one or more parsed BPMN objects.

    Parameters

    • filenames: string | string[]

      A single BPMN file path, or array of BPMN file paths.

      -

    Returns object

  • Return an array of message names.

    +

Returns object

  • Return an array of message names.

    Parameters

    • bpmnObject: object

      A parsed Bpmn object.

      -

    Returns Promise<string[]>

  • Return an array of task types.

    +

Returns Promise<string[]>

  • Return an array of task types.

    Parameters

    • bpmnObject: object

      A parsed Bpmn object.

      -

    Returns Promise<string[]>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<string[]>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Zeebe.ZBWorker.html b/classes/index.Zeebe.ZBWorker.html index 267c03d2..0ad5abe0 100644 --- a/classes/index.Zeebe.ZBWorker.html +++ b/classes/index.Zeebe.ZBWorker.html @@ -1,4 +1,4 @@ -ZBWorker | @camunda8/sdk

Class ZBWorker<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>

Type Parameters

  • WorkerInputVariables
  • CustomHeaderShape
  • WorkerOutputVariables

Hierarchy (view full)

Constructors

constructor +ZBWorker | @camunda8/sdk

Class ZBWorker<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>

Type Parameters

  • WorkerInputVariables
  • CustomHeaderShape
  • WorkerOutputVariables

Hierarchy (view full)

Constructors

Properties

activeJobs: number = 0
cancelWorkflowOnException: boolean = false
grpcClient: ZBGrpc
maxJobsToActivate: number
pollCount: number = 0
taskType: string
timeout: MaybeTimeDuration
zbClient: ZeebeGrpcClient

Methods

  • Returns a promise that the worker has stopped accepting tasks and +

Constructors

Properties

activeJobs: number = 0
cancelWorkflowOnException: boolean = false
grpcClient: ZBGrpc
maxJobsToActivate: number
pollCount: number = 0
taskType: string
timeout: MaybeTimeDuration
zbClient: ZeebeGrpcClient

Methods

  • Returns a promise that the worker has stopped accepting tasks and has drained all current active tasks. Will reject if you try to call it more than once.

    -

    Parameters

    • Optional timeout: number

    Returns Promise<null>

  • Type Parameters

    • K extends EventKey<{
          close: "close";
          connectionError: "connectionError";
          ready: "ready";
          unknown: "unknown";
      }>

    Parameters

    • eventName: K
    • Optional params: {
          close: "close";
          connectionError: "connectionError";
          ready: "ready";
          unknown: "unknown";
      }[K]

    Returns void

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • Optional timeout: number

Returns Promise<null>

  • Type Parameters

    • K extends EventKey<{
          close: "close";
          connectionError: "connectionError";
          ready: "ready";
          unknown: "unknown";
      }>

    Parameters

    • eventName: K
    • Optional params: {
          close: "close";
          connectionError: "connectionError";
          ready: "ready";
          unknown: "unknown";
      }[K]

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Zeebe.ZeebeGrpcClient.html b/classes/index.Zeebe.ZeebeGrpcClient.html index e35dd4f8..ddaa83f4 100644 --- a/classes/index.Zeebe.ZeebeGrpcClient.html +++ b/classes/index.Zeebe.ZeebeGrpcClient.html @@ -1,7 +1,7 @@ ZeebeGrpcClient | @camunda8/sdk

Description

A client for interacting with a Zeebe broker. With the connection credentials set in the environment, you can use a "zero-conf" constructor with no arguments.

Example

const zbc = new ZeebeGrpcClient()
zbc.topology().then(info =>
console.log(JSON.stringify(info, null, 2))
)
-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

closePromise? closing config @@ -59,7 +59,7 @@

Example

const topology
 updateJobRetries
 updateJobTimeout
-

Constructors

  • Parameters

    • Optional options: {
          config?: DeepPartial<{
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }>;
          oAuthProvider?: IOAuthProvider;
      }
      • Optional config?: DeepPartial<{
            CAMUNDA_AUTH_STRATEGY: string;
            CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
            CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
            CAMUNDA_CONSOLE_BASE_URL: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
            CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
            CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
            CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
            CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
            CAMUNDA_MODELER_BASE_URL: string;
            CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
            CAMUNDA_OAUTH_DISABLED: boolean;
            CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
            CAMUNDA_OAUTH_URL: undefined | string;
            CAMUNDA_OPERATE_BASE_URL: undefined | string;
            CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
            CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
            CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
            CAMUNDA_SECURE_CONNECTION: boolean;
            CAMUNDA_TASKLIST_BASE_URL: undefined | string;
            CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
            CAMUNDA_TENANT_ID: undefined | string;
            CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
            CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
            CAMUNDA_TOKEN_SCOPE: undefined | string;
            CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
            ZEEBE_ADDRESS: string;
            ZEEBE_CLIENT_ID: undefined | string;
            ZEEBE_CLIENT_SECRET: undefined | string;
            ZEEBE_GRPC_ADDRESS: undefined | string;
            ZEEBE_REST_ADDRESS: string;
            zeebeGrpcSettings: {
                GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                GRPC_KEEPALIVE_TIMEOUT_MS: number;
                GRPC_KEEPALIVE_TIME_MS: number;
                GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                ZEEBE_CLIENT_LOG_LEVEL: string;
                ZEEBE_CLIENT_LOG_TYPE: string;
                ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                ZEEBE_GRPC_CLIENT_RETRY: boolean;
                ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
            };
        }>
      • Optional oAuthProvider?: IOAuthProvider

    Returns ZeebeGrpcClient

Properties

closePromise?: Promise<null>
closing: boolean = false
config: {
    CAMUNDA_AUTH_STRATEGY: string;
    CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
    CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
    CAMUNDA_CONSOLE_BASE_URL: undefined | string;
    CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
    CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
    CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
    CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
    CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
    CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
    CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
    CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
    CAMUNDA_MODELER_BASE_URL: string;
    CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
    CAMUNDA_OAUTH_DISABLED: boolean;
    CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
    CAMUNDA_OAUTH_URL: undefined | string;
    CAMUNDA_OPERATE_BASE_URL: undefined | string;
    CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
    CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
    CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
    CAMUNDA_SECURE_CONNECTION: boolean;
    CAMUNDA_TASKLIST_BASE_URL: undefined | string;
    CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
    CAMUNDA_TENANT_ID: undefined | string;
    CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
    CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
    CAMUNDA_TOKEN_SCOPE: undefined | string;
    CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
    ZEEBE_ADDRESS: string;
    ZEEBE_CLIENT_ID: undefined | string;
    ZEEBE_CLIENT_SECRET: undefined | string;
    ZEEBE_GRPC_ADDRESS: undefined | string;
    ZEEBE_REST_ADDRESS: string;
    zeebeGrpcSettings: {
        GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
        GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
        GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
        GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
        GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
        GRPC_KEEPALIVE_TIMEOUT_MS: number;
        GRPC_KEEPALIVE_TIME_MS: number;
        GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
        GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
        ZEEBE_CLIENT_LOG_LEVEL: string;
        ZEEBE_CLIENT_LOG_TYPE: string;
        ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
        ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
        ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
        ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
        ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
        ZEEBE_GRPC_CLIENT_RETRY: boolean;
        ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
        ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
    };
}

Type declaration

  • CAMUNDA_AUTH_STRATEGY: string
  • CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string

    Username for Basic Auth

    +

Constructors

  • Parameters

    • Optional options: {
          config?: DeepPartial<{
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }>;
          oAuthProvider?: IOAuthProvider;
      }
      • Optional config?: DeepPartial<{
            CAMUNDA_AUTH_STRATEGY: string;
            CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
            CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
            CAMUNDA_CONSOLE_BASE_URL: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
            CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
            CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
            CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
            CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
            CAMUNDA_MODELER_BASE_URL: string;
            CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
            CAMUNDA_OAUTH_DISABLED: boolean;
            CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
            CAMUNDA_OAUTH_URL: undefined | string;
            CAMUNDA_OPERATE_BASE_URL: undefined | string;
            CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
            CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
            CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
            CAMUNDA_SECURE_CONNECTION: boolean;
            CAMUNDA_TASKLIST_BASE_URL: undefined | string;
            CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
            CAMUNDA_TENANT_ID: undefined | string;
            CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
            CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
            CAMUNDA_TOKEN_SCOPE: undefined | string;
            CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
            ZEEBE_ADDRESS: string;
            ZEEBE_CLIENT_ID: undefined | string;
            ZEEBE_CLIENT_SECRET: undefined | string;
            ZEEBE_GRPC_ADDRESS: undefined | string;
            ZEEBE_REST_ADDRESS: string;
            zeebeGrpcSettings: {
                GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                GRPC_KEEPALIVE_TIMEOUT_MS: number;
                GRPC_KEEPALIVE_TIME_MS: number;
                GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                ZEEBE_CLIENT_LOG_LEVEL: string;
                ZEEBE_CLIENT_LOG_TYPE: string;
                ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                ZEEBE_GRPC_CLIENT_RETRY: boolean;
                ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
            };
        }>
      • Optional oAuthProvider?: IOAuthProvider

    Returns ZeebeGrpcClient

Properties

closePromise?: Promise<null>
closing: boolean = false
config: {
    CAMUNDA_AUTH_STRATEGY: string;
    CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
    CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
    CAMUNDA_CONSOLE_BASE_URL: undefined | string;
    CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
    CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
    CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
    CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
    CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
    CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
    CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
    CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
    CAMUNDA_MODELER_BASE_URL: string;
    CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
    CAMUNDA_OAUTH_DISABLED: boolean;
    CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
    CAMUNDA_OAUTH_URL: undefined | string;
    CAMUNDA_OPERATE_BASE_URL: undefined | string;
    CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
    CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
    CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
    CAMUNDA_SECURE_CONNECTION: boolean;
    CAMUNDA_TASKLIST_BASE_URL: undefined | string;
    CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
    CAMUNDA_TENANT_ID: undefined | string;
    CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
    CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
    CAMUNDA_TOKEN_SCOPE: undefined | string;
    CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
    ZEEBE_ADDRESS: string;
    ZEEBE_CLIENT_ID: undefined | string;
    ZEEBE_CLIENT_SECRET: undefined | string;
    ZEEBE_GRPC_ADDRESS: undefined | string;
    ZEEBE_REST_ADDRESS: string;
    zeebeGrpcSettings: {
        GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
        GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
        GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
        GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
        GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
        GRPC_KEEPALIVE_TIMEOUT_MS: number;
        GRPC_KEEPALIVE_TIME_MS: number;
        GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
        GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
        ZEEBE_CLIENT_LOG_LEVEL: string;
        ZEEBE_CLIENT_LOG_TYPE: string;
        ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
        ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
        ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
        ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
        ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
        ZEEBE_GRPC_CLIENT_RETRY: boolean;
        ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
        ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
    };
}

Type declaration

  • CAMUNDA_AUTH_STRATEGY: string
  • CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string

    Username for Basic Auth

  • CAMUNDA_BASIC_AUTH_USERNAME: undefined | string

    Username for Basic Auth

  • CAMUNDA_CONSOLE_BASE_URL: undefined | string

    The base url for the Admin Console API.

  • CAMUNDA_CONSOLE_CLIENT_ID: undefined | string

    Credentials for Admin Console and Modeler API

    @@ -130,33 +130,33 @@

    Example

    const 
  • ZEEBE_GRPC_CLIENT_RETRY: boolean

    Automate retrying operations that fail due to network conditions or broker backpressure. Defaults to true

  • ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number

    How long in seconds the long poll Job Activation request is held open by a worker. Defaults to 60

  • ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number

    After a long poll Job Activation request, this is the cool-off period in milliseconds before the worker requests more work. Defaults to 300

    -
connected?: boolean = undefined
connectionTolerance: MaybeTimeDuration
customSSL?: CustomSSL
gatewayAddress: string
grpc: Promise<ZBGrpc>
loglevel: Loglevel
maxRetries: number
maxRetryTimeout: MaybeTimeDuration
oAuthProvider: IOAuthProvider
onConnectionError?: ((err) => void)

Type declaration

    • (err): void
    • Parameters

      • err: Error

      Returns void

onReady?: (() => void)

Type declaration

    • (): void
    • Returns void

readied: boolean = false
retry: boolean
streamWorker?: ZBStreamWorker
tenantId?: string
useTLS: boolean
workerCount: number = 0
workers: ZBWorker<any, any, any>[] = []

Methods

connected?: boolean = undefined
connectionTolerance: MaybeTimeDuration
customSSL?: CustomSSL
gatewayAddress: string
grpc: Promise<ZBGrpc>
loglevel: Loglevel
maxRetries: number
maxRetryTimeout: MaybeTimeDuration
oAuthProvider: IOAuthProvider
onConnectionError?: ((err) => void)

Type declaration

    • (err): void
    • Parameters

      • err: Error

      Returns void

onReady?: (() => void)

Type declaration

    • (): void
    • Returns void

readied: boolean = false
retry: boolean
streamWorker?: ZBStreamWorker
tenantId?: string
useTLS: boolean
workerCount: number = 0
workers: ZBWorker<any, any, any>[] = []

Methods

  • Parameters

    • processInstanceKey: string | number

    Returns Promise<void>

    Description

    Cancel a process instance by process instance key.

    +
  • Parameters

    • processInstanceKey: string | number

    Returns Promise<void>

    Description

    Cancel a process instance by process instance key.

    Example

    const zbc = new ZeebeGrpcClient()

    zbc.cancelProcessInstance(processInstanceId)
    .catch(
    (e: any) => console.log(`Error cancelling instance: ${e.message}`)
    )
    -
  • Parameters

    • Optional timeout: number

    Returns Promise<null>

    Description

    Gracefully shut down all workers, draining existing tasks, and return when it is safe to exit.

    +
  • Parameters

    • Optional timeout: number

    Returns Promise<null>

    Description

    Gracefully shut down all workers, draining existing tasks, and return when it is safe to exit.

    Example

    const zbc = new ZeebeGrpcClient()

    zbc.createWorker({
    taskType:
    })

    setTimeout(async () => {
    await zbc.close()
    console.log('All work completed.')
    }),
    5 * 60 * 1000 // 5 mins
    )
    -
  • Parameters

    Returns Promise<void>

    Description

    Explicitly complete a job. The method is useful for manually constructing a worker.

    Example

    const zbc = new ZeebeGrpcClient()
    zbc.activateJobs({
    maxJobsToActivate: 5,
    requestTimeout: 6000,
    timeout: 5 * 60 * 1000,
    type: 'process-payment',
    worker: 'my-worker-uuid'
    }).then(jobs =>
    jobs.forEach(job =>
    // business logic
    zbc.completeJob({
    jobKey: job.key,
    variables: {}
    ))
    )
    })
    -
  • Parameters

    • __namedParameters: {
          grpcConfig: {
              namespace: string;
              onConnectionError?: (() => void);
              onReady?: (() => void);
              tasktype?: string;
          };
          logConfig: ZBLoggerConfig;
      }
      • grpcConfig: {
            namespace: string;
            onConnectionError?: (() => void);
            onReady?: (() => void);
            tasktype?: string;
        }
        • namespace: string
        • Optional onConnectionError?: (() => void)
            • (): void
            • Returns void

        • Optional onReady?: (() => void)
            • (): void
            • Returns void

        • Optional tasktype?: string
      • logConfig: ZBLoggerConfig

    Returns {
        grpcClient: ZBGrpc;
        log: StatefulLogInterceptor;
    }

  • Parameters

    • __namedParameters: {
          grpcConfig: {
              namespace: string;
              onConnectionError?: (() => void);
              onReady?: (() => void);
              tasktype?: string;
          };
          logConfig: ZBLoggerConfig;
      }
      • grpcConfig: {
            namespace: string;
            onConnectionError?: (() => void);
            onReady?: (() => void);
            tasktype?: string;
        }
        • namespace: string
        • Optional onConnectionError?: (() => void)
            • (): void
            • Returns void

        • Optional onReady?: (() => void)
            • (): void
            • Returns void

        • Optional tasktype?: string
      • logConfig: ZBLoggerConfig

    Returns {
        grpcClient: ZBGrpc;
        log: StatefulLogInterceptor;
    }

  • Type Parameters

    Returns Promise<CreateProcessInstanceResponse>

    Description

    Create a new process instance. Asynchronously returns a process instance id.

    Example

    const zbc = new ZeebeGrpcClient()

    zbc.createProcessInstance({
    bpmnProcessId: 'onboarding-process',
    variables: {
    customerId: 'uuid-3455'
    },
    version: 5 // optional, will use latest by default
    }).then(res => console.log(JSON.stringify(res, null, 2)))

    zbc.createProcessInstance({
    bpmnProcessId: 'SkipFirstTask',
    variables: { id: random },
    startInstructions: [{elementId: 'second_service_task'}]
    }).then(res => (id = res.processInstanceKey))
    -
  • Delete a resource.

    Parameters

    • resourceId: {
          resourceKey: string;
      }

      The key of the resource that should be deleted. This can either be the key of a process definition, the key of a decision requirements definition or the key of a form.

      -
      • resourceKey: string

    Returns Promise<Record<string, never>>

  • Parameters

    • resource: {
          processFilename: string;
          tenantId?: string;
      } | {
          name: string;
          process: Buffer;
          tenantId?: string;
      }

    Returns Promise<DeployResourceResponse<ProcessDeployment>>

    Description

    Deploys a single resources (e.g. process or decision model) to Zeebe.

    +
    • resourceKey: string

Returns Promise<Record<string, never>>

  • Parameters

    • resources: Resource[]
    • Optional tenantId: string

    Returns Promise<DeployResourceResponse<unknown>>

    Description

    Deploys one or more resources (e.g. processes or decision models) to Zeebe. Note that this is an atomic call, i.e. either all resources are deployed, or none of them are.

    Errors: PERMISSION_DENIED:

    @@ -199,30 +199,30 @@

    Example

    import {
     

Example

const zbc = new ZeebeGrpcClient()

const result = await zbc.deployResources([
{
processFilename: './src/__tests__/testdata/Client-DeployWorkflow.bpmn',
},
{
decisionFilename: './src/__tests__/testdata/quarantine-duration.dmn',
},
{
form: fs.readFileSync('./src/__tests__/testdata/form_1.form'),
name: 'form_1.form',
},
])
-
  • Type Parameters

    • K extends EventKey<{
          close: "close";
          connectionError: "connectionError";
          ready: "ready";
          unknown: "unknown";
      }>

    Parameters

    • eventName: K
    • Optional params: {
          close: "close";
          connectionError: "connectionError";
          ready: "ready";
          unknown: "unknown";
      }[K]

    Returns void

  • Type Parameters

    • K extends EventKey<{
          close: "close";
          connectionError: "connectionError";
          ready: "ready";
          unknown: "unknown";
      }>

    Parameters

    • eventName: K
    • Optional params: {
          close: "close";
          connectionError: "connectionError";
          ready: "ready";
          unknown: "unknown";
      }[K]

    Returns void

  • Parameters

    Returns Promise<EvaluateDecisionResponse>

    Description

    Evaluates a decision. The decision to evaluate can be specified either by using its unique key (as returned by DeployResource), or using the decision ID. When using the decision ID, the latest deployed version of the decision is used.

    Example

    const zbc = new ZeebeGrpcClient()
    zbc.evaluateDecision({
    decisionId: 'my-decision',
    variables: { season: "Fall" }
    }).then(res => console.log(JSON.stringify(res, null, 2)))
    -
  • If this.retry is set true, the operation will be wrapped in an configurable retry on exceptions +

  • If this.retry is set true, the operation will be wrapped in an configurable retry on exceptions of gRPC error code 14 - Transient Network Failure. See: https://github.com/grpc/grpc/blob/master/doc/statuscodes.md If this.retry is false, it will be executed with no retry, and the application should handle the exception.

    Type Parameters

    • T

    Parameters

    • operationName: string
    • operation: (() => Promise<T>)

      A gRPC command operation

      -
        • (): Promise<T>
        • Returns Promise<T>

    • Optional retries: number

    Returns Promise<T>

  • Parameters

    Returns Promise<void>

    Description

    Fail a job. This is useful if you are using the decoupled completion pattern or building your own worker. +

      • (): Promise<T>
      • Returns Promise<T>

  • Optional retries: number

Returns Promise<T>

  • Parameters

    Returns Promise<void>

    Description

    Fail a job. This is useful if you are using the decoupled completion pattern or building your own worker. For the retry count, the current count is available in the job metadata.

    Example

    const zbc = new ZeebeGrpcClient()
    zbc.failJob( {
    jobKey: '345424343451',
    retries: 3,
    errorMessage: 'Could not get a response from the order invoicing API',
    retryBackOff: 30 * 1000 // optional, otherwise available for reactivation immediately
    })
    -
  • Parameters

    • files: string | string[]

    Returns Promise<string[]>

    Description

    Return an array of task types contained in a BPMN file or array of BPMN files. This can be useful, for example, to do

    +
  • Parameters

    • files: string | string[]

    Returns Promise<string[]>

    Description

    Return an array of task types contained in a BPMN file or array of BPMN files. This can be useful, for example, to do

    Example

    const zbc = new ZeebeGrpcClient()
    zbc.getServiceTypesFromBpmn(['bpmn/onboarding.bpmn', 'bpmn/process-sale.bpmn'])
    .then(tasktypes => console.log('The task types are:', tasktypes))
    -
  • Type Parameters

    Parameters

    Returns Promise<PublishMessageResponse>

    Description

    Publish a message to the broker for correlation with a workflow message start event. For a message targeting a start event, the correlation key is not needed to target a specific running process instance. However, the hash of the correlationKey is used to determine the partition where this workflow will start. So we assign a random uuid to balance workflow instances created via start message across partitions.

    @@ -232,38 +232,38 @@

    Example

    const https://github.com/zeebe-io/zeebe/issues/1012 and https://github.com/zeebe-io/zeebe/issues/1022

    Example

    const zbc = new ZeebeGrpcClient()
    zbc.publishStartMessage({
    name: 'Start_New_Onboarding_Flow',
    variables: {
    customerId: 'uuid-348-234-8908'
    }
    })

    // To do the same in an idempotent fashion - note: only idempotent during the lifetime of the created instance.
    zbc.publishStartMessage({
    name: 'Start_New_Onboarding_Flow',
    messageId: 'uuid-348-234-8908', // use customerId to make process idempotent per customer
    variables: {
    customerId: 'uuid-348-234-8908'
    }
    })
    -
  • Parameters

    Returns Promise<void>

    Description

    Resolve an incident by incident key.

    Example

    type JSONObject = {[key: string]: string | number | boolean | JSONObject}

    const zbc = new ZeebeGrpcClient()

    async updateAndResolveIncident({
    processInstanceId,
    incidentKey,
    variables
    } : {
    processInstanceId: string,
    incidentKey: string,
    variables: JSONObject
    }) {
    await zbc.setVariables({
    elementInstanceKey: processInstanceId,
    variables
    })
    await zbc.updateRetries()
    zbc.resolveIncident({
    incidentKey
    })
    zbc.resolveIncident(incidentKey)
    }
    -
  • This function takes a gRPC operation that returns a Promise as a function, and invokes it. If the operation throws gRPC error 14, this function will continue to try it until it succeeds or retries are exhausted.

    Type Parameters

    • T

    Parameters

    • operation: {
          operation: (() => Promise<T>);
          operationName: string;
          retries?: number;
      }

      A gRPC command operation that may fail if the broker is not available

      -
      • operation: (() => Promise<T>)
          • (): Promise<T>
          • Returns Promise<T>

      • operationName: string
      • Optional retries?: number

    Returns Promise<T>

  • Type Parameters

    Parameters

    Returns Promise<void>

    Description

    Directly modify the variables is a process instance. This can be used with resolveIncident to update the process and resolve an incident.

    +
    • operation: (() => Promise<T>)
        • (): Promise<T>
        • Returns Promise<T>

    • operationName: string
    • Optional retries?: number

Returns Promise<T>

  • Type Parameters

    Parameters

    Returns Promise<void>

    Description

    Directly modify the variables is a process instance. This can be used with resolveIncident to update the process and resolve an incident.

    Example

    type JSONObject = {[key: string]: string | number | boolean | JSONObject}

    const zbc = new ZeebeGrpcClient()

    async function updateAndResolveIncident({
    incidentKey,
    processInstanceKey,
    jobKey,
    variableUpdate
    } : {
    incidentKey: string
    processInstanceKey: string
    jobKey: string
    variableUpdate: JSONObject
    }) {
    await zbc.setVariables({
    elementInstanceKey: processInstanceKey,
    variables: variableUpdate
    })
    await zbc.updateJobRetries({
    jobKey,
    retries: 1
    })
    return zbc.resolveIncident({
    incidentKey
    })
    }
    -
  • Type Parameters

    Parameters

    Returns Promise<{
        close: (() => void);
    }>

    Description

    Create a worker that uses the StreamActivatedJobs RPC to activate jobs. NOTE: This will only stream jobs created after the worker is started. To activate existing jobs, use activateJobs or createWorker.

    Example

    const zbc = new ZB.ZeebeGrpcClient()

    const zbStreamWorker = zbc.streamJobs({
    type: 'demo-service',
    worker: 'my-worker-uuid',
    taskHandler: myTaskHandler,
    timeout: 30000 // 30 seconds
    })

    ....
    // Close the worker stream when done
    zbStreamWorker.close()

    // A job handler must return one of job.complete, job.fail, job.error, or job.forward
    // Note: unhandled exceptions in the job handler cause the library to call job.fail
    async function myTaskHandler(job) {
    zbWorker.log('Task variables', job.variables)

    // Task worker business logic goes here
    const updateToBrokerVariables = {
    updatedProperty: 'newValue',
    }

    const res = await callExternalSystem(job.variables)

    if (res.code === 'SUCCESS') {
    return job.complete({
    ...updateToBrokerVariables,
    ...res.values
    })
    }
    if (res.code === 'BUSINESS_ERROR') {
    return job.error({
    code: res.errorCode,
    message: res.message
    })
    }
    if (res.code === 'ERROR') {
    return job.fail({
    errorMessage: res.message,
    retryBackOff: 2000
    })
    }
    }
    -
  • Parameters

    Returns Promise<void>

    Description

    Fail a job by throwing a business error (i.e. non-technical) that occurs while processing a job. +

  • Parameters

    Returns Promise<void>

    Description

    Fail a job by throwing a business error (i.e. non-technical) that occurs while processing a job. The error is handled in the workflow by an error catch event. If there is no error catch event with the specified errorCode then an incident will be raised instead. This method is useful when building a worker, for example for the decoupled completion pattern.

    Example

    type JSONObject = {[key: string]: string | number | boolean | JSONObject}

    interface errorResult {
    resultType: 'ERROR' as 'ERROR'
    errorCode: string
    errorMessage: string
    }

    interface successResult {
    resultType: 'SUCCESS' as 'SUCCESS'
    variableUpdate: JSONObject
    }

    type Result = errorResult | successResult

    const zbc = new ZeebeGrpcClient()


    // This could be a listener on a return queue from an external system
    async function handleJob(jobKey: string, result: Result) {
    if (resultType === 'ERROR') {
    const { errorMessage, errorCode } = result
    zbc.throwError({
    jobKey,
    errorCode,
    errorMessage
    })
    } else {
    zbc.completeJob({
    jobKey,
    variables: result.variableUpdate
    })
    }
    }
    -
  • Parameters

    Returns Promise<void>

    Description

    Update the number of retries for a Job. This is useful if a job has zero remaining retries and fails, raising an incident.

    +
  • Parameters

    Returns Promise<void>

    Description

    Update the number of retries for a Job. This is useful if a job has zero remaining retries and fails, raising an incident.

    Example

    type JSONObject = {[key: string]: string | number | boolean | JSONObject}

    const zbc = new ZeebeGrpcClient()

    async function updateAndResolveIncident({
    incidentKey,
    processInstanceKey,
    jobKey,
    variableUpdate
    } : {
    incidentKey: string
    processInstanceKey: string
    jobKey: string
    variableUpdate: JSONObject
    }) {
    await zbc.setVariables({
    elementInstanceKey: processInstanceKey,
    variables: variableUpdate
    })
    await zbc.updateJobRetries({
    jobKey,
    retries: 1
    })
    return zbc.resolveIncident({
    incidentKey
    })
    }
    -
  • Updates the deadline of a job using the timeout (in ms) provided. This can be used +

  • Updates the deadline of a job using the timeout (in ms) provided. This can be used for extending or shortening the job deadline.

    Errors: NOT_FOUND: - no job exists with the given key

    INVALID_STATE: - no deadline exists for the given job key

    -

    Parameters

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index.Zeebe.ZeebeRestClient.html b/classes/index.Zeebe.ZeebeRestClient.html index b957d49e..0bc83146 100644 --- a/classes/index.Zeebe.ZeebeRestClient.html +++ b/classes/index.Zeebe.ZeebeRestClient.html @@ -1,4 +1,4 @@ -ZeebeRestClient | @camunda8/sdk

Constructors

constructor +ZeebeRestClient | @camunda8/sdk

Constructors

  • Parameters

    • Optional options: {
          config?: DeepPartial<{
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }>;
          oAuthProvider?: IOAuthProvider;
      }
      • Optional config?: DeepPartial<{
            CAMUNDA_AUTH_STRATEGY: string;
            CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
            CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
            CAMUNDA_CONSOLE_BASE_URL: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
            CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
            CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
            CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
            CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
            CAMUNDA_MODELER_BASE_URL: string;
            CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
            CAMUNDA_OAUTH_DISABLED: boolean;
            CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
            CAMUNDA_OAUTH_URL: undefined | string;
            CAMUNDA_OPERATE_BASE_URL: undefined | string;
            CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
            CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
            CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
            CAMUNDA_SECURE_CONNECTION: boolean;
            CAMUNDA_TASKLIST_BASE_URL: undefined | string;
            CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
            CAMUNDA_TENANT_ID: undefined | string;
            CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
            CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
            CAMUNDA_TOKEN_SCOPE: undefined | string;
            CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
            ZEEBE_ADDRESS: string;
            ZEEBE_CLIENT_ID: undefined | string;
            ZEEBE_CLIENT_SECRET: undefined | string;
            ZEEBE_GRPC_ADDRESS: undefined | string;
            ZEEBE_REST_ADDRESS: string;
            zeebeGrpcSettings: {
                GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                GRPC_KEEPALIVE_TIMEOUT_MS: number;
                GRPC_KEEPALIVE_TIME_MS: number;
                GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                ZEEBE_CLIENT_LOG_LEVEL: string;
                ZEEBE_CLIENT_LOG_TYPE: string;
                ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                ZEEBE_GRPC_CLIENT_RETRY: boolean;
                ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
            };
        }>
      • Optional oAuthProvider?: IOAuthProvider

    Returns ZeebeRestClient

Properties

oAuthProvider: IOAuthProvider
rest: Promise<Got>
userAgentString: string

Methods

  • Parameters

    • __namedParameters: {
          action: string;
          allowOverride?: boolean;
          assignee: string;
          userTaskKey: string;
      }
      • action: string
      • Optional allowOverride?: boolean
      • assignee: string
      • userTaskKey: string

    Returns Promise<Response<string>>

  • Parameters

    • __namedParameters: {
          action?: string;
          userTaskKey: string;
          variables?: Record<string, unknown>;
      }
      • Optional action?: string
      • userTaskKey: string
      • Optional variables?: Record<string, unknown>

    Returns Promise<Response<string>>

  • Returns Promise<{
        accept: string;
        authorization: string;
        content-type: string;
        user-agent: string;
    }>

  • Parameters

    • __namedParameters: {
          userTaskKey: string;
      }
      • userTaskKey: string

    Returns Promise<Response<string>>

  • Update a user task with the given key.

    -

    Parameters

    Returns Promise<Response<string>>

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • Optional options: {
          config?: DeepPartial<{
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }>;
          oAuthProvider?: IOAuthProvider;
      }
      • Optional config?: DeepPartial<{
            CAMUNDA_AUTH_STRATEGY: string;
            CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
            CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
            CAMUNDA_CONSOLE_BASE_URL: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
            CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
            CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
            CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
            CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
            CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
            CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
            CAMUNDA_MODELER_BASE_URL: string;
            CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
            CAMUNDA_OAUTH_DISABLED: boolean;
            CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
            CAMUNDA_OAUTH_URL: undefined | string;
            CAMUNDA_OPERATE_BASE_URL: undefined | string;
            CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
            CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
            CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
            CAMUNDA_SECURE_CONNECTION: boolean;
            CAMUNDA_TASKLIST_BASE_URL: undefined | string;
            CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
            CAMUNDA_TENANT_ID: undefined | string;
            CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
            CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
            CAMUNDA_TOKEN_SCOPE: undefined | string;
            CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
            ZEEBE_ADDRESS: string;
            ZEEBE_CLIENT_ID: undefined | string;
            ZEEBE_CLIENT_SECRET: undefined | string;
            ZEEBE_GRPC_ADDRESS: undefined | string;
            ZEEBE_REST_ADDRESS: string;
            zeebeGrpcSettings: {
                GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                GRPC_KEEPALIVE_TIMEOUT_MS: number;
                GRPC_KEEPALIVE_TIME_MS: number;
                GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                ZEEBE_CLIENT_LOG_LEVEL: string;
                ZEEBE_CLIENT_LOG_TYPE: string;
                ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                ZEEBE_GRPC_CLIENT_RETRY: boolean;
                ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
            };
        }>
      • Optional oAuthProvider?: IOAuthProvider

    Returns ZeebeRestClient

Properties

oAuthProvider: IOAuthProvider
rest: Promise<Got>
userAgentString: string

Methods

  • Parameters

    • __namedParameters: {
          action: string;
          allowOverride?: boolean;
          assignee: string;
          userTaskKey: string;
      }
      • action: string
      • Optional allowOverride?: boolean
      • assignee: string
      • userTaskKey: string

    Returns Promise<Response<string>>

  • Parameters

    • __namedParameters: {
          action?: string;
          userTaskKey: string;
          variables?: Record<string, unknown>;
      }
      • Optional action?: string
      • userTaskKey: string
      • Optional variables?: Record<string, unknown>

    Returns Promise<Response<string>>

  • Returns Promise<{
        accept: string;
        authorization: string;
        content-type: string;
        user-agent: string;
    }>

  • Parameters

    • __namedParameters: {
          userTaskKey: string;
      }
      • userTaskKey: string

    Returns Promise<Response<string>>

  • Update a user task with the given key.

    +

    Parameters

    Returns Promise<Response<string>>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index._internal_.HTTPError.html b/classes/index._internal_.HTTPError.html index 014290e5..78ac3322 100644 --- a/classes/index._internal_.HTTPError.html +++ b/classes/index._internal_.HTTPError.html @@ -1,3 +1,3 @@ -HTTPError | @camunda8/sdk

Hierarchy

  • HTTPError
    • HTTPError

Constructors

constructor +HTTPError | @camunda8/sdk

Hierarchy

  • HTTPError
    • HTTPError

Constructors

Properties

Constructors

Properties

statusCode: number

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

statusCode: number

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index._internal_.LosslessDto.html b/classes/index._internal_.LosslessDto.html index b3cf194f..c3257cee 100644 --- a/classes/index._internal_.LosslessDto.html +++ b/classes/index._internal_.LosslessDto.html @@ -2,5 +2,5 @@ Decorate fields with @Int64String or @BigIntValue to specify how int64 JSON numbers should be parsed.

Example

class MyDto extends LosslessDto {
@Int64String
int64NumberField: string
@BigIntValue
bigintField: bigint
@ChildDto(MyChildDto)
childDtoField: MyChildDto
normalField: string
normalNumberField: number
}
-

Hierarchy (view full)

Constructors

Constructors

Generated using TypeDoc

\ No newline at end of file +

Hierarchy (view full)

Constructors

Constructors

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index._internal_.StatefulLogInterceptor.html b/classes/index._internal_.StatefulLogInterceptor.html index 4b3af88f..bfe4833b 100644 --- a/classes/index._internal_.StatefulLogInterceptor.html +++ b/classes/index._internal_.StatefulLogInterceptor.html @@ -1,4 +1,4 @@ -StatefulLogInterceptor | @camunda8/sdk

Constructors

constructor +StatefulLogInterceptor | @camunda8/sdk

Constructors

Properties

Constructors

Properties

blocking: boolean
blockingTimer?: Timeout
characteristics: Characteristics
error: ((msg) => void) = ...

Type declaration

    • (msg): void
    • Parameters

      • msg: string

      Returns void

errors: never[] = []
info: ((msg) => void) = ...

Type declaration

    • (msg): void
    • Parameters

      • msg: string

      Returns void

initialConnection: boolean
logs: never[] = []
state: State = 'ERROR'

Methods

  • Parameters

    • store: string[]

    Returns ((logmethod) => ((msg) => void))

      • (logmethod): ((msg) => void)
      • Parameters

        • logmethod: ((msg, ...optionalParameters) => void)
            • (msg, ...optionalParameters): void
            • Parameters

              • msg: string
              • Rest ...optionalParameters: unknown[]

              Returns void

        Returns ((msg) => void)

          • (msg): void
          • Parameters

            • msg: string

            Returns void

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

blocking: boolean
blockingTimer?: Timeout
characteristics: Characteristics
error: ((msg) => void) = ...

Type declaration

    • (msg): void
    • Parameters

      • msg: string

      Returns void

errors: never[] = []
info: ((msg) => void) = ...

Type declaration

    • (msg): void
    • Parameters

      • msg: string

      Returns void

initialConnection: boolean
logs: never[] = []
state: State = 'ERROR'

Methods

  • Parameters

    • store: string[]

    Returns ((logmethod) => ((msg) => void))

      • (logmethod): ((msg) => void)
      • Parameters

        • logmethod: ((msg, ...optionalParameters) => void)
            • (msg, ...optionalParameters): void
            • Parameters

              • msg: string
              • Rest ...optionalParameters: unknown[]

              Returns void

        Returns ((msg) => void)

          • (msg): void
          • Parameters

            • msg: string

            Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index._internal_.TypedEmitter.html b/classes/index._internal_.TypedEmitter.html index 269658fd..660af10a 100644 --- a/classes/index._internal_.TypedEmitter.html +++ b/classes/index._internal_.TypedEmitter.html @@ -1,7 +1,7 @@ -TypedEmitter | @camunda8/sdk

Type Parameters

Hierarchy (view full)

Implements

Constructors

constructor +TypedEmitter | @camunda8/sdk

Type Parameters

Hierarchy (view full)

Implements

Constructors

Properties

Methods

Constructors

Properties

emitter: EventEmitter = ...

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

emitter: EventEmitter = ...

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index._internal_.ZBLogger.html b/classes/index._internal_.ZBLogger.html index 83be9815..c0d7d704 100644 --- a/classes/index._internal_.ZBLogger.html +++ b/classes/index._internal_.ZBLogger.html @@ -1,4 +1,4 @@ -ZBLogger | @camunda8/sdk

Constructors

constructor +ZBLogger | @camunda8/sdk

Constructors

Properties

_tag colorFn colorise @@ -14,4 +14,4 @@ info log makeMessage -

Constructors

Properties

_tag: "ZBCLIENT" | "ZBWORKER"
colorFn: Chalk | (<T>(input) => string)

Type declaration

    • <T>(input): string
    • Type Parameters

      • T extends string

      Parameters

      • input: T

      Returns string

colorise: boolean
id?: string
loglevel: Loglevel
namespace: undefined | string
pollInterval?: MaybeTimeDuration
taskType?: string

Methods

  • Parameters

    • message: string
    • Rest ...optionalParameters: unknown[]

    Returns void

  • Parameters

    • message: any
    • Rest ...optionalParameters: unknown[]

    Returns void

  • Parameters

    • message: unknown
    • Rest ...optionalParameters: any[]

    Returns void

  • Parameters

    • message: string
    • Rest ...optionalParameters: unknown[]

    Returns void

  • Parameters

    • frame: StackFrame
    • level: number
    • message: any
    • Rest ...optionalParameters: any[]

    Returns string

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

_tag: "ZBCLIENT" | "ZBWORKER"
colorFn: Chalk | (<T>(input) => string)

Type declaration

    • <T>(input): string
    • Type Parameters

      • T extends string

      Parameters

      • input: T

      Returns string

colorise: boolean
id?: string
loglevel: Loglevel
namespace: undefined | string
pollInterval?: MaybeTimeDuration
taskType?: string

Methods

  • Parameters

    • message: string
    • Rest ...optionalParameters: unknown[]

    Returns void

  • Parameters

    • message: any
    • Rest ...optionalParameters: unknown[]

    Returns void

  • Parameters

    • message: unknown
    • Rest ...optionalParameters: any[]

    Returns void

  • Parameters

    • message: string
    • Rest ...optionalParameters: unknown[]

    Returns void

  • Parameters

    • frame: StackFrame
    • level: number
    • message: any
    • Rest ...optionalParameters: any[]

    Returns string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/index._internal_.ZBStreamWorker.html b/classes/index._internal_.ZBStreamWorker.html index 19e739fb..7b3bd042 100644 --- a/classes/index._internal_.ZBStreamWorker.html +++ b/classes/index._internal_.ZBStreamWorker.html @@ -1,4 +1,4 @@ -ZBStreamWorker | @camunda8/sdk

Implements

Constructors

constructor +ZBStreamWorker | @camunda8/sdk

Implements

Constructors

Properties

Constructors

Properties

grpcClient: ZBGrpc
streams: ClientReadableStream<unknown>[] = []
zbClient: ZeebeGrpcClient

Methods

  • Parameters

    • jobKey: string
    • completedVariables: {} = {}
      • taskType: any

      Returns Promise<"JOB_ACTION_ACKNOWLEDGEMENT">

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    grpcClient: ZBGrpc
    streams: ClientReadableStream<unknown>[] = []
    zbClient: ZeebeGrpcClient

    Methods

    • Parameters

      • jobKey: string
      • completedVariables: {} = {}
        • taskType: any

        Returns Promise<"JOB_ACTION_ACKNOWLEDGEMENT">

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/index._internal_.ZBWorkerBase.html b/classes/index._internal_.ZBWorkerBase.html index a2b329be..4a537a4f 100644 --- a/classes/index._internal_.ZBWorkerBase.html +++ b/classes/index._internal_.ZBWorkerBase.html @@ -1,4 +1,4 @@ -ZBWorkerBase | @camunda8/sdk

      Class ZBWorkerBase<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>

      Type Parameters

      • WorkerInputVariables = any
      • CustomHeaderShape = any
      • WorkerOutputVariables = any

      Hierarchy (view full)

      Constructors

      constructor +ZBWorkerBase | @camunda8/sdk

      Class ZBWorkerBase<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>

      Type Parameters

      • WorkerInputVariables = any
      • CustomHeaderShape = any
      • WorkerOutputVariables = any

      Hierarchy (view full)

      Constructors

      Properties

      activeJobs: number = 0
      activeJobsThresholdForReactivation: number
      backPressureRetryCount: number = 0
      cancelWorkflowOnException: boolean = false
      capacityEmitter: EventEmitter
      closeCallback?: (() => void)

      Type declaration

        • (): void
        • Returns void

      closePromise?: Promise<null>
      closed: boolean = false
      closing: boolean = false
      connected: boolean = true
      customHeadersDto: (new (...args) => CustomHeaderShape)

      Type declaration

      debugMode: boolean
      fetchVariable: undefined | (keyof WorkerInputVariables)[]
      grpcClient: ZBGrpc
      id: string = ...
      inputVariableDto: (new (obj) => WorkerInputVariables)

      Type declaration

      jobStream?: ClientReadableStreamImpl<unknown>
      longPoll: MaybeTimeDuration
      maxJobsToActivate: number
      pollCount: number = 0
      pollInterval: MaybeTimeDuration
      pollLoop: Timeout
      pollMutex: boolean = false
      readied: boolean = false
      stalled: boolean = false
      taskType: string
      tenantIds: undefined | string[] | [string]
      timeout: MaybeTimeDuration
      zbClient: ZeebeGrpcClient
      DEFAULT_JOB_ACTIVATION_TIMEOUT: Seconds = ...
      DEFAULT_MAX_ACTIVE_JOBS: 32 = 32

      Methods

      • Parameters

        • id: string

        Returns Promise<{
            closing?: undefined;
            error?: undefined;
            stalled: true;
            stream: undefined;
        } | {
            closing: true;
            error?: undefined;
            stalled?: undefined;
            stream: undefined;
        } | {
            closing?: undefined;
            error: Error;
            stalled?: undefined;
            stream: undefined;
        } | {
            closing?: undefined;
            error?: undefined;
            stalled?: undefined;
            stream: {} & {} & EmitterAugmentation1<"metadata", Metadata> & EmitterAugmentation1<"status", StatusObject> & EventEmitter & {} & EmitterAugmentation1<"data", unknown> & IntermediateObjectReadable<unknown> & {
                error?: Error;
            };
        }>

      • Returns a promise that the worker has stopped accepting tasks and +

      Constructors

      Properties

      activeJobs: number = 0
      activeJobsThresholdForReactivation: number
      backPressureRetryCount: number = 0
      cancelWorkflowOnException: boolean = false
      capacityEmitter: EventEmitter
      closeCallback?: (() => void)

      Type declaration

        • (): void
        • Returns void

      closePromise?: Promise<null>
      closed: boolean = false
      closing: boolean = false
      connected: boolean = true
      customHeadersDto: (new (...args) => CustomHeaderShape)

      Type declaration

      debugMode: boolean
      fetchVariable: undefined | (keyof WorkerInputVariables)[]
      grpcClient: ZBGrpc
      id: string = ...
      inputVariableDto: (new (obj) => WorkerInputVariables)

      Type declaration

      jobStream?: ClientReadableStreamImpl<unknown>
      longPoll: MaybeTimeDuration
      maxJobsToActivate: number
      pollCount: number = 0
      pollInterval: MaybeTimeDuration
      pollLoop: Timeout
      pollMutex: boolean = false
      readied: boolean = false
      stalled: boolean = false
      taskType: string
      tenantIds: undefined | string[] | [string]
      timeout: MaybeTimeDuration
      zbClient: ZeebeGrpcClient
      DEFAULT_JOB_ACTIVATION_TIMEOUT: Seconds = ...
      DEFAULT_MAX_ACTIVE_JOBS: 32 = 32

      Methods

      • Parameters

        • id: string

        Returns Promise<{
            closing?: undefined;
            error?: undefined;
            stalled: true;
            stream: undefined;
        } | {
            closing: true;
            error?: undefined;
            stalled?: undefined;
            stream: undefined;
        } | {
            closing?: undefined;
            error: Error;
            stalled?: undefined;
            stream: undefined;
        } | {
            closing?: undefined;
            error?: undefined;
            stalled?: undefined;
            stream: {} & {} & EmitterAugmentation1<"metadata", Metadata> & EmitterAugmentation1<"status", StatusObject> & EventEmitter & {} & EmitterAugmentation1<"data", unknown> & IntermediateObjectReadable<unknown> & {
                error?: Error;
            };
        }>

      • Returns a promise that the worker has stopped accepting tasks and has drained all current active tasks. Will reject if you try to call it more than once.

        -

        Parameters

        • Optional timeout: number

        Returns Promise<null>

      • Parameters

        • jobKey: string
        • completedVariables: {} = {}

          Returns Promise<"JOB_ACTION_ACKNOWLEDGEMENT">

        • Type Parameters

          • K extends EventKey<{
                close: "close";
                connectionError: "connectionError";
                ready: "ready";
                unknown: "unknown";
            }>

          Parameters

          • eventName: K
          • Optional params: {
                close: "close";
                connectionError: "connectionError";
                ready: "ready";
                unknown: "unknown";
            }[K]

          Returns void

        Generated using TypeDoc

        \ No newline at end of file +

        Parameters

        • Optional timeout: number

        Returns Promise<null>

        • Parameters

          • jobKey: string
          • completedVariables: {} = {}

            Returns Promise<"JOB_ACTION_ACKNOWLEDGEMENT">

          • Type Parameters

            • K extends EventKey<{
                  close: "close";
                  connectionError: "connectionError";
                  ready: "ready";
                  unknown: "unknown";
              }>

            Parameters

            • eventName: K
            • Optional params: {
                  close: "close";
                  connectionError: "connectionError";
                  ready: "ready";
                  unknown: "unknown";
              }[K]

            Returns void

          Generated using TypeDoc

          \ No newline at end of file diff --git a/classes/zeebe_types._internal_.GrpcClient.html b/classes/zeebe_types._internal_.GrpcClient.html index 640ac958..5aa1ee05 100644 --- a/classes/zeebe_types._internal_.GrpcClient.html +++ b/classes/zeebe_types._internal_.GrpcClient.html @@ -1,4 +1,4 @@ -GrpcClient | @camunda8/sdk

          Hierarchy (view full)

          Constructors

          constructor +GrpcClient | @camunda8/sdk

          Hierarchy (view full)

          Constructors

          Properties

          channelClosed: boolean = false
          channelState: number = 0
          client: Client
          closing: boolean = false
          config: {
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }

          Type declaration

          • CAMUNDA_AUTH_STRATEGY: string
          • CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string

            Username for Basic Auth

            +

          Constructors

          Properties

          channelClosed: boolean = false
          channelState: number = 0
          client: Client
          closing: boolean = false
          config: {
              CAMUNDA_AUTH_STRATEGY: string;
              CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
              CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
              CAMUNDA_CONSOLE_BASE_URL: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
              CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
              CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
              CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
              CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
              CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
              CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
              CAMUNDA_MODELER_BASE_URL: string;
              CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
              CAMUNDA_OAUTH_DISABLED: boolean;
              CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
              CAMUNDA_OAUTH_URL: undefined | string;
              CAMUNDA_OPERATE_BASE_URL: undefined | string;
              CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
              CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
              CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
              CAMUNDA_SECURE_CONNECTION: boolean;
              CAMUNDA_TASKLIST_BASE_URL: undefined | string;
              CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
              CAMUNDA_TENANT_ID: undefined | string;
              CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
              CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
              CAMUNDA_TOKEN_SCOPE: undefined | string;
              CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
              ZEEBE_ADDRESS: string;
              ZEEBE_CLIENT_ID: undefined | string;
              ZEEBE_CLIENT_SECRET: undefined | string;
              ZEEBE_GRPC_ADDRESS: undefined | string;
              ZEEBE_REST_ADDRESS: string;
              zeebeGrpcSettings: {
                  GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                  GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                  GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                  GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                  GRPC_KEEPALIVE_TIMEOUT_MS: number;
                  GRPC_KEEPALIVE_TIME_MS: number;
                  GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                  GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                  ZEEBE_CLIENT_LOG_LEVEL: string;
                  ZEEBE_CLIENT_LOG_TYPE: string;
                  ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                  ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                  ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                  ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                  ZEEBE_GRPC_CLIENT_RETRY: boolean;
                  ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                  ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
              };
          }

          Type declaration

          • CAMUNDA_AUTH_STRATEGY: string
          • CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string

            Username for Basic Auth

          • CAMUNDA_BASIC_AUTH_USERNAME: undefined | string

            Username for Basic Auth

          • CAMUNDA_CONSOLE_BASE_URL: undefined | string

            The base url for the Admin Console API.

          • CAMUNDA_CONSOLE_CLIENT_ID: undefined | string

            Credentials for Admin Console and Modeler API

            @@ -94,4 +94,4 @@
          • ZEEBE_GRPC_CLIENT_RETRY: boolean

            Automate retrying operations that fail due to network conditions or broker backpressure. Defaults to true

          • ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number

            How long in seconds the long poll Job Activation request is held open by a worker. Defaults to 60

          • ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number

            After a long poll Job Activation request, this is the cool-off period in milliseconds before the worker requests more work. Defaults to 300

            -
          connected: boolean = false
          connectionTolerance: number
          failTimer?: Timeout
          gRPCRetryCount: number = 0
          host: string
          listNameMethods: string[]
          longPoll?: MaybeTimeDuration
          packageDefinition: PackageDefinition
          readyTimer?: Timeout
          userAgentString: string

          Methods

          Generated using TypeDoc

          \ No newline at end of file +
          connected: boolean = false
          connectionTolerance: number
          failTimer?: Timeout
          gRPCRetryCount: number = 0
          host: string
          listNameMethods: string[]
          longPoll?: MaybeTimeDuration
          packageDefinition: PackageDefinition
          readyTimer?: Timeout
          userAgentString: string

          Methods

          Generated using TypeDoc

          \ No newline at end of file diff --git a/enums/index.Zeebe.Types.PartitionBrokerHealth.html b/enums/index.Zeebe.Types.PartitionBrokerHealth.html index 76e88cd3..2dc4fdf6 100644 --- a/enums/index.Zeebe.Types.PartitionBrokerHealth.html +++ b/enums/index.Zeebe.Types.PartitionBrokerHealth.html @@ -1,5 +1,5 @@ PartitionBrokerHealth | @camunda8/sdk

          Enumeration PartitionBrokerHealth

          Describes the current health of the partition

          -

          Enumeration Members

          Enumeration Members

          Enumeration Members

          DEAD: 2
          HEALTHY: 0
          UNHEALTHY: 1

          Generated using TypeDoc

          \ No newline at end of file +

          Enumeration Members

          DEAD: 2
          HEALTHY: 0
          UNHEALTHY: 1

          Generated using TypeDoc

          \ No newline at end of file diff --git a/enums/index.Zeebe.Types.PartitionBrokerRole.html b/enums/index.Zeebe.Types.PartitionBrokerRole.html index 6a7924d5..e8ad554b 100644 --- a/enums/index.Zeebe.Types.PartitionBrokerRole.html +++ b/enums/index.Zeebe.Types.PartitionBrokerRole.html @@ -1,5 +1,5 @@ PartitionBrokerRole | @camunda8/sdk

          Describes the Raft role of the broker for a given partition

          -

          Enumeration Members

          Enumeration Members

          Enumeration Members

          BROKER: 1
          INACTIVE: 2
          LEADER: 0

          Generated using TypeDoc

          \ No newline at end of file +

          Enumeration Members

          BROKER: 1
          INACTIVE: 2
          LEADER: 0

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Admin.AdminDto.Cluster.html b/interfaces/index.Admin.AdminDto.Cluster.html index fd459f28..9f53e67c 100644 --- a/interfaces/index.Admin.AdminDto.Cluster.html +++ b/interfaces/index.Admin.AdminDto.Cluster.html @@ -1,4 +1,4 @@ -Cluster | @camunda8/sdk
          interface Cluster {
              channel: {
                  name: string;
                  uuid: string;
              };
              created: string;
              generation: {
                  name: string;
                  uuid: string;
              };
              links: {
                  connectors: string;
                  console: string;
                  operate: string;
                  optimize: string;
                  tasklist: string;
                  zeebe: string;
              };
              name: string;
              ownerId: string;
              planType: {
                  name: string;
                  uuid: string;
              };
              region: {
                  name: string;
                  uuid: string;
              };
              status: {
                  operateStatus: ClusterStatusstring;
                  optimizeStatus: ClusterStatusstring;
                  ready: ClusterStatusstring;
                  tasklistStatus: ClusterStatusstring;
                  zeebeStatus: ClusterStatusstring;
              };
              uuid: string;
          }

          Properties

          channel +Cluster | @camunda8/sdk
          interface Cluster {
              channel: {
                  name: string;
                  uuid: string;
              };
              created: string;
              generation: {
                  name: string;
                  uuid: string;
              };
              links: {
                  connectors: string;
                  console: string;
                  operate: string;
                  optimize: string;
                  tasklist: string;
                  zeebe: string;
              };
              name: string;
              ownerId: string;
              planType: {
                  name: string;
                  uuid: string;
              };
              region: {
                  name: string;
                  uuid: string;
              };
              status: {
                  operateStatus: ClusterStatusstring;
                  optimizeStatus: ClusterStatusstring;
                  ready: ClusterStatusstring;
                  tasklistStatus: ClusterStatusstring;
                  zeebeStatus: ClusterStatusstring;
              };
              uuid: string;
          }

          Properties

          Properties

          channel: {
              name: string;
              uuid: string;
          }

          Type declaration

          • name: string
          • uuid: string
          created: string
          generation: {
              name: string;
              uuid: string;
          }

          Type declaration

          • name: string
          • uuid: string
          links: {
              connectors: string;
              console: string;
              operate: string;
              optimize: string;
              tasklist: string;
              zeebe: string;
          }

          Type declaration

          • connectors: string
          • console: string
          • operate: string
          • optimize: string
          • tasklist: string
          • zeebe: string
          name: string
          ownerId: string
          planType: {
              name: string;
              uuid: string;
          }

          Type declaration

          • name: string
          • uuid: string
          region: {
              name: string;
              uuid: string;
          }

          Type declaration

          • name: string
          • uuid: string
          status: {
              operateStatus: ClusterStatusstring;
              optimizeStatus: ClusterStatusstring;
              ready: ClusterStatusstring;
              tasklistStatus: ClusterStatusstring;
              zeebeStatus: ClusterStatusstring;
          }

          Type declaration

          uuid: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          channel: {
              name: string;
              uuid: string;
          }

          Type declaration

          • name: string
          • uuid: string
          created: string
          generation: {
              name: string;
              uuid: string;
          }

          Type declaration

          • name: string
          • uuid: string
          links: {
              connectors: string;
              console: string;
              operate: string;
              optimize: string;
              tasklist: string;
              zeebe: string;
          }

          Type declaration

          • connectors: string
          • console: string
          • operate: string
          • optimize: string
          • tasklist: string
          • zeebe: string
          name: string
          ownerId: string
          planType: {
              name: string;
              uuid: string;
          }

          Type declaration

          • name: string
          • uuid: string
          region: {
              name: string;
              uuid: string;
          }

          Type declaration

          • name: string
          • uuid: string
          status: {
              operateStatus: ClusterStatusstring;
              optimizeStatus: ClusterStatusstring;
              ready: ClusterStatusstring;
              tasklistStatus: ClusterStatusstring;
              zeebeStatus: ClusterStatusstring;
          }

          Type declaration

          uuid: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Admin.AdminDto.ClusterClient.html b/interfaces/index.Admin.AdminDto.ClusterClient.html index 6b279a49..77416d06 100644 --- a/interfaces/index.Admin.AdminDto.ClusterClient.html +++ b/interfaces/index.Admin.AdminDto.ClusterClient.html @@ -1,4 +1,4 @@ -ClusterClient | @camunda8/sdk
          interface ClusterClient {
              clientId: string;
              name: string;
              permissions: ("Zeebe" | "Operate" | "Tasklist")[];
          }

          Properties

          clientId +ClusterClient | @camunda8/sdk
          interface ClusterClient {
              clientId: string;
              name: string;
              permissions: ("Zeebe" | "Operate" | "Tasklist")[];
          }

          Properties

          clientId: string
          name: string
          permissions: ("Zeebe" | "Operate" | "Tasklist")[]

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          clientId: string
          name: string
          permissions: ("Zeebe" | "Operate" | "Tasklist")[]

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Admin.AdminDto.ClusterClientConnectionDetails.html b/interfaces/index.Admin.AdminDto.ClusterClientConnectionDetails.html index b276c638..c7e2d177 100644 --- a/interfaces/index.Admin.AdminDto.ClusterClientConnectionDetails.html +++ b/interfaces/index.Admin.AdminDto.ClusterClientConnectionDetails.html @@ -1,5 +1,5 @@ -ClusterClientConnectionDetails | @camunda8/sdk
          interface ClusterClientConnectionDetails {
              ZEEBE_ADDRESS: string;
              ZEEBE_AUTHORIZATION_SERVER_URL: string;
              ZEEBE_CLIENT_ID: string;
              name: string;
          }

          Properties

          ZEEBE_ADDRESS +ClusterClientConnectionDetails | @camunda8/sdk
          interface ClusterClientConnectionDetails {
              ZEEBE_ADDRESS: string;
              ZEEBE_AUTHORIZATION_SERVER_URL: string;
              ZEEBE_CLIENT_ID: string;
              name: string;
          }

          Properties

          ZEEBE_ADDRESS: string
          ZEEBE_AUTHORIZATION_SERVER_URL: string
          ZEEBE_CLIENT_ID: string
          name: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          ZEEBE_ADDRESS: string
          ZEEBE_AUTHORIZATION_SERVER_URL: string
          ZEEBE_CLIENT_ID: string
          name: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Admin.AdminDto.CreateClusterBody.html b/interfaces/index.Admin.AdminDto.CreateClusterBody.html index 21096ce9..b943a851 100644 --- a/interfaces/index.Admin.AdminDto.CreateClusterBody.html +++ b/interfaces/index.Admin.AdminDto.CreateClusterBody.html @@ -1,6 +1,6 @@ -CreateClusterBody | @camunda8/sdk
          interface CreateClusterBody {
              channelId: string;
              generationId: string;
              name: string;
              planTypeId: string;
              regionId: string;
          }

          Properties

          channelId +CreateClusterBody | @camunda8/sdk
          interface CreateClusterBody {
              channelId: string;
              generationId: string;
              name: string;
              planTypeId: string;
              regionId: string;
          }

          Properties

          channelId: string
          generationId: string
          name: string
          planTypeId: string
          regionId: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          channelId: string
          generationId: string
          name: string
          planTypeId: string
          regionId: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Admin.AdminDto.CreatedClusterClient.html b/interfaces/index.Admin.AdminDto.CreatedClusterClient.html index 7c51c3e5..f9b6627d 100644 --- a/interfaces/index.Admin.AdminDto.CreatedClusterClient.html +++ b/interfaces/index.Admin.AdminDto.CreatedClusterClient.html @@ -1,4 +1,4 @@ -CreatedClusterClient | @camunda8/sdk
          interface CreatedClusterClient {
              clientId: string;
              clientSecret: string;
              uuid: string;
          }

          Properties

          clientId +CreatedClusterClient | @camunda8/sdk
          interface CreatedClusterClient {
              clientId: string;
              clientSecret: string;
              uuid: string;
          }

          Properties

          clientId: string
          clientSecret: string
          uuid: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          clientId: string
          clientSecret: string
          uuid: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Admin.AdminDto.Member.html b/interfaces/index.Admin.AdminDto.Member.html index 72d9ebad..a1affa95 100644 --- a/interfaces/index.Admin.AdminDto.Member.html +++ b/interfaces/index.Admin.AdminDto.Member.html @@ -1,5 +1,5 @@ -Member | @camunda8/sdk
          interface Member {
              email: string;
              invitePending: boolean;
              name: string;
              roles: OrganizationRole[];
          }

          Properties

          email +Member | @camunda8/sdk
          interface Member {
              email: string;
              invitePending: boolean;
              name: string;
              roles: OrganizationRole[];
          }

          Properties

          email: string
          invitePending: boolean
          name: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          email: string
          invitePending: boolean
          name: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Admin.AdminDto.Parameters.html b/interfaces/index.Admin.AdminDto.Parameters.html index 874a3517..9f7d3c10 100644 --- a/interfaces/index.Admin.AdminDto.Parameters.html +++ b/interfaces/index.Admin.AdminDto.Parameters.html @@ -1,4 +1,4 @@ -Parameters | @camunda8/sdk
          interface Parameters {
              channels: [{
                  allowedGenerations: [{
                      name: string;
                      uuid: string;
                  }];
                  defaultGeneration: {
                      name: string;
                      uuid: string;
                  };
                  name: string;
                  uuid: string;
              }];
              clusterPlanTypes: [{
                  name: string;
                  uuid: string;
              }];
              regions: [{
                  name: string;
                  uuid: string;
              }];
          }

          Properties

          channels +Parameters | @camunda8/sdk
          interface Parameters {
              channels: [{
                  allowedGenerations: [{
                      name: string;
                      uuid: string;
                  }];
                  defaultGeneration: {
                      name: string;
                      uuid: string;
                  };
                  name: string;
                  uuid: string;
              }];
              clusterPlanTypes: [{
                  name: string;
                  uuid: string;
              }];
              regions: [{
                  name: string;
                  uuid: string;
              }];
          }

          Properties

          channels: [{
              allowedGenerations: [{
                  name: string;
                  uuid: string;
              }];
              defaultGeneration: {
                  name: string;
                  uuid: string;
              };
              name: string;
              uuid: string;
          }]

          Type declaration

          • allowedGenerations: [{
                name: string;
                uuid: string;
            }]
          • defaultGeneration: {
                name: string;
                uuid: string;
            }
            • name: string
            • uuid: string
          • name: string
          • uuid: string
          clusterPlanTypes: [{
              name: string;
              uuid: string;
          }]

          Type declaration

          • name: string
          • uuid: string
          regions: [{
              name: string;
              uuid: string;
          }]

          Type declaration

          • name: string
          • uuid: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          channels: [{
              allowedGenerations: [{
                  name: string;
                  uuid: string;
              }];
              defaultGeneration: {
                  name: string;
                  uuid: string;
              };
              name: string;
              uuid: string;
          }]

          Type declaration

          • allowedGenerations: [{
                name: string;
                uuid: string;
            }]
          • defaultGeneration: {
                name: string;
                uuid: string;
            }
            • name: string
            • uuid: string
          • name: string
          • uuid: string
          clusterPlanTypes: [{
              name: string;
              uuid: string;
          }]

          Type declaration

          • name: string
          • uuid: string
          regions: [{
              name: string;
              uuid: string;
          }]

          Type declaration

          • name: string
          • uuid: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Auth.IOAuthProvider.html b/interfaces/index.Auth.IOAuthProvider.html index cab1a26f..73f983a7 100644 --- a/interfaces/index.Auth.IOAuthProvider.html +++ b/interfaces/index.Auth.IOAuthProvider.html @@ -1,2 +1,2 @@ -IOAuthProvider | @camunda8/sdk

          Interface IOAuthProvider

          interface IOAuthProvider {
              getToken(audience): Promise<string>;
          }

          Implemented by

          Methods

          Methods

          Generated using TypeDoc

          \ No newline at end of file +IOAuthProvider | @camunda8/sdk

          Interface IOAuthProvider

          interface IOAuthProvider {
              getToken(audience): Promise<string>;
          }

          Implemented by

          Methods

          Methods

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Auth.Token.html b/interfaces/index.Auth.Token.html index 89d1759c..75fd7166 100644 --- a/interfaces/index.Auth.Token.html +++ b/interfaces/index.Auth.Token.html @@ -1,7 +1,7 @@ -Token | @camunda8/sdk
          interface Token {
              access_token: string;
              audience: string;
              expires_in: number;
              expiry: number;
              scope: string;
              token_type: string;
          }

          Properties

          access_token +Token | @camunda8/sdk
          interface Token {
              access_token: string;
              audience: string;
              expires_in: number;
              expiry: number;
              scope: string;
              token_type: string;
          }

          Properties

          access_token: string
          audience: string
          expires_in: number
          expiry: number
          scope: string
          token_type: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          access_token: string
          audience: string
          expires_in: number
          expiry: number
          scope: string
          token_type: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Auth.TokenError.html b/interfaces/index.Auth.TokenError.html index 0ae09b00..10fb18d5 100644 --- a/interfaces/index.Auth.TokenError.html +++ b/interfaces/index.Auth.TokenError.html @@ -1,3 +1,3 @@ -TokenError | @camunda8/sdk
          interface TokenError {
              error: string;
              error_description: string;
          }

          Properties

          error +TokenError | @camunda8/sdk
          interface TokenError {
              error: string;
              error_description: string;
          }

          Properties

          error: string
          error_description: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          error: string
          error_description: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.CreateCollaboratorDto.html b/interfaces/index.Modeler.ModelerDto.CreateCollaboratorDto.html index d55c0602..c4f56ecf 100644 --- a/interfaces/index.Modeler.ModelerDto.CreateCollaboratorDto.html +++ b/interfaces/index.Modeler.ModelerDto.CreateCollaboratorDto.html @@ -1,4 +1,4 @@ -CreateCollaboratorDto | @camunda8/sdk
          interface CreateCollaboratorDto {
              email: string;
              projectId: string;
              role: "project_admin" | "editor" | "viewer" | "commenter";
          }

          Properties

          email +CreateCollaboratorDto | @camunda8/sdk
          interface CreateCollaboratorDto {
              email: string;
              projectId: string;
              role: "project_admin" | "editor" | "viewer" | "commenter";
          }

          Properties

          Properties

          email: string
          projectId: string
          role: "project_admin" | "editor" | "viewer" | "commenter"

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          email: string
          projectId: string
          role: "project_admin" | "editor" | "viewer" | "commenter"

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.CreateFileDto.html b/interfaces/index.Modeler.ModelerDto.CreateFileDto.html index d7b966b8..dbf4fecb 100644 --- a/interfaces/index.Modeler.ModelerDto.CreateFileDto.html +++ b/interfaces/index.Modeler.ModelerDto.CreateFileDto.html @@ -1,10 +1,10 @@ -CreateFileDto | @camunda8/sdk
          interface CreateFileDto {
              content: string;
              fileType: string;
              folderId: string;
              name: string;
              pattern: "form" | "bpmn" | "dmn" | "connector_template";
              projectId: string;
          }

          Properties

          content +CreateFileDto | @camunda8/sdk
          interface CreateFileDto {
              content: string;
              fileType: string;
              folderId: string;
              name: string;
              pattern: "form" | "bpmn" | "dmn" | "connector_template";
              projectId: string;
          }

          Properties

          content: string
          fileType: string
          folderId: string

          maxLength: 255, minLength: 1

          -
          name: string

          maxLength: 255, minLength: 1

          -
          pattern: "form" | "bpmn" | "dmn" | "connector_template"
          projectId: string

          maxLength: 255, minLength: 1

          -

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          content: string
          fileType: string
          folderId: string

          maxLength: 255, minLength: 1

          +
          name: string

          maxLength: 255, minLength: 1

          +
          pattern: "form" | "bpmn" | "dmn" | "connector_template"
          projectId: string

          maxLength: 255, minLength: 1

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.CreateFolderDto.html b/interfaces/index.Modeler.ModelerDto.CreateFolderDto.html index 0f5d062b..79accf4b 100644 --- a/interfaces/index.Modeler.ModelerDto.CreateFolderDto.html +++ b/interfaces/index.Modeler.ModelerDto.CreateFolderDto.html @@ -1,7 +1,7 @@ -CreateFolderDto | @camunda8/sdk
          interface CreateFolderDto {
              name: string;
              parentId: string;
              projectId: string;
          }

          Properties

          name +CreateFolderDto | @camunda8/sdk
          interface CreateFolderDto {
              name: string;
              parentId: string;
              projectId: string;
          }

          Properties

          name: string

          maxLength: 255 minLength: 1

          -
          parentId: string

          maxLength: 255 minLength: 1

          -
          projectId: string

          maxLength: 255 minLength: 1

          -

          Generated using TypeDoc

          \ No newline at end of file +
          parentId: string

          maxLength: 255 minLength: 1

          +
          projectId: string

          maxLength: 255 minLength: 1

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.CreateMilestoneDto.html b/interfaces/index.Modeler.ModelerDto.CreateMilestoneDto.html index 2e261adb..ae026a47 100644 --- a/interfaces/index.Modeler.ModelerDto.CreateMilestoneDto.html +++ b/interfaces/index.Modeler.ModelerDto.CreateMilestoneDto.html @@ -1,5 +1,5 @@ -CreateMilestoneDto | @camunda8/sdk
          interface CreateMilestoneDto {
              fileId: string;
              name: string;
          }

          Properties

          fileId +CreateMilestoneDto | @camunda8/sdk
          interface CreateMilestoneDto {
              fileId: string;
              name: string;
          }

          Properties

          Properties

          fileId: string

          maxLength: 255 minLength: 1

          -
          name: string

          maxLength: 255 minLength: 1

          -

          Generated using TypeDoc

          \ No newline at end of file +
          name: string

          maxLength: 255 minLength: 1

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.FileDto.html b/interfaces/index.Modeler.ModelerDto.FileDto.html index d83d3503..6113e7ac 100644 --- a/interfaces/index.Modeler.ModelerDto.FileDto.html +++ b/interfaces/index.Modeler.ModelerDto.FileDto.html @@ -1,3 +1,3 @@ -FileDto | @camunda8/sdk
          interface FileDto {
              content: string;
              metadata: FileMetadataDto;
          }

          Properties

          content +FileDto | @camunda8/sdk
          interface FileDto {
              content: string;
              metadata: FileMetadataDto;
          }

          Properties

          Properties

          content: string
          metadata: FileMetadataDto

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          content: string
          metadata: FileMetadataDto

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.FileMetadataDto.html b/interfaces/index.Modeler.ModelerDto.FileMetadataDto.html index 3b35b091..db718392 100644 --- a/interfaces/index.Modeler.ModelerDto.FileMetadataDto.html +++ b/interfaces/index.Modeler.ModelerDto.FileMetadataDto.html @@ -1,4 +1,4 @@ -FileMetadataDto | @camunda8/sdk
          interface FileMetadataDto {
              canonicalPath: PathElementDto[];
              created: string;
              createdBy: UserDto;
              folderId: string;
              id: string;
              name: string;
              projectId: string;
              revision: number;
              simplePath: string;
              type: string;
              updated: string;
              updatedBy: UserDto;
          }

          Properties

          canonicalPath +FileMetadataDto | @camunda8/sdk
          interface FileMetadataDto {
              canonicalPath: PathElementDto[];
              created: string;
              createdBy: UserDto;
              folderId: string;
              id: string;
              name: string;
              projectId: string;
              revision: number;
              simplePath: string;
              type: string;
              updated: string;
              updatedBy: UserDto;
          }

          Properties

          canonicalPath: PathElementDto[]
          created: string
          createdBy: UserDto
          folderId: string
          id: string
          name: string
          projectId: string
          revision: number
          simplePath: string
          type: string
          updated: string
          updatedBy: UserDto

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          canonicalPath: PathElementDto[]
          created: string
          createdBy: UserDto
          folderId: string
          id: string
          name: string
          projectId: string
          revision: number
          simplePath: string
          type: string
          updated: string
          updatedBy: UserDto

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.FolderContentDto.html b/interfaces/index.Modeler.ModelerDto.FolderContentDto.html index 2161e258..650b4dd4 100644 --- a/interfaces/index.Modeler.ModelerDto.FolderContentDto.html +++ b/interfaces/index.Modeler.ModelerDto.FolderContentDto.html @@ -1,3 +1,3 @@ -FolderContentDto | @camunda8/sdk
          interface FolderContentDto {
              files: FileMetadataDto[];
              folders: FolderMetadataDto[];
          }

          Properties

          files +FolderContentDto | @camunda8/sdk
          interface FolderContentDto {
              files: FileMetadataDto[];
              folders: FolderMetadataDto[];
          }

          Properties

          Properties

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.FolderDto.html b/interfaces/index.Modeler.ModelerDto.FolderDto.html index cbf9d9dc..a86071f8 100644 --- a/interfaces/index.Modeler.ModelerDto.FolderDto.html +++ b/interfaces/index.Modeler.ModelerDto.FolderDto.html @@ -1,3 +1,3 @@ -FolderDto | @camunda8/sdk
          interface FolderDto {
              content: FolderContentDto;
              metadata: FolderMetadataDto;
          }

          Properties

          content +FolderDto | @camunda8/sdk
          interface FolderDto {
              content: FolderContentDto;
              metadata: FolderMetadataDto;
          }

          Properties

          Properties

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.FolderMetadataDto.html b/interfaces/index.Modeler.ModelerDto.FolderMetadataDto.html index 98a2487a..14a7756d 100644 --- a/interfaces/index.Modeler.ModelerDto.FolderMetadataDto.html +++ b/interfaces/index.Modeler.ModelerDto.FolderMetadataDto.html @@ -1,4 +1,4 @@ -FolderMetadataDto | @camunda8/sdk
          interface FolderMetadataDto {
              created: string;
              createdBy: UserDto;
              id: string;
              name: string;
              parentId: string;
              projectId: string;
              updated: string;
              updatedBy: UserDto;
          }

          Properties

          created +FolderMetadataDto | @camunda8/sdk
          interface FolderMetadataDto {
              created: string;
              createdBy: UserDto;
              id: string;
              name: string;
              parentId: string;
              projectId: string;
              updated: string;
              updatedBy: UserDto;
          }

          Properties

          Properties

          created: string
          createdBy: UserDto
          id: string
          name: string
          parentId: string
          projectId: string
          updated: string
          updatedBy: UserDto

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          created: string
          createdBy: UserDto
          id: string
          name: string
          parentId: string
          projectId: string
          updated: string
          updatedBy: UserDto

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.InfoDto.html b/interfaces/index.Modeler.ModelerDto.InfoDto.html index fc6dcce1..53c0e9ef 100644 --- a/interfaces/index.Modeler.ModelerDto.InfoDto.html +++ b/interfaces/index.Modeler.ModelerDto.InfoDto.html @@ -1,7 +1,7 @@ -InfoDto | @camunda8/sdk
          interface InfoDto {
              authorizedOrganization: string;
              createPermission: boolean;
              deletePermission: boolean;
              readPermission: boolean;
              updatePermission: boolean;
              version: string;
          }

          Properties

          authorizedOrganization +InfoDto | @camunda8/sdk
          interface InfoDto {
              authorizedOrganization: string;
              createPermission: boolean;
              deletePermission: boolean;
              readPermission: boolean;
              updatePermission: boolean;
              version: string;
          }

          Properties

          authorizedOrganization: string
          createPermission: boolean
          deletePermission: boolean
          readPermission: boolean
          updatePermission: boolean
          version: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          authorizedOrganization: string
          createPermission: boolean
          deletePermission: boolean
          readPermission: boolean
          updatePermission: boolean
          version: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.MilestoneDto.html b/interfaces/index.Modeler.ModelerDto.MilestoneDto.html index 6c2085c3..72bd86a1 100644 --- a/interfaces/index.Modeler.ModelerDto.MilestoneDto.html +++ b/interfaces/index.Modeler.ModelerDto.MilestoneDto.html @@ -1,3 +1,3 @@ -MilestoneDto | @camunda8/sdk
          interface MilestoneDto {
              content: string;
              metadata: MilestoneMetadataDto;
          }

          Properties

          content +MilestoneDto | @camunda8/sdk
          interface MilestoneDto {
              content: string;
              metadata: MilestoneMetadataDto;
          }

          Properties

          Properties

          content: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          content: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.MilestoneMetadataDto.html b/interfaces/index.Modeler.ModelerDto.MilestoneMetadataDto.html index c81999b7..a10ad403 100644 --- a/interfaces/index.Modeler.ModelerDto.MilestoneMetadataDto.html +++ b/interfaces/index.Modeler.ModelerDto.MilestoneMetadataDto.html @@ -1,8 +1,8 @@ -MilestoneMetadataDto | @camunda8/sdk
          interface MilestoneMetadataDto {
              created: string;
              createdBy: UserDto;
              fileId: string;
              id: string;
              name: string;
              updated: string;
              updatedBy: UserDto;
          }

          Properties

          created +MilestoneMetadataDto | @camunda8/sdk
          interface MilestoneMetadataDto {
              created: string;
              createdBy: UserDto;
              fileId: string;
              id: string;
              name: string;
              updated: string;
              updatedBy: UserDto;
          }

          Properties

          created: string
          createdBy: UserDto
          fileId: string
          id: string
          name: string
          updated: string
          updatedBy: UserDto

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          created: string
          createdBy: UserDto
          fileId: string
          id: string
          name: string
          updated: string
          updatedBy: UserDto

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.PathElementDto.html b/interfaces/index.Modeler.ModelerDto.PathElementDto.html index 0b1fa1b0..983edc01 100644 --- a/interfaces/index.Modeler.ModelerDto.PathElementDto.html +++ b/interfaces/index.Modeler.ModelerDto.PathElementDto.html @@ -1,3 +1,3 @@ -PathElementDto | @camunda8/sdk
          interface PathElementDto {
              id: string;
              name: string;
          }

          Properties

          id +PathElementDto | @camunda8/sdk
          interface PathElementDto {
              id: string;
              name: string;
          }

          Properties

          Properties

          id: string
          name: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          id: string
          name: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.ProjectCollaboratorDto.html b/interfaces/index.Modeler.ModelerDto.ProjectCollaboratorDto.html index 4014521a..e9483b0b 100644 --- a/interfaces/index.Modeler.ModelerDto.ProjectCollaboratorDto.html +++ b/interfaces/index.Modeler.ModelerDto.ProjectCollaboratorDto.html @@ -1,5 +1,5 @@ -ProjectCollaboratorDto | @camunda8/sdk
          interface ProjectCollaboratorDto {
              email: string;
              name: string;
              projectId: string;
              role: string;
          }

          Properties

          email +ProjectCollaboratorDto | @camunda8/sdk
          interface ProjectCollaboratorDto {
              email: string;
              name: string;
              projectId: string;
              role: string;
          }

          Properties

          Properties

          email: string
          name: string
          projectId: string
          role: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          email: string
          name: string
          projectId: string
          role: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.ProjectContent.html b/interfaces/index.Modeler.ModelerDto.ProjectContent.html index f5395573..5cb5aef5 100644 --- a/interfaces/index.Modeler.ModelerDto.ProjectContent.html +++ b/interfaces/index.Modeler.ModelerDto.ProjectContent.html @@ -1,3 +1,3 @@ -ProjectContent | @camunda8/sdk
          interface ProjectContent {
              files: FileMetadataDto[];
              folders: FolderMetadataDto[];
          }

          Properties

          files +ProjectContent | @camunda8/sdk
          interface ProjectContent {
              files: FileMetadataDto[];
              folders: FolderMetadataDto[];
          }

          Properties

          Properties

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.ProjectDto.html b/interfaces/index.Modeler.ModelerDto.ProjectDto.html index c6148a23..42b4cc56 100644 --- a/interfaces/index.Modeler.ModelerDto.ProjectDto.html +++ b/interfaces/index.Modeler.ModelerDto.ProjectDto.html @@ -1,3 +1,3 @@ -ProjectDto | @camunda8/sdk
          interface ProjectDto {
              content: ProjectContent;
              metadata: ProjectMetadataDto;
          }

          Properties

          content +ProjectDto | @camunda8/sdk
          interface ProjectDto {
              content: ProjectContent;
              metadata: ProjectMetadataDto;
          }

          Properties

          Properties

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.ProjectMetadataDto.html b/interfaces/index.Modeler.ModelerDto.ProjectMetadataDto.html index f886ad18..a17beabe 100644 --- a/interfaces/index.Modeler.ModelerDto.ProjectMetadataDto.html +++ b/interfaces/index.Modeler.ModelerDto.ProjectMetadataDto.html @@ -1,7 +1,7 @@ -ProjectMetadataDto | @camunda8/sdk
          interface ProjectMetadataDto {
              created: string;
              createdBy: UserDto;
              id: string;
              name: string;
              updated: string;
              updatedBy: UserDto;
          }

          Properties

          created +ProjectMetadataDto | @camunda8/sdk
          interface ProjectMetadataDto {
              created: string;
              createdBy: UserDto;
              id: string;
              name: string;
              updated: string;
              updatedBy: UserDto;
          }

          Properties

          created: string
          createdBy: UserDto
          id: string
          name: string
          updated: string
          updatedBy: UserDto

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          created: string
          createdBy: UserDto
          id: string
          name: string
          updated: string
          updatedBy: UserDto

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.PubSearchDtoFileMetadataDto.html b/interfaces/index.Modeler.ModelerDto.PubSearchDtoFileMetadataDto.html index 8295f09c..29112b5a 100644 --- a/interfaces/index.Modeler.ModelerDto.PubSearchDtoFileMetadataDto.html +++ b/interfaces/index.Modeler.ModelerDto.PubSearchDtoFileMetadataDto.html @@ -1,7 +1,7 @@ -PubSearchDtoFileMetadataDto | @camunda8/sdk
          interface PubSearchDtoFileMetadataDto {
              filter: Partial<FileMetadataDto>;
              page?: number;
              size?: number;
              sort?: SortDto[];
          }

          Properties

          filter +PubSearchDtoFileMetadataDto | @camunda8/sdk
          interface PubSearchDtoFileMetadataDto {
              filter: Partial<FileMetadataDto>;
              page?: number;
              size?: number;
              sort?: SortDto[];
          }

          Properties

          Properties

          filter: Partial<FileMetadataDto>
          page?: number

          minimum: 0

          -
          size?: number

          maximum: 50 minimum: 0

          -
          sort?: SortDto[]

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          filter: Partial<FileMetadataDto>
          page?: number

          minimum: 0

          +
          size?: number

          maximum: 50 minimum: 0

          +
          sort?: SortDto[]

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.PubSearchDtoMilestoneMetadataDto.html b/interfaces/index.Modeler.ModelerDto.PubSearchDtoMilestoneMetadataDto.html index eaaca646..71e4efd8 100644 --- a/interfaces/index.Modeler.ModelerDto.PubSearchDtoMilestoneMetadataDto.html +++ b/interfaces/index.Modeler.ModelerDto.PubSearchDtoMilestoneMetadataDto.html @@ -1,7 +1,7 @@ -PubSearchDtoMilestoneMetadataDto | @camunda8/sdk
          interface PubSearchDtoMilestoneMetadataDto {
              filter: Partial<MilestoneMetadataDto>;
              page?: number;
              size?: number;
              sort?: SortDto[];
          }

          Properties

          filter +PubSearchDtoMilestoneMetadataDto | @camunda8/sdk
          interface PubSearchDtoMilestoneMetadataDto {
              filter: Partial<MilestoneMetadataDto>;
              page?: number;
              size?: number;
              sort?: SortDto[];
          }

          Properties

          Properties

          filter: Partial<MilestoneMetadataDto>
          page?: number

          minimum: 0

          -
          size?: number

          maximum: 50 minimum: 0

          -
          sort?: SortDto[]

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          filter: Partial<MilestoneMetadataDto>
          page?: number

          minimum: 0

          +
          size?: number

          maximum: 50 minimum: 0

          +
          sort?: SortDto[]

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.PubSearchDtoProjectCollaboratorDto.html b/interfaces/index.Modeler.ModelerDto.PubSearchDtoProjectCollaboratorDto.html index 8c7b5489..faa6a6fe 100644 --- a/interfaces/index.Modeler.ModelerDto.PubSearchDtoProjectCollaboratorDto.html +++ b/interfaces/index.Modeler.ModelerDto.PubSearchDtoProjectCollaboratorDto.html @@ -1,7 +1,7 @@ -PubSearchDtoProjectCollaboratorDto | @camunda8/sdk
          interface PubSearchDtoProjectCollaboratorDto {
              filter: Partial<ProjectCollaboratorDto>;
              page?: number;
              size?: number;
              sort?: SortDto[];
          }

          Properties

          filter +PubSearchDtoProjectCollaboratorDto | @camunda8/sdk
          interface PubSearchDtoProjectCollaboratorDto {
              filter: Partial<ProjectCollaboratorDto>;
              page?: number;
              size?: number;
              sort?: SortDto[];
          }

          Properties

          Properties

          filter: Partial<ProjectCollaboratorDto>
          page?: number

          minimum 0

          -
          size?: number

          minumum 0, maximum 50

          -
          sort?: SortDto[]

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          filter: Partial<ProjectCollaboratorDto>
          page?: number

          minimum 0

          +
          size?: number

          minumum 0, maximum 50

          +
          sort?: SortDto[]

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.PubSearchDtoProjectMetadataDto.html b/interfaces/index.Modeler.ModelerDto.PubSearchDtoProjectMetadataDto.html index 74778d38..67791593 100644 --- a/interfaces/index.Modeler.ModelerDto.PubSearchDtoProjectMetadataDto.html +++ b/interfaces/index.Modeler.ModelerDto.PubSearchDtoProjectMetadataDto.html @@ -1,7 +1,7 @@ -PubSearchDtoProjectMetadataDto | @camunda8/sdk
          interface PubSearchDtoProjectMetadataDto {
              filter: Partial<ProjectMetadataDto>;
              page?: number;
              size?: number;
              sort?: SortDto[];
          }

          Properties

          filter +PubSearchDtoProjectMetadataDto | @camunda8/sdk
          interface PubSearchDtoProjectMetadataDto {
              filter: Partial<ProjectMetadataDto>;
              page?: number;
              size?: number;
              sort?: SortDto[];
          }

          Properties

          Properties

          filter: Partial<ProjectMetadataDto>
          page?: number

          minimum: 0

          -
          size?: number

          maximum: 50, minimum: 0

          -
          sort?: SortDto[]

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          filter: Partial<ProjectMetadataDto>
          page?: number

          minimum: 0

          +
          size?: number

          maximum: 50, minimum: 0

          +
          sort?: SortDto[]

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoFileMetadataDto.html b/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoFileMetadataDto.html index d266a493..832266ee 100644 --- a/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoFileMetadataDto.html +++ b/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoFileMetadataDto.html @@ -1,3 +1,3 @@ -PubSearchResultDtoFileMetadataDto | @camunda8/sdk
          interface PubSearchResultDtoFileMetadataDto {
              items: FileMetadataDto[];
              total: number;
          }

          Properties

          items +PubSearchResultDtoFileMetadataDto | @camunda8/sdk
          interface PubSearchResultDtoFileMetadataDto {
              items: FileMetadataDto[];
              total: number;
          }

          Properties

          Properties

          total: number

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          total: number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoMilestoneMetadataDto.html b/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoMilestoneMetadataDto.html index 9beb3970..377822ff 100644 --- a/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoMilestoneMetadataDto.html +++ b/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoMilestoneMetadataDto.html @@ -1,3 +1,3 @@ -PubSearchResultDtoMilestoneMetadataDto | @camunda8/sdk
          interface PubSearchResultDtoMilestoneMetadataDto {
              items: MilestoneMetadataDto[];
              total: number;
          }

          Properties

          items +PubSearchResultDtoMilestoneMetadataDto | @camunda8/sdk
          interface PubSearchResultDtoMilestoneMetadataDto {
              items: MilestoneMetadataDto[];
              total: number;
          }

          Properties

          Properties

          total: number

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          total: number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoProjectCollaboratorDto.html b/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoProjectCollaboratorDto.html index c04d34c9..b235d3e9 100644 --- a/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoProjectCollaboratorDto.html +++ b/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoProjectCollaboratorDto.html @@ -1,3 +1,3 @@ -PubSearchResultDtoProjectCollaboratorDto | @camunda8/sdk

          Interface PubSearchResultDtoProjectCollaboratorDto

          interface PubSearchResultDtoProjectCollaboratorDto {
              items: ProjectCollaboratorDto[];
              total: number;
          }

          Properties

          items +PubSearchResultDtoProjectCollaboratorDto | @camunda8/sdk

          Interface PubSearchResultDtoProjectCollaboratorDto

          interface PubSearchResultDtoProjectCollaboratorDto {
              items: ProjectCollaboratorDto[];
              total: number;
          }

          Properties

          Properties

          total: number

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          total: number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoProjectMetadataDto.html b/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoProjectMetadataDto.html index 8d04eac9..e7a0be89 100644 --- a/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoProjectMetadataDto.html +++ b/interfaces/index.Modeler.ModelerDto.PubSearchResultDtoProjectMetadataDto.html @@ -1,3 +1,3 @@ -PubSearchResultDtoProjectMetadataDto | @camunda8/sdk
          interface PubSearchResultDtoProjectMetadataDto {
              items: ProjectMetadataDto[];
              total: number;
          }

          Properties

          items +PubSearchResultDtoProjectMetadataDto | @camunda8/sdk
          interface PubSearchResultDtoProjectMetadataDto {
              items: ProjectMetadataDto[];
              total: number;
          }

          Properties

          Properties

          total: number

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          total: number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.SortDto.html b/interfaces/index.Modeler.ModelerDto.SortDto.html index 5bd3d866..abd0d802 100644 --- a/interfaces/index.Modeler.ModelerDto.SortDto.html +++ b/interfaces/index.Modeler.ModelerDto.SortDto.html @@ -1,3 +1,3 @@ -SortDto | @camunda8/sdk
          interface SortDto {
              direction: "ASC" | "DESC";
              field: string;
          }

          Properties

          direction +SortDto | @camunda8/sdk
          interface SortDto {
              direction: "ASC" | "DESC";
              field: string;
          }

          Properties

          Properties

          direction: "ASC" | "DESC"
          field: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          direction: "ASC" | "DESC"
          field: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.UpdateFileDto.html b/interfaces/index.Modeler.ModelerDto.UpdateFileDto.html index 8874308c..160624bd 100644 --- a/interfaces/index.Modeler.ModelerDto.UpdateFileDto.html +++ b/interfaces/index.Modeler.ModelerDto.UpdateFileDto.html @@ -1,9 +1,9 @@ -UpdateFileDto | @camunda8/sdk
          interface UpdateFileDto {
              content: string;
              folderId: string;
              name: string;
              projectId: string;
              revision: number;
          }

          Properties

          content +UpdateFileDto | @camunda8/sdk
          interface UpdateFileDto {
              content: string;
              folderId: string;
              name: string;
              projectId: string;
              revision: number;
          }

          Properties

          content: string
          folderId: string

          maxLength: 255, minLength: 1

          -
          name: string

          maxLength: 255, minLength: 1

          -
          projectId: string

          maxLength: 255, minLength: 1

          -
          revision: number

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          content: string
          folderId: string

          maxLength: 255, minLength: 1

          +
          name: string

          maxLength: 255, minLength: 1

          +
          projectId: string

          maxLength: 255, minLength: 1

          +
          revision: number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.UpdateFolderDto.html b/interfaces/index.Modeler.ModelerDto.UpdateFolderDto.html index fe7651e4..767fbe58 100644 --- a/interfaces/index.Modeler.ModelerDto.UpdateFolderDto.html +++ b/interfaces/index.Modeler.ModelerDto.UpdateFolderDto.html @@ -1,7 +1,7 @@ -UpdateFolderDto | @camunda8/sdk
          interface UpdateFolderDto {
              name: string;
              parentId: string;
              projectId: string;
          }

          Properties

          name +UpdateFolderDto | @camunda8/sdk
          interface UpdateFolderDto {
              name: string;
              parentId: string;
              projectId: string;
          }

          Properties

          name: string

          maxLength: 255 minLength: 1

          -
          parentId: string

          maxLength: 255 minLength: 1

          -
          projectId: string

          maxLength: 255 minLength: 1

          -

          Generated using TypeDoc

          \ No newline at end of file +
          parentId: string

          maxLength: 255 minLength: 1

          +
          projectId: string

          maxLength: 255 minLength: 1

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Modeler.ModelerDto.UserDto.html b/interfaces/index.Modeler.ModelerDto.UserDto.html index b2f4fcd8..badc38d7 100644 --- a/interfaces/index.Modeler.ModelerDto.UserDto.html +++ b/interfaces/index.Modeler.ModelerDto.UserDto.html @@ -1,3 +1,3 @@ -UserDto | @camunda8/sdk
          interface UserDto {
              email: string;
              name: string;
          }

          Properties

          email +UserDto | @camunda8/sdk
          interface UserDto {
              email: string;
              name: string;
          }

          Properties

          Properties

          email: string
          name: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          email: string
          name: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Operate.OperateDto.Query.html b/interfaces/index.Operate.OperateDto.Query.html index 6804a2dd..8b4f9cc4 100644 --- a/interfaces/index.Operate.OperateDto.Query.html +++ b/interfaces/index.Operate.OperateDto.Query.html @@ -1,5 +1,5 @@ -Query | @camunda8/sdk
          interface Query<T> {
              filter?: Partial<T>;
              searchAfter?: unknown[];
              size?: number;
              sort?: [{
                  field: keyof T;
                  order: "ASC" | "DESC";
              }];
          }

          Type Parameters

          • T

          Properties

          filter? +Query | @camunda8/sdk
          interface Query<T> {
              filter?: Partial<T>;
              searchAfter?: unknown[];
              size?: number;
              sort?: [{
                  field: keyof T;
                  order: "ASC" | "DESC";
              }];
          }

          Type Parameters

          • T

          Properties

          filter?: Partial<T>
          searchAfter?: unknown[]
          size?: number
          sort?: [{
              field: keyof T;
              order: "ASC" | "DESC";
          }]

          Type declaration

          • field: keyof T
          • order: "ASC" | "DESC"

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          filter?: Partial<T>
          searchAfter?: unknown[]
          size?: number
          sort?: [{
              field: keyof T;
              order: "ASC" | "DESC";
          }]

          Type declaration

          • field: keyof T
          • order: "ASC" | "DESC"

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Operate.OperateDto.SearchResults.html b/interfaces/index.Operate.OperateDto.SearchResults.html index df51924a..8d8bb29e 100644 --- a/interfaces/index.Operate.OperateDto.SearchResults.html +++ b/interfaces/index.Operate.OperateDto.SearchResults.html @@ -1,4 +1,4 @@ -SearchResults | @camunda8/sdk
          interface SearchResults<T> {
              items: T[];
              sortValues: unknown[];
              total: string;
          }

          Type Parameters

          • T

          Properties

          items +SearchResults | @camunda8/sdk
          interface SearchResults<T> {
              items: T[];
              sortValues: unknown[];
              total: string;
          }

          Type Parameters

          • T

          Properties

          Properties

          items: T[]
          sortValues: unknown[]
          total: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          items: T[]
          sortValues: unknown[]
          total: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Optimize.OptimizeDto.CloudEventV1.html b/interfaces/index.Optimize.OptimizeDto.CloudEventV1.html index 227c1eb3..e186da7f 100644 --- a/interfaces/index.Optimize.OptimizeDto.CloudEventV1.html +++ b/interfaces/index.Optimize.OptimizeDto.CloudEventV1.html @@ -1,6 +1,6 @@ CloudEventV1 | @camunda8/sdk

          The object interface for CloudEvents 1.0.

          interface CloudEventV1<T> {
              data?: T;
              data_base64?: string;
              datacontenttype?: string;
              dataschema?: string;
              id: string;
              source: string;
              specversion: string;
              subject?: string;
              time?: string;
              type: string;
          }

          Type Parameters

          • T

          Hierarchy (view full)

          Properties

          interface CloudEventV1<T> {
              data?: T;
              data_base64?: string;
              datacontenttype?: string;
              dataschema?: string;
              id: string;
              source: string;
              specversion: string;
              subject?: string;
              time?: string;
              type: string;
          }

          Type Parameters

          • T

          Hierarchy (view full)

          Properties

          data? data_base64? datacontenttype? dataschema? @@ -14,10 +14,10 @@ on the type of this information. It is encoded into a media format which is specified by the datacontenttype attribute (e.g. application/json), and adheres to the dataschema format when those respective attributes are present.

          -
          data_base64?: string

          [OPTIONAL] The event payload encoded as base64 data. This is used when the +

          data_base64?: string

          [OPTIONAL] The event payload encoded as base64 data. This is used when the data is in binary form.

          datacontenttype?: string

          [OPTIONAL] Content type of data value. This attribute enables data to +

          datacontenttype?: string

          [OPTIONAL] Content type of data value. This attribute enables data to carry any type of content, whereby format and encoding might differ from that of the chosen event format. For example, an event rendered using the JSON envelope format might carry an XML payload @@ -26,12 +26,12 @@ datacontenttype values are defined in the event format specifications; for example, the JSON event format defines the relationship in section 3.1.

          -
          dataschema?: string

          [OPTIONAL] Identifies the schema that data adheres to. Incompatible +

          dataschema?: string

          [OPTIONAL] Identifies the schema that data adheres to. Incompatible changes to the schema SHOULD be reflected by a different URI. See Versioning of Attributes in the Primer for more information. If present, MUST be a non-empty URI.

          -
          id: string

          [REQUIRED] Identifies the event. Producers MUST ensure that source + id +

          id: string

          [REQUIRED] Identifies the event. Producers MUST ensure that source + id is unique for each distinct event. If a duplicate event is re-sent (e.g. due to a network error) it MAY have the same id. Consumers MAY assume that Events with identical source and id are duplicates.

          @@ -40,7 +40,7 @@

          Example

          An

          Example

          A UUID
           
          -
          source: string

          [REQUIRED] Identifies the context in which an event happened. Often this +

          source: string

          [REQUIRED] Identifies the context in which an event happened. Often this will include information such as the type of the event source, the organization publishing the event or the process that produced the event. The exact syntax and semantics behind the data encoded in the URI is defined by @@ -53,12 +53,12 @@

          Example

          Asource + id is unique for each distinct event.

          Required

          Non-empty URI-reference

          -
          specversion: string

          [REQUIRED] The version of the CloudEvents specification which the event +

          specversion: string

          [REQUIRED] The version of the CloudEvents specification which the event uses. This enables the interpretation of the context. Compliant event producers MUST use a value of 1.0 when referring to this version of the specification.

          Required

          MUST be a non-empty string.

          -
          subject?: string

          [OPTIONAL] This describes the subject of the event in the context of the +

          subject?: string

          [OPTIONAL] This describes the subject of the event in the context of the event producer (identified by source). In publish-subscribe scenarios, a subscriber will typically subscribe to events emitted by a source, but the source identifier alone might not be sufficient as a qualifier for any @@ -75,7 +75,7 @@

          Example

          A

          Example

          "mynewfile.jpg"
           
          -
          time?: string

          [OPTIONAL] Timestamp of when the occurrence happened. If the time of the +

          time?: string

          [OPTIONAL] Timestamp of when the occurrence happened. If the time of the occurrence cannot be determined then this attribute MAY be set to some other time (such as the current time) by the CloudEvents producer, however all producers for the same source MUST be consistent in this respect. In other @@ -83,7 +83,7 @@

          Example

          "mynewfil
           the same algorithm to determine the value used.

          Example

          "2020-08-08T14:48:09.769Z"
           
          -
          type: string

          [REQUIRED] This attribute contains a value describing the type of event +

          type: string

          [REQUIRED] This attribute contains a value describing the type of event related to the originating occurrence. Often this attribute is used for routing, observability, policy enforcement, etc. The format of this is producer defined and might include information such as the version of the @@ -97,4 +97,4 @@

          Example

          com

          Example

          com.example.object.delete.v2
           
          -

          Generated using TypeDoc

          \ No newline at end of file +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Optimize.OptimizeDto.CloudEventV1Attributes.html b/interfaces/index.Optimize.OptimizeDto.CloudEventV1Attributes.html index f59eaf16..2038fda0 100644 --- a/interfaces/index.Optimize.OptimizeDto.CloudEventV1Attributes.html +++ b/interfaces/index.Optimize.OptimizeDto.CloudEventV1Attributes.html @@ -1,4 +1,4 @@ -CloudEventV1Attributes | @camunda8/sdk
          interface CloudEventV1Attributes<T> {
              data?: T;
              data_base64?: string;
              datacontenttype?: string;
              dataschema?: string;
              source: string;
              subject?: string;
              time?: string;
              type: string;
          }

          Type Parameters

          • T

          Hierarchy (view full)

          Properties

          data? +CloudEventV1Attributes | @camunda8/sdk
          interface CloudEventV1Attributes<T> {
              data?: T;
              data_base64?: string;
              datacontenttype?: string;
              dataschema?: string;
              source: string;
              subject?: string;
              time?: string;
              type: string;
          }

          Type Parameters

          • T

          Hierarchy (view full)

          Properties

          data? data_base64? datacontenttype? dataschema? @@ -10,10 +10,10 @@ on the type of this information. It is encoded into a media format which is specified by the datacontenttype attribute (e.g. application/json), and adheres to the dataschema format when those respective attributes are present.

          -
          data_base64?: string

          [OPTIONAL] The event payload encoded as base64 data. This is used when the +

          data_base64?: string

          [OPTIONAL] The event payload encoded as base64 data. This is used when the data is in binary form.

          datacontenttype?: string

          [OPTIONAL] Content type of data value. This attribute enables data to +

          datacontenttype?: string

          [OPTIONAL] Content type of data value. This attribute enables data to carry any type of content, whereby format and encoding might differ from that of the chosen event format. For example, an event rendered using the JSON envelope format might carry an XML payload @@ -22,12 +22,12 @@ datacontenttype values are defined in the event format specifications; for example, the JSON event format defines the relationship in section 3.1.

          -
          dataschema?: string

          [OPTIONAL] Identifies the schema that data adheres to. Incompatible +

          dataschema?: string

          [OPTIONAL] Identifies the schema that data adheres to. Incompatible changes to the schema SHOULD be reflected by a different URI. See Versioning of Attributes in the Primer for more information. If present, MUST be a non-empty URI.

          -
          source: string

          [REQUIRED] Identifies the context in which an event happened. Often this +

          source: string

          [REQUIRED] Identifies the context in which an event happened. Often this will include information such as the type of the event source, the organization publishing the event or the process that produced the event. The exact syntax and semantics behind the data encoded in the URI is defined by @@ -40,7 +40,7 @@ A source MAY include more than one producer. In that case the producers MUST collaborate to ensure that source + id is unique for each distinct event.

          Required

          Non-empty URI-reference

          -
          subject?: string

          [OPTIONAL] This describes the subject of the event in the context of the +

          subject?: string

          [OPTIONAL] This describes the subject of the event in the context of the event producer (identified by source). In publish-subscribe scenarios, a subscriber will typically subscribe to events emitted by a source, but the source identifier alone might not be sufficient as a qualifier for any @@ -57,7 +57,7 @@

          Example

          "mynewfile.jpg"
           
          -
          time?: string

          [OPTIONAL] Timestamp of when the occurrence happened. If the time of the +

          time?: string

          [OPTIONAL] Timestamp of when the occurrence happened. If the time of the occurrence cannot be determined then this attribute MAY be set to some other time (such as the current time) by the CloudEvents producer, however all producers for the same source MUST be consistent in this respect. In other @@ -65,7 +65,7 @@

          Example

          "mynewfil
           the same algorithm to determine the value used.

          Example

          "2020-08-08T14:48:09.769Z"
           
          -
          type: string

          [REQUIRED] This attribute contains a value describing the type of event +

          type: string

          [REQUIRED] This attribute contains a value describing the type of event related to the originating occurrence. Often this attribute is used for routing, observability, policy enforcement, etc. The format of this is producer defined and might include information such as the version of the @@ -79,4 +79,4 @@

          Example

          com

          Example

          com.example.object.delete.v2
           
          -

          Generated using TypeDoc

          \ No newline at end of file +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Optimize.OptimizeDto.CloudEventV1OptionalAttributes.html b/interfaces/index.Optimize.OptimizeDto.CloudEventV1OptionalAttributes.html index 1acad7d4..bbd090d4 100644 --- a/interfaces/index.Optimize.OptimizeDto.CloudEventV1OptionalAttributes.html +++ b/interfaces/index.Optimize.OptimizeDto.CloudEventV1OptionalAttributes.html @@ -1,5 +1,5 @@ CloudEventV1OptionalAttributes | @camunda8/sdk
          interface CloudEventV1OptionalAttributes<T> {
              data?: T;
              data_base64?: string;
              datacontenttype?: string;
              dataschema?: string;
              subject?: string;
              time?: string;
              [key: string]: unknown;
          }

          Type Parameters

          • T

          Hierarchy (view full)

          Indexable

          [key: string]: unknown

          [OPTIONAL] CloudEvents extension attributes.

          -

          Properties

          Properties

          data? data_base64? datacontenttype? dataschema? @@ -9,10 +9,10 @@ on the type of this information. It is encoded into a media format which is specified by the datacontenttype attribute (e.g. application/json), and adheres to the dataschema format when those respective attributes are present.

          -
          data_base64?: string

          [OPTIONAL] The event payload encoded as base64 data. This is used when the +

          data_base64?: string

          [OPTIONAL] The event payload encoded as base64 data. This is used when the data is in binary form.

          datacontenttype?: string

          [OPTIONAL] Content type of data value. This attribute enables data to +

          datacontenttype?: string

          [OPTIONAL] Content type of data value. This attribute enables data to carry any type of content, whereby format and encoding might differ from that of the chosen event format. For example, an event rendered using the JSON envelope format might carry an XML payload @@ -21,12 +21,12 @@ datacontenttype values are defined in the event format specifications; for example, the JSON event format defines the relationship in section 3.1.

          -
          dataschema?: string

          [OPTIONAL] Identifies the schema that data adheres to. Incompatible +

          dataschema?: string

          [OPTIONAL] Identifies the schema that data adheres to. Incompatible changes to the schema SHOULD be reflected by a different URI. See Versioning of Attributes in the Primer for more information. If present, MUST be a non-empty URI.

          -
          subject?: string

          [OPTIONAL] This describes the subject of the event in the context of the +

          subject?: string

          [OPTIONAL] This describes the subject of the event in the context of the event producer (identified by source). In publish-subscribe scenarios, a subscriber will typically subscribe to events emitted by a source, but the source identifier alone might not be sufficient as a qualifier for any @@ -43,7 +43,7 @@

          Example

          "mynewfile.jpg"
           
          -
          time?: string

          [OPTIONAL] Timestamp of when the occurrence happened. If the time of the +

          time?: string

          [OPTIONAL] Timestamp of when the occurrence happened. If the time of the occurrence cannot be determined then this attribute MAY be set to some other time (such as the current time) by the CloudEvents producer, however all producers for the same source MUST be consistent in this respect. In other @@ -51,4 +51,4 @@

          Example

          "mynewfil
           the same algorithm to determine the value used.

          Example

          "2020-08-08T14:48:09.769Z"
           
          -

          Generated using TypeDoc

          \ No newline at end of file +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Optimize.OptimizeDto.DashboardDefinition.html b/interfaces/index.Optimize.OptimizeDto.DashboardDefinition.html index 0d3bac61..a32f5e6e 100644 --- a/interfaces/index.Optimize.OptimizeDto.DashboardDefinition.html +++ b/interfaces/index.Optimize.OptimizeDto.DashboardDefinition.html @@ -1,8 +1,8 @@ -DashboardDefinition | @camunda8/sdk
          interface DashboardDefinition {
              availableFilters: unknown[];
              collectionId: null | string;
              exportEntityType: "dashboard";
              id: string;
              name: string;
              reports: {
                  id: string;
              }[];
              sourceIndexVersion: number;
          }

          Properties

          availableFilters +DashboardDefinition | @camunda8/sdk
          interface DashboardDefinition {
              availableFilters: unknown[];
              collectionId: null | string;
              exportEntityType: "dashboard";
              id: string;
              name: string;
              reports: {
                  id: string;
              }[];
              sourceIndexVersion: number;
          }

          Properties

          availableFilters: unknown[]
          collectionId: null | string
          exportEntityType: "dashboard"
          id: string
          name: string
          reports: {
              id: string;
          }[]

          Type declaration

          • id: string
          sourceIndexVersion: number

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          availableFilters: unknown[]
          collectionId: null | string
          exportEntityType: "dashboard"
          id: string
          name: string
          reports: {
              id: string;
          }[]

          Type declaration

          • id: string
          sourceIndexVersion: number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Optimize.OptimizeDto.ReportData.html b/interfaces/index.Optimize.OptimizeDto.ReportData.html index 6ad96ebc..a7433f54 100644 --- a/interfaces/index.Optimize.OptimizeDto.ReportData.html +++ b/interfaces/index.Optimize.OptimizeDto.ReportData.html @@ -1,4 +1,4 @@ -ReportData | @camunda8/sdk
          interface ReportData {
              businessKey: string;
              duration: number;
              endDate: string;
              engineName: string;
              processDefinitionId: string;
              processDefinitionKey: string;
              processInstanceId: string;
              startDate: string;
              tenantId: null;
              variables: unknown;
          }

          Properties

          businessKey +ReportData | @camunda8/sdk
          interface ReportData {
              businessKey: string;
              duration: number;
              endDate: string;
              engineName: string;
              processDefinitionId: string;
              processDefinitionKey: string;
              processInstanceId: string;
              startDate: string;
              tenantId: null;
              variables: unknown;
          }

          Properties

          businessKey: string
          duration: number
          endDate: string
          engineName: string
          processDefinitionId: string
          processDefinitionKey: string
          processInstanceId: string
          startDate: string
          tenantId: null
          variables: unknown

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          businessKey: string
          duration: number
          endDate: string
          engineName: string
          processDefinitionId: string
          processDefinitionKey: string
          processInstanceId: string
          startDate: string
          tenantId: null
          variables: unknown

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Optimize.OptimizeDto.ReportDataExporter.html b/interfaces/index.Optimize.OptimizeDto.ReportDataExporter.html index 37482363..04b3144e 100644 --- a/interfaces/index.Optimize.OptimizeDto.ReportDataExporter.html +++ b/interfaces/index.Optimize.OptimizeDto.ReportDataExporter.html @@ -1,2 +1,2 @@ -ReportDataExporter | @camunda8/sdk
          interface ReportDataExporter {
              next: (() => Promise<ReportDataPage>);
          }

          Properties

          Properties

          next: (() => Promise<ReportDataPage>)

          Type declaration

          Generated using TypeDoc

          \ No newline at end of file +ReportDataExporter | @camunda8/sdk
          interface ReportDataExporter {
              next: (() => Promise<ReportDataPage>);
          }

          Properties

          Properties

          next: (() => Promise<ReportDataPage>)

          Type declaration

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Optimize.OptimizeDto.ReportDataPage.html b/interfaces/index.Optimize.OptimizeDto.ReportDataPage.html index 9c2e59dd..9e55b276 100644 --- a/interfaces/index.Optimize.OptimizeDto.ReportDataPage.html +++ b/interfaces/index.Optimize.OptimizeDto.ReportDataPage.html @@ -1,6 +1,6 @@ -ReportDataPage | @camunda8/sdk
          interface ReportDataPage {
              data: ReportData[];
              numberOfRecordsInResponse: number;
              reportId: string;
              searchRequestId: string;
              totalNumberOfRecords: number;
          }

          Properties

          data +ReportDataPage | @camunda8/sdk
          interface ReportDataPage {
              data: ReportData[];
              numberOfRecordsInResponse: number;
              reportId: string;
              searchRequestId: string;
              totalNumberOfRecords: number;
          }

          Properties

          data: ReportData[]
          numberOfRecordsInResponse: number
          reportId: string
          searchRequestId: string
          totalNumberOfRecords: number

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          data: ReportData[]
          numberOfRecordsInResponse: number
          reportId: string
          searchRequestId: string
          totalNumberOfRecords: number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Optimize.OptimizeDto.Variable.html b/interfaces/index.Optimize.OptimizeDto.Variable.html index c8f1f331..8c97aee1 100644 --- a/interfaces/index.Optimize.OptimizeDto.Variable.html +++ b/interfaces/index.Optimize.OptimizeDto.Variable.html @@ -1,7 +1,7 @@ -Variable | @camunda8/sdk
          interface Variable {
              id: string;
              name: string;
              processDefinitionKey: string;
              processInstanceId: string;
              type: VariableType;
              value: string;
          }

          Properties

          id +Variable | @camunda8/sdk
          interface Variable {
              id: string;
              name: string;
              processDefinitionKey: string;
              processInstanceId: string;
              type: VariableType;
              value: string;
          }

          Properties

          id: string
          name: string
          processDefinitionKey: string
          processInstanceId: string
          value: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          id: string
          name: string
          processDefinitionKey: string
          processInstanceId: string
          value: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Optimize.OptimizeDto.VariableLabel.html b/interfaces/index.Optimize.OptimizeDto.VariableLabel.html index aabde56f..3903c39a 100644 --- a/interfaces/index.Optimize.OptimizeDto.VariableLabel.html +++ b/interfaces/index.Optimize.OptimizeDto.VariableLabel.html @@ -1,4 +1,4 @@ -VariableLabel | @camunda8/sdk
          interface VariableLabel {
              variableLabel: string;
              variableName: string;
              variableType: VariableType;
          }

          Properties

          variableLabel +VariableLabel | @camunda8/sdk
          interface VariableLabel {
              variableLabel: string;
              variableName: string;
              variableType: VariableType;
          }

          Properties

          variableLabel: string
          variableName: string
          variableType: VariableType

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          variableLabel: string
          variableName: string
          variableType: VariableType

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Optimize.OptimizeDto.VariableLabels.html b/interfaces/index.Optimize.OptimizeDto.VariableLabels.html index 8baa0875..8b1f605a 100644 --- a/interfaces/index.Optimize.OptimizeDto.VariableLabels.html +++ b/interfaces/index.Optimize.OptimizeDto.VariableLabels.html @@ -1,3 +1,3 @@ -VariableLabels | @camunda8/sdk
          interface VariableLabels {
              definitionKey: string;
              labels: VariableLabel[];
          }

          Properties

          definitionKey +VariableLabels | @camunda8/sdk
          interface VariableLabels {
              definitionKey: string;
              labels: VariableLabel[];
          }

          Properties

          Properties

          definitionKey: string
          labels: VariableLabel[]

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          definitionKey: string
          labels: VariableLabel[]

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Tasklist.TasklistDto.DateFilter.html b/interfaces/index.Tasklist.TasklistDto.DateFilter.html index 81660fab..572a3a4d 100644 --- a/interfaces/index.Tasklist.TasklistDto.DateFilter.html +++ b/interfaces/index.Tasklist.TasklistDto.DateFilter.html @@ -1,3 +1,3 @@ -DateFilter | @camunda8/sdk
          interface DateFilter {
              from: string | Date;
              to: string | Date;
          }

          Properties

          from +DateFilter | @camunda8/sdk
          interface DateFilter {
              from: string | Date;
              to: string | Date;
          }

          Properties

          Properties

          from: string | Date
          to: string | Date

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          from: string | Date
          to: string | Date

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Tasklist.TasklistDto.DraftSearchVariableValue.html b/interfaces/index.Tasklist.TasklistDto.DraftSearchVariableValue.html index ca6be5dd..287cd084 100644 --- a/interfaces/index.Tasklist.TasklistDto.DraftSearchVariableValue.html +++ b/interfaces/index.Tasklist.TasklistDto.DraftSearchVariableValue.html @@ -1,4 +1,4 @@ -DraftSearchVariableValue | @camunda8/sdk
          interface DraftSearchVariableValue {
              isValueTruncated: boolean;
              previewValue: string;
              value: string;
          }

          Properties

          isValueTruncated +DraftSearchVariableValue | @camunda8/sdk
          interface DraftSearchVariableValue {
              isValueTruncated: boolean;
              previewValue: string;
              value: string;
          }

          Properties

          isValueTruncated: boolean
          previewValue: string
          value: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          isValueTruncated: boolean
          previewValue: string
          value: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Tasklist.TasklistDto.TaskByVariables.html b/interfaces/index.Tasklist.TasklistDto.TaskByVariables.html index f6910b7e..a427ea64 100644 --- a/interfaces/index.Tasklist.TasklistDto.TaskByVariables.html +++ b/interfaces/index.Tasklist.TasklistDto.TaskByVariables.html @@ -1,4 +1,4 @@ -TaskByVariables | @camunda8/sdk
          interface TaskByVariables {
              name: string;
              operator: "eq";
              value: string;
          }

          Properties

          name +TaskByVariables | @camunda8/sdk
          interface TaskByVariables {
              name: string;
              operator: "eq";
              value: string;
          }

          Properties

          Properties

          name: string
          operator: "eq"
          value: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          name: string
          operator: "eq"
          value: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Tasklist.TasklistDto.TaskSearchAfterOrEqualRequest.html b/interfaces/index.Tasklist.TasklistDto.TaskSearchAfterOrEqualRequest.html index 68ec26f8..b2cf0386 100644 --- a/interfaces/index.Tasklist.TasklistDto.TaskSearchAfterOrEqualRequest.html +++ b/interfaces/index.Tasklist.TasklistDto.TaskSearchAfterOrEqualRequest.html @@ -1,4 +1,4 @@ -TaskSearchAfterOrEqualRequest | @camunda8/sdk
          interface TaskSearchAfterOrEqualRequest {
              assigned?: boolean;
              assignee?: string;
              assignees?: string[];
              candidateGroup?: string;
              candidateGroups?: string[];
              candidateUser?: string;
              candidateUsers?: string[];
              dueDate?: DateFilter;
              followUpDate?: DateFilter;
              implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK";
              includeVariables?: IncludeVariable[];
              pageSize?: number;
              processDefinitionKey?: string;
              processInstanceKey?: string;
              searchAfterOrEqual: string[];
              sort?: TaskOrderBy[];
              state?: TaskState;
              taskDefinitionId?: string;
              taskVariables?: TaskByVariables[];
              tenantIds?: string[];
          }

          Hierarchy

          Properties

          assigned? +TaskSearchAfterOrEqualRequest | @camunda8/sdk
          interface TaskSearchAfterOrEqualRequest {
              assigned?: boolean;
              assignee?: string;
              assignees?: string[];
              candidateGroup?: string;
              candidateGroups?: string[];
              candidateUser?: string;
              candidateUsers?: string[];
              dueDate?: DateFilter;
              followUpDate?: DateFilter;
              implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK";
              includeVariables?: IncludeVariable[];
              pageSize?: number;
              processDefinitionKey?: string;
              processInstanceKey?: string;
              searchAfterOrEqual: string[];
              sort?: TaskOrderBy[];
              state?: TaskState;
              taskDefinitionId?: string;
              taskVariables?: TaskByVariables[];
              tenantIds?: string[];
          }

          Hierarchy

          Properties

          assigned?: boolean
          assignee?: string
          assignees?: string[]
          candidateGroup?: string
          candidateGroups?: string[]
          candidateUser?: string
          candidateUsers?: string[]
          dueDate?: DateFilter
          followUpDate?: DateFilter
          implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK"
          includeVariables?: IncludeVariable[]

          An array used to specify a list of variable names that should be included in the response when querying tasks. +

          Properties

          assigned?: boolean
          assignee?: string
          assignees?: string[]
          candidateGroup?: string
          candidateGroups?: string[]
          candidateUser?: string
          candidateUsers?: string[]
          dueDate?: DateFilter
          followUpDate?: DateFilter
          implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK"
          includeVariables?: IncludeVariable[]

          An array used to specify a list of variable names that should be included in the response when querying tasks. This field allows users to selectively retrieve specific variables associated with the tasks returned in the search results.

          -
          pageSize?: number
          processDefinitionKey?: string
          processInstanceKey?: string
          searchAfterOrEqual: string[]

          Used to return a paginated result. Array of values that should be copied from sortValues of one of the tasks from the current search results page. +

          pageSize?: number
          processDefinitionKey?: string
          processInstanceKey?: string
          searchAfterOrEqual: string[]

          Used to return a paginated result. Array of values that should be copied from sortValues of one of the tasks from the current search results page. It enables the API to return a page of tasks that directly follow or are equal to the task identified by the provided values, with respect to the sorting order.

          -
          sort?: TaskOrderBy[]
          state?: TaskState
          taskDefinitionId?: string
          taskVariables?: TaskByVariables[]

          An array of filter clauses specifying the variables to filter for. +

          sort?: TaskOrderBy[]
          state?: TaskState
          taskDefinitionId?: string
          taskVariables?: TaskByVariables[]

          An array of filter clauses specifying the variables to filter for. If defined, the query returns only tasks to which all clauses apply. However, it's important to note that this filtering mechanism is designed to work exclusively with truncated variables. This means variables of a larger size are not compatible with this filter, and attempts to use them may result in inaccurate or incomplete query results.

          -
          tenantIds?: string[]

          Generated using TypeDoc

          \ No newline at end of file +
          tenantIds?: string[]

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Tasklist.TasklistDto.TaskSearchAfterRequest.html b/interfaces/index.Tasklist.TasklistDto.TaskSearchAfterRequest.html index cbd53b68..cd98dc6f 100644 --- a/interfaces/index.Tasklist.TasklistDto.TaskSearchAfterRequest.html +++ b/interfaces/index.Tasklist.TasklistDto.TaskSearchAfterRequest.html @@ -1,4 +1,4 @@ -TaskSearchAfterRequest | @camunda8/sdk
          interface TaskSearchAfterRequest {
              assigned?: boolean;
              assignee?: string;
              assignees?: string[];
              candidateGroup?: string;
              candidateGroups?: string[];
              candidateUser?: string;
              candidateUsers?: string[];
              dueDate?: DateFilter;
              followUpDate?: DateFilter;
              implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK";
              includeVariables?: IncludeVariable[];
              pageSize?: number;
              processDefinitionKey?: string;
              processInstanceKey?: string;
              searchAfter: string[];
              sort?: TaskOrderBy[];
              state?: TaskState;
              taskDefinitionId?: string;
              taskVariables?: TaskByVariables[];
              tenantIds?: string[];
          }

          Hierarchy

          Properties

          assigned? +TaskSearchAfterRequest | @camunda8/sdk
          interface TaskSearchAfterRequest {
              assigned?: boolean;
              assignee?: string;
              assignees?: string[];
              candidateGroup?: string;
              candidateGroups?: string[];
              candidateUser?: string;
              candidateUsers?: string[];
              dueDate?: DateFilter;
              followUpDate?: DateFilter;
              implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK";
              includeVariables?: IncludeVariable[];
              pageSize?: number;
              processDefinitionKey?: string;
              processInstanceKey?: string;
              searchAfter: string[];
              sort?: TaskOrderBy[];
              state?: TaskState;
              taskDefinitionId?: string;
              taskVariables?: TaskByVariables[];
              tenantIds?: string[];
          }

          Hierarchy

          Properties

          assigned?: boolean
          assignee?: string
          assignees?: string[]
          candidateGroup?: string
          candidateGroups?: string[]
          candidateUser?: string
          candidateUsers?: string[]
          dueDate?: DateFilter
          followUpDate?: DateFilter
          implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK"
          includeVariables?: IncludeVariable[]

          An array used to specify a list of variable names that should be included in the response when querying tasks. +

          Properties

          assigned?: boolean
          assignee?: string
          assignees?: string[]
          candidateGroup?: string
          candidateGroups?: string[]
          candidateUser?: string
          candidateUsers?: string[]
          dueDate?: DateFilter
          followUpDate?: DateFilter
          implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK"
          includeVariables?: IncludeVariable[]

          An array used to specify a list of variable names that should be included in the response when querying tasks. This field allows users to selectively retrieve specific variables associated with the tasks returned in the search results.

          -
          pageSize?: number
          processDefinitionKey?: string
          processInstanceKey?: string
          searchAfter: string[]

          Used to return a paginated result. Array of values that should be copied from sortValues of one of the tasks from the current search results page. +

          pageSize?: number
          processDefinitionKey?: string
          processInstanceKey?: string
          searchAfter: string[]

          Used to return a paginated result. Array of values that should be copied from sortValues of one of the tasks from the current search results page. It enables the API to return a page of tasks that directly follow the task identified by the provided values, with respect to the sorting order.

          -
          sort?: TaskOrderBy[]
          state?: TaskState
          taskDefinitionId?: string
          taskVariables?: TaskByVariables[]

          An array of filter clauses specifying the variables to filter for. +

          sort?: TaskOrderBy[]
          state?: TaskState
          taskDefinitionId?: string
          taskVariables?: TaskByVariables[]

          An array of filter clauses specifying the variables to filter for. If defined, the query returns only tasks to which all clauses apply. However, it's important to note that this filtering mechanism is designed to work exclusively with truncated variables. This means variables of a larger size are not compatible with this filter, and attempts to use them may result in inaccurate or incomplete query results.

          -
          tenantIds?: string[]

          Generated using TypeDoc

          \ No newline at end of file +
          tenantIds?: string[]

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Tasklist.TasklistDto.TaskSearchBeforeOrEqualRequest.html b/interfaces/index.Tasklist.TasklistDto.TaskSearchBeforeOrEqualRequest.html index 1f8e9372..3b28223e 100644 --- a/interfaces/index.Tasklist.TasklistDto.TaskSearchBeforeOrEqualRequest.html +++ b/interfaces/index.Tasklist.TasklistDto.TaskSearchBeforeOrEqualRequest.html @@ -1,4 +1,4 @@ -TaskSearchBeforeOrEqualRequest | @camunda8/sdk
          interface TaskSearchBeforeOrEqualRequest {
              assigned?: boolean;
              assignee?: string;
              assignees?: string[];
              candidateGroup?: string;
              candidateGroups?: string[];
              candidateUser?: string;
              candidateUsers?: string[];
              dueDate?: DateFilter;
              followUpDate?: DateFilter;
              implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK";
              includeVariables?: IncludeVariable[];
              pageSize?: number;
              processDefinitionKey?: string;
              processInstanceKey?: string;
              searchBeforeOrEqual: string[];
              sort?: TaskOrderBy[];
              state?: TaskState;
              taskDefinitionId?: string;
              taskVariables?: TaskByVariables[];
              tenantIds?: string[];
          }

          Hierarchy

          Properties

          assigned? +TaskSearchBeforeOrEqualRequest | @camunda8/sdk
          interface TaskSearchBeforeOrEqualRequest {
              assigned?: boolean;
              assignee?: string;
              assignees?: string[];
              candidateGroup?: string;
              candidateGroups?: string[];
              candidateUser?: string;
              candidateUsers?: string[];
              dueDate?: DateFilter;
              followUpDate?: DateFilter;
              implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK";
              includeVariables?: IncludeVariable[];
              pageSize?: number;
              processDefinitionKey?: string;
              processInstanceKey?: string;
              searchBeforeOrEqual: string[];
              sort?: TaskOrderBy[];
              state?: TaskState;
              taskDefinitionId?: string;
              taskVariables?: TaskByVariables[];
              tenantIds?: string[];
          }

          Hierarchy

          Properties

          assigned?: boolean
          assignee?: string
          assignees?: string[]
          candidateGroup?: string
          candidateGroups?: string[]
          candidateUser?: string
          candidateUsers?: string[]
          dueDate?: DateFilter
          followUpDate?: DateFilter
          implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK"
          includeVariables?: IncludeVariable[]

          An array used to specify a list of variable names that should be included in the response when querying tasks. +

          Properties

          assigned?: boolean
          assignee?: string
          assignees?: string[]
          candidateGroup?: string
          candidateGroups?: string[]
          candidateUser?: string
          candidateUsers?: string[]
          dueDate?: DateFilter
          followUpDate?: DateFilter
          implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK"
          includeVariables?: IncludeVariable[]

          An array used to specify a list of variable names that should be included in the response when querying tasks. This field allows users to selectively retrieve specific variables associated with the tasks returned in the search results.

          -
          pageSize?: number
          processDefinitionKey?: string
          processInstanceKey?: string
          searchBeforeOrEqual: string[]

          Used to return a paginated result. Array of values that should be copied from sortValues of one of the tasks from the current search results page. +

          pageSize?: number
          processDefinitionKey?: string
          processInstanceKey?: string
          searchBeforeOrEqual: string[]

          Used to return a paginated result. Array of values that should be copied from sortValues of one of the tasks from the current search results page. It enables the API to return a page of tasks that directly precede or are equal to the task identified by the provided values, with respect to the sorting order.

          -
          sort?: TaskOrderBy[]
          state?: TaskState
          taskDefinitionId?: string
          taskVariables?: TaskByVariables[]

          An array of filter clauses specifying the variables to filter for. +

          sort?: TaskOrderBy[]
          state?: TaskState
          taskDefinitionId?: string
          taskVariables?: TaskByVariables[]

          An array of filter clauses specifying the variables to filter for. If defined, the query returns only tasks to which all clauses apply. However, it's important to note that this filtering mechanism is designed to work exclusively with truncated variables. This means variables of a larger size are not compatible with this filter, and attempts to use them may result in inaccurate or incomplete query results.

          -
          tenantIds?: string[]

          Generated using TypeDoc

          \ No newline at end of file +
          tenantIds?: string[]

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Tasklist.TasklistDto.TaskSearchBeforeRequest.html b/interfaces/index.Tasklist.TasklistDto.TaskSearchBeforeRequest.html index 9fe233c7..c86e1987 100644 --- a/interfaces/index.Tasklist.TasklistDto.TaskSearchBeforeRequest.html +++ b/interfaces/index.Tasklist.TasklistDto.TaskSearchBeforeRequest.html @@ -1,4 +1,4 @@ -TaskSearchBeforeRequest | @camunda8/sdk
          interface TaskSearchBeforeRequest {
              assigned?: boolean;
              assignee?: string;
              assignees?: string[];
              candidateGroup?: string;
              candidateGroups?: string[];
              candidateUser?: string;
              candidateUsers?: string[];
              dueDate?: DateFilter;
              followUpDate?: DateFilter;
              implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK";
              includeVariables?: IncludeVariable[];
              pageSize?: number;
              processDefinitionKey?: string;
              processInstanceKey?: string;
              searchBefore: string[];
              sort?: TaskOrderBy[];
              state?: TaskState;
              taskDefinitionId?: string;
              taskVariables?: TaskByVariables[];
              tenantIds?: string[];
          }

          Hierarchy

          Properties

          assigned? +TaskSearchBeforeRequest | @camunda8/sdk
          interface TaskSearchBeforeRequest {
              assigned?: boolean;
              assignee?: string;
              assignees?: string[];
              candidateGroup?: string;
              candidateGroups?: string[];
              candidateUser?: string;
              candidateUsers?: string[];
              dueDate?: DateFilter;
              followUpDate?: DateFilter;
              implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK";
              includeVariables?: IncludeVariable[];
              pageSize?: number;
              processDefinitionKey?: string;
              processInstanceKey?: string;
              searchBefore: string[];
              sort?: TaskOrderBy[];
              state?: TaskState;
              taskDefinitionId?: string;
              taskVariables?: TaskByVariables[];
              tenantIds?: string[];
          }

          Hierarchy

          Properties

          assigned?: boolean
          assignee?: string
          assignees?: string[]
          candidateGroup?: string
          candidateGroups?: string[]
          candidateUser?: string
          candidateUsers?: string[]
          dueDate?: DateFilter
          followUpDate?: DateFilter
          implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK"
          includeVariables?: IncludeVariable[]

          An array used to specify a list of variable names that should be included in the response when querying tasks. +

          Properties

          assigned?: boolean
          assignee?: string
          assignees?: string[]
          candidateGroup?: string
          candidateGroups?: string[]
          candidateUser?: string
          candidateUsers?: string[]
          dueDate?: DateFilter
          followUpDate?: DateFilter
          implementation?: "JOB_WORKER" | "ZEEBE_USER_TASK"
          includeVariables?: IncludeVariable[]

          An array used to specify a list of variable names that should be included in the response when querying tasks. This field allows users to selectively retrieve specific variables associated with the tasks returned in the search results.

          -
          pageSize?: number
          processDefinitionKey?: string
          processInstanceKey?: string
          searchBefore: string[]

          Used to return a paginated result. Array of values that should be copied from sortValues of one of the tasks from the current search results page. +

          pageSize?: number
          processDefinitionKey?: string
          processInstanceKey?: string
          searchBefore: string[]

          Used to return a paginated result. Array of values that should be copied from sortValues of one of the tasks from the current search results page. It enables the API to return a page of tasks that directly precede the task identified by the provided values, with respect to the sorting order.

          -
          sort?: TaskOrderBy[]
          state?: TaskState
          taskDefinitionId?: string
          taskVariables?: TaskByVariables[]

          An array of filter clauses specifying the variables to filter for. +

          sort?: TaskOrderBy[]
          state?: TaskState
          taskDefinitionId?: string
          taskVariables?: TaskByVariables[]

          An array of filter clauses specifying the variables to filter for. If defined, the query returns only tasks to which all clauses apply. However, it's important to note that this filtering mechanism is designed to work exclusively with truncated variables. This means variables of a larger size are not compatible with this filter, and attempts to use them may result in inaccurate or incomplete query results.

          -
          tenantIds?: string[]

          Generated using TypeDoc

          \ No newline at end of file +
          tenantIds?: string[]

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Tasklist.TasklistDto.TaskSearchRequestBase.html b/interfaces/index.Tasklist.TasklistDto.TaskSearchRequestBase.html index 721effb8..edc2abe8 100644 --- a/interfaces/index.Tasklist.TasklistDto.TaskSearchRequestBase.html +++ b/interfaces/index.Tasklist.TasklistDto.TaskSearchRequestBase.html @@ -1,4 +1,4 @@ -TaskSearchRequestBase | @camunda8/sdk
          interface TaskSearchRequestBase {
              assigned: boolean;
              assignee: string;
              assignees: string[];
              candidateGroup: string;
              candidateGroups: string[];
              candidateUser: string;
              candidateUsers: string[];
              dueDate: DateFilter;
              followUpDate: DateFilter;
              implementation: "JOB_WORKER" | "ZEEBE_USER_TASK";
              includeVariables: IncludeVariable[];
              pageSize: number;
              processDefinitionKey: string;
              processInstanceKey: string;
              sort: TaskOrderBy[];
              state: TaskState;
              taskDefinitionId: string;
              taskVariables: TaskByVariables[];
              tenantIds: string[];
          }

          Properties

          assigned +TaskSearchRequestBase | @camunda8/sdk
          interface TaskSearchRequestBase {
              assigned: boolean;
              assignee: string;
              assignees: string[];
              candidateGroup: string;
              candidateGroups: string[];
              candidateUser: string;
              candidateUsers: string[];
              dueDate: DateFilter;
              followUpDate: DateFilter;
              implementation: "JOB_WORKER" | "ZEEBE_USER_TASK";
              includeVariables: IncludeVariable[];
              pageSize: number;
              processDefinitionKey: string;
              processInstanceKey: string;
              sort: TaskOrderBy[];
              state: TaskState;
              taskDefinitionId: string;
              taskVariables: TaskByVariables[];
              tenantIds: string[];
          }

          Properties

          assigned: boolean
          assignee: string
          assignees: string[]
          candidateGroup: string
          candidateGroups: string[]
          candidateUser: string
          candidateUsers: string[]
          dueDate: DateFilter
          followUpDate: DateFilter
          implementation: "JOB_WORKER" | "ZEEBE_USER_TASK"
          includeVariables: IncludeVariable[]

          An array used to specify a list of variable names that should be included in the response when querying tasks. +

          Properties

          assigned: boolean
          assignee: string
          assignees: string[]
          candidateGroup: string
          candidateGroups: string[]
          candidateUser: string
          candidateUsers: string[]
          dueDate: DateFilter
          followUpDate: DateFilter
          implementation: "JOB_WORKER" | "ZEEBE_USER_TASK"
          includeVariables: IncludeVariable[]

          An array used to specify a list of variable names that should be included in the response when querying tasks. This field allows users to selectively retrieve specific variables associated with the tasks returned in the search results.

          -
          pageSize: number
          processDefinitionKey: string
          processInstanceKey: string
          sort: TaskOrderBy[]
          state: TaskState
          taskDefinitionId: string
          taskVariables: TaskByVariables[]

          An array of filter clauses specifying the variables to filter for. +

          pageSize: number
          processDefinitionKey: string
          processInstanceKey: string
          sort: TaskOrderBy[]
          state: TaskState
          taskDefinitionId: string
          taskVariables: TaskByVariables[]

          An array of filter clauses specifying the variables to filter for. If defined, the query returns only tasks to which all clauses apply. However, it's important to note that this filtering mechanism is designed to work exclusively with truncated variables. This means variables of a larger size are not compatible with this filter, and attempts to use them may result in inaccurate or incomplete query results.

          -
          tenantIds: string[]

          Generated using TypeDoc

          \ No newline at end of file +
          tenantIds: string[]

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Tasklist.TasklistDto.User.html b/interfaces/index.Tasklist.TasklistDto.User.html index ad212689..51f2efac 100644 --- a/interfaces/index.Tasklist.TasklistDto.User.html +++ b/interfaces/index.Tasklist.TasklistDto.User.html @@ -1,6 +1,6 @@ -User | @camunda8/sdk
          interface User {
              displayName: string;
              permissions: string[];
              roles: string[];
              salesPlanType: string;
              userId: string;
          }

          Properties

          displayName +User | @camunda8/sdk
          interface User {
              displayName: string;
              permissions: string[];
              roles: string[];
              salesPlanType: string;
              userId: string;
          }

          Properties

          displayName: string
          permissions: string[]
          roles: string[]
          salesPlanType: string
          userId: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          displayName: string
          permissions: string[]
          roles: string[]
          salesPlanType: string
          userId: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Tasklist.TasklistDto.Variable.html b/interfaces/index.Tasklist.TasklistDto.Variable.html index e1e3c6fe..b6d78220 100644 --- a/interfaces/index.Tasklist.TasklistDto.Variable.html +++ b/interfaces/index.Tasklist.TasklistDto.Variable.html @@ -1,6 +1,6 @@ -Variable | @camunda8/sdk
          interface Variable {
              draft: DraftSearchVariableValue;
              id: string;
              name: string;
              tenantId: string;
              value: string;
          }

          Properties

          draft +Variable | @camunda8/sdk
          interface Variable {
              draft: DraftSearchVariableValue;
              id: string;
              name: string;
              tenantId: string;
              value: string;
          }

          Properties

          Properties

          id: string
          name: string
          tenantId: string
          value: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          id: string
          name: string
          tenantId: string
          value: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Tasklist.TasklistDto.VariableInput.html b/interfaces/index.Tasklist.TasklistDto.VariableInput.html index 5f509d65..c9813850 100644 --- a/interfaces/index.Tasklist.TasklistDto.VariableInput.html +++ b/interfaces/index.Tasklist.TasklistDto.VariableInput.html @@ -1,3 +1,3 @@ -VariableInput | @camunda8/sdk
          interface VariableInput {
              name: string;
              value: string;
          }

          Properties

          name +VariableInput | @camunda8/sdk
          interface VariableInput {
              name: string;
              value: string;
          }

          Properties

          Properties

          name: string
          value: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          name: string
          value: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Tasklist.TasklistDto.VariableSearchResponse.html b/interfaces/index.Tasklist.TasklistDto.VariableSearchResponse.html index 7b053df8..ec233df5 100644 --- a/interfaces/index.Tasklist.TasklistDto.VariableSearchResponse.html +++ b/interfaces/index.Tasklist.TasklistDto.VariableSearchResponse.html @@ -1,6 +1,6 @@ -VariableSearchResponse | @camunda8/sdk
          interface VariableSearchResponse {
              draft: DraftSearchVariableValue;
              id: string;
              name: string;
              previewValue: string;
              value: string;
          }

          Hierarchy (view full)

          Properties

          draft +VariableSearchResponse | @camunda8/sdk
          interface VariableSearchResponse {
              draft: DraftSearchVariableValue;
              id: string;
              name: string;
              previewValue: string;
              value: string;
          }

          Hierarchy (view full)

          Properties

          id: string
          name: string
          previewValue: string
          value: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          id: string
          name: string
          previewValue: string
          value: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index.Tasklist.TasklistDto.VariableSearchResponseWithoutDraft.html b/interfaces/index.Tasklist.TasklistDto.VariableSearchResponseWithoutDraft.html index 3d17888b..626d8b72 100644 --- a/interfaces/index.Tasklist.TasklistDto.VariableSearchResponseWithoutDraft.html +++ b/interfaces/index.Tasklist.TasklistDto.VariableSearchResponseWithoutDraft.html @@ -1,5 +1,5 @@ -VariableSearchResponseWithoutDraft | @camunda8/sdk
          interface VariableSearchResponseWithoutDraft {
              id: string;
              name: string;
              previewValue: string;
              value: string;
          }

          Hierarchy (view full)

          Properties

          id +VariableSearchResponseWithoutDraft | @camunda8/sdk
          interface VariableSearchResponseWithoutDraft {
              id: string;
              name: string;
              previewValue: string;
              value: string;
          }

          Hierarchy (view full)

          Properties

          id: string
          name: string
          previewValue: string
          value: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          id: string
          name: string
          previewValue: string
          value: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index._internal_.Characteristics.html b/interfaces/index._internal_.Characteristics.html index 21528394..f43a9e8e 100644 --- a/interfaces/index._internal_.Characteristics.html +++ b/interfaces/index._internal_.Characteristics.html @@ -1,3 +1,3 @@ -Characteristics | @camunda8/sdk
          interface Characteristics {
              _tag: GrpcConnectionProfile;
              startupTime: number;
          }

          Properties

          _tag +Characteristics | @camunda8/sdk
          interface Characteristics {
              _tag: GrpcConnectionProfile;
              startupTime: number;
          }

          Properties

          Properties

          startupTime: number

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          startupTime: number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index._internal_.Emitter.html b/interfaces/index._internal_.Emitter.html index b3c91715..8186f2ea 100644 --- a/interfaces/index._internal_.Emitter.html +++ b/interfaces/index._internal_.Emitter.html @@ -1,4 +1,4 @@ -Emitter | @camunda8/sdk
          interface Emitter<T> {
              emit<K>(eventName, params?): void;
              off<K>(eventName, fn): void;
              on<K>(eventName, fn): void;
          }

          Type Parameters

          Implemented by

          Methods

          emit +Emitter | @camunda8/sdk
          interface Emitter<T> {
              emit<K>(eventName, params?): void;
              off<K>(eventName, fn): void;
              on<K>(eventName, fn): void;
          }

          Type Parameters

          Implemented by

          Methods

          Methods

          Generated using TypeDoc

          \ No newline at end of file +

          Methods

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index._internal_.IncludeVariable.html b/interfaces/index._internal_.IncludeVariable.html index 975a36db..2ce59003 100644 --- a/interfaces/index._internal_.IncludeVariable.html +++ b/interfaces/index._internal_.IncludeVariable.html @@ -1,3 +1,3 @@ -IncludeVariable | @camunda8/sdk
          interface IncludeVariable {
              alwaysReturnFullValue?: boolean;
              name: string;
          }

          Properties

          alwaysReturnFullValue? +IncludeVariable | @camunda8/sdk
          interface IncludeVariable {
              alwaysReturnFullValue?: boolean;
              name: string;
          }

          Properties

          alwaysReturnFullValue?: boolean
          name: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          alwaysReturnFullValue?: boolean
          name: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index._internal_.JSONDoc.html b/interfaces/index._internal_.JSONDoc.html index d4160127..7863f0e9 100644 --- a/interfaces/index._internal_.JSONDoc.html +++ b/interfaces/index._internal_.JSONDoc.html @@ -1 +1 @@ -JSONDoc | @camunda8/sdk
          interface JSONDoc {
              [key: string]: JSON;
          }

          Indexable

          [key: string]: JSON

          Generated using TypeDoc

          \ No newline at end of file +JSONDoc | @camunda8/sdk
          interface JSONDoc {
              [key: string]: JSON;
          }

          Indexable

          [key: string]: JSON

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index._internal_.Logger.html b/interfaces/index._internal_.Logger.html index 10b7b0f2..01b1dbaa 100644 --- a/interfaces/index._internal_.Logger.html +++ b/interfaces/index._internal_.Logger.html @@ -1,4 +1,4 @@ -Logger | @camunda8/sdk
          interface Logger {
              debug: LogFn;
              error: LogFn;
              info: LogFn;
          }

          Properties

          debug +Logger | @camunda8/sdk
          interface Logger {
              debug: LogFn;
              error: LogFn;
              info: LogFn;
          }

          Properties

          Properties

          debug: LogFn
          error: LogFn
          info: LogFn

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          debug: LogFn
          error: LogFn
          info: LogFn

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index._internal_.TaskChangeSet.html b/interfaces/index._internal_.TaskChangeSet.html index de32b745..b48607ee 100644 --- a/interfaces/index._internal_.TaskChangeSet.html +++ b/interfaces/index._internal_.TaskChangeSet.html @@ -1,6 +1,6 @@ TaskChangeSet | @camunda8/sdk

          JSON object with changed task attribute values.

          -
          interface TaskChangeSet {
              candidateGroups?: string[];
              candidateUsers?: string[];
              dueDate?: string | Date;
              followUpDate?: string | Date;
          }

          Properties

          interface TaskChangeSet {
              candidateGroups?: string[];
              candidateUsers?: string[];
              dueDate?: string | Date;
              followUpDate?: string | Date;
          }

          Properties

          candidateGroups?: string[]
          candidateUsers?: string[]
          dueDate?: string | Date
          followUpDate?: string | Date

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          candidateGroups?: string[]
          candidateUsers?: string[]
          dueDate?: string | Date
          followUpDate?: string | Date

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index._internal_.TaskOrderBy.html b/interfaces/index._internal_.TaskOrderBy.html index 40ff138b..9c983b89 100644 --- a/interfaces/index._internal_.TaskOrderBy.html +++ b/interfaces/index._internal_.TaskOrderBy.html @@ -1,3 +1,3 @@ -TaskOrderBy | @camunda8/sdk
          interface TaskOrderBy {
              field: "completionTime" | "creationTime" | "followUpDate" | "dueDate";
              order: "ASC" | "DESC";
          }

          Properties

          field +TaskOrderBy | @camunda8/sdk
          interface TaskOrderBy {
              field: "completionTime" | "creationTime" | "followUpDate" | "dueDate";
              order: "ASC" | "DESC";
          }

          Properties

          Properties

          field: "completionTime" | "creationTime" | "followUpDate" | "dueDate"
          order: "ASC" | "DESC"

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          field: "completionTime" | "creationTime" | "followUpDate" | "dueDate"
          order: "ASC" | "DESC"

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/index._internal_.ZBWorkerConstructorConfig.html b/interfaces/index._internal_.ZBWorkerConstructorConfig.html index ba15125e..998e0e0a 100644 --- a/interfaces/index._internal_.ZBWorkerConstructorConfig.html +++ b/interfaces/index._internal_.ZBWorkerConstructorConfig.html @@ -1,4 +1,4 @@ -ZBWorkerConstructorConfig | @camunda8/sdk

          Interface ZBWorkerConstructorConfig<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>

          interface ZBWorkerConstructorConfig<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables> {
              customHeadersDto?: (new (...args) => Readonly<CustomHeaderShape>);
              grpcClient: ZBGrpc;
              id: null | string;
              idColor: Chalk;
              inputVariableDto?: (new (...args) => Readonly<WorkerInputVariables>);
              log: StatefulLogInterceptor;
              options: ZBWorkerOptions<WorkerInputVariables> & ZBClientOptions;
              taskHandler: ZBWorkerTaskHandler<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>;
              taskType: string;
              tenantIds: undefined | string[] | [string];
              zbClient: ZeebeGrpcClient;
          }

          Type Parameters

          • WorkerInputVariables
          • CustomHeaderShape
          • WorkerOutputVariables

          Properties

          customHeadersDto? +ZBWorkerConstructorConfig | @camunda8/sdk

          Interface ZBWorkerConstructorConfig<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>

          interface ZBWorkerConstructorConfig<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables> {
              customHeadersDto?: (new (...args) => Readonly<CustomHeaderShape>);
              grpcClient: ZBGrpc;
              id: null | string;
              idColor: Chalk;
              inputVariableDto?: (new (...args) => Readonly<WorkerInputVariables>);
              log: StatefulLogInterceptor;
              options: ZBWorkerOptions<WorkerInputVariables> & ZBClientOptions;
              taskHandler: ZBWorkerTaskHandler<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>;
              taskType: string;
              tenantIds: undefined | string[] | [string];
              zbClient: ZeebeGrpcClient;
          }

          Type Parameters

          • WorkerInputVariables
          • CustomHeaderShape
          • WorkerOutputVariables

          Properties

          customHeadersDto?: (new (...args) => Readonly<CustomHeaderShape>)

          Type declaration

          grpcClient: ZBGrpc
          id: null | string
          idColor: Chalk
          inputVariableDto?: (new (...args) => Readonly<WorkerInputVariables>)

          Type declaration

          taskType: string
          tenantIds: undefined | string[] | [string]
          zbClient: ZeebeGrpcClient

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          customHeadersDto?: (new (...args) => Readonly<CustomHeaderShape>)

          Type declaration

          grpcClient: ZBGrpc
          id: null | string
          idColor: Chalk
          inputVariableDto?: (new (...args) => Readonly<WorkerInputVariables>)

          Type declaration

          taskType: string
          tenantIds: undefined | string[] | [string]
          zbClient: ZeebeGrpcClient

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ActivateInstruction.html b/interfaces/zeebe_types.ActivateInstruction.html index 4782b024..0e166cfe 100644 --- a/interfaces/zeebe_types.ActivateInstruction.html +++ b/interfaces/zeebe_types.ActivateInstruction.html @@ -1,9 +1,9 @@ -ActivateInstruction | @camunda8/sdk

          Interface ActivateInstruction

          interface ActivateInstruction {
              ancestorElementInstanceKey: string;
              elementId: string;
              variableInstructions: VariableInstruction[];
          }

          Properties

          ancestorElementInstanceKey +ActivateInstruction | @camunda8/sdk

          Interface ActivateInstruction

          interface ActivateInstruction {
              ancestorElementInstanceKey: string;
              elementId: string;
              variableInstructions: VariableInstruction[];
          }

          Properties

          ancestorElementInstanceKey: string

          the key of the ancestor scope the element instance should be created in; set to -1 to create the new element instance within an existing element instance of the flow scope

          -
          elementId: string

          the id of the element that should be activated

          -
          variableInstructions: VariableInstruction[]

          instructions describing which variables should be created

          -

          Generated using TypeDoc

          \ No newline at end of file +
          elementId: string

          the id of the element that should be activated

          +
          variableInstructions: VariableInstruction[]

          instructions describing which variables should be created

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ActivateJobsRequest.html b/interfaces/zeebe_types.ActivateJobsRequest.html index 9586aa38..aedf42e0 100644 --- a/interfaces/zeebe_types.ActivateJobsRequest.html +++ b/interfaces/zeebe_types.ActivateJobsRequest.html @@ -1,5 +1,5 @@ ActivateJobsRequest | @camunda8/sdk

          Interface ActivateJobsRequest

          Request object to send the broker to request jobs for the worker.

          -
          interface ActivateJobsRequest {
              fetchVariable?: string[];
              maxJobsToActivate: number;
              requestTimeout: MaybeTimeDuration;
              tenantIds?: string[];
              timeout: MaybeTimeDuration;
              type: string;
              worker: string;
          }

          Properties

          interface ActivateJobsRequest {
              fetchVariable?: string[];
              maxJobsToActivate: number;
              requestTimeout: MaybeTimeDuration;
              tenantIds?: string[];
              timeout: MaybeTimeDuration;
              type: string;
              worker: string;
          }

          Properties

          fetchVariable?: string[]

          A list of variables to fetch as the job variables; if empty, all visible variables at the time of activation for the scope of the job will be returned

          -
          maxJobsToActivate: number

          The maximum jobs to activate by this request

          -
          requestTimeout: MaybeTimeDuration

          The request will be completed when atleast one job is activated or after the requestTimeout. +

          maxJobsToActivate: number

          The maximum jobs to activate by this request

          +
          requestTimeout: MaybeTimeDuration

          The request will be completed when atleast one job is activated or after the requestTimeout. if the requestTimeout = 0, the request will be completed after a default configured timeout in the broker. To immediately complete the request when no job is activated set the requestTimeout to a negative value

          -
          tenantIds?: string[]

          a list of IDs of tenants for which to activate jobs

          -
          timeout: MaybeTimeDuration

          The duration the broker allows for jobs activated by this call to complete +

          tenantIds?: string[]

          a list of IDs of tenants for which to activate jobs

          +
          timeout: MaybeTimeDuration

          The duration the broker allows for jobs activated by this call to complete before timing them out releasing them for retry on the broker. The broker checks time outs every 30 seconds, so the broker timeout is guaranteed in at-most timeout + 29s be guaranteed.

          -
          type: string

          The job type, as defined in the BPMN process (e.g. <zeebe:taskDefinition +

          type: string

          The job type, as defined in the BPMN process (e.g. <zeebe:taskDefinition type="payment-service" />)

          -
          worker: string

          The name of the worker activating the jobs, mostly used for logging purposes

          -

          Generated using TypeDoc

          \ No newline at end of file +
          worker: string

          The name of the worker activating the jobs, mostly used for logging purposes

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ActivateJobsResponse.html b/interfaces/zeebe_types.ActivateJobsResponse.html index bb8b354a..7fcf752e 100644 --- a/interfaces/zeebe_types.ActivateJobsResponse.html +++ b/interfaces/zeebe_types.ActivateJobsResponse.html @@ -1,2 +1,2 @@ -ActivateJobsResponse | @camunda8/sdk

          Interface ActivateJobsResponse

          interface ActivateJobsResponse {
              jobs: ActivatedJob[];
          }

          Properties

          Properties

          jobs: ActivatedJob[]

          Generated using TypeDoc

          \ No newline at end of file +ActivateJobsResponse | @camunda8/sdk

          Interface ActivateJobsResponse

          interface ActivateJobsResponse {
              jobs: ActivatedJob[];
          }

          Properties

          Properties

          jobs: ActivatedJob[]

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ActivatedJob.html b/interfaces/zeebe_types.ActivatedJob.html index 7c94e84a..a088b9f5 100644 --- a/interfaces/zeebe_types.ActivatedJob.html +++ b/interfaces/zeebe_types.ActivatedJob.html @@ -1,4 +1,4 @@ -ActivatedJob | @camunda8/sdk
          interface ActivatedJob {
              bpmnProcessId: string;
              customHeaders: string;
              deadline: string;
              elementId: string;
              elementInstanceKey: string;
              key: string;
              processDefinitionKey: string;
              processDefinitionVersion: number;
              processInstanceKey: string;
              retries: number;
              tenantId: string;
              type: string;
              variables: string;
              worker: string;
          }

          Properties

          bpmnProcessId +ActivatedJob | @camunda8/sdk
          interface ActivatedJob {
              bpmnProcessId: string;
              customHeaders: string;
              deadline: string;
              elementId: string;
              elementInstanceKey: string;
              key: string;
              processDefinitionKey: string;
              processDefinitionVersion: number;
              processInstanceKey: string;
              retries: number;
              tenantId: string;
              type: string;
              variables: string;
              worker: string;
          }

          Properties

          bpmnProcessId: string

          The bpmn process ID of the job process definition

          -
          customHeaders: string

          A set of custom headers defined during modelling

          -
          deadline: string

          When the job will timeout on the broker if it is not completed by this worker. +

          customHeaders: string

          A set of custom headers defined during modelling

          +
          deadline: string

          When the job will timeout on the broker if it is not completed by this worker. In epoch milliseconds

          -
          elementId: string

          The associated task element ID

          -
          elementInstanceKey: string

          The unique key identifying the associated task, unique within the scope of the +

          elementId: string

          The associated task element ID

          +
          elementInstanceKey: string

          The unique key identifying the associated task, unique within the scope of the process instance

          -
          key: string

          The key, a unique identifier for the job

          -
          processDefinitionKey: string

          The key of the job process definition

          -
          processDefinitionVersion: number

          The version of the job process definition

          -
          processInstanceKey: string

          The job's process instance key

          -
          retries: number
          tenantId: string

          the id of the tenant that owns the job

          -
          type: string

          The job type, as defined in the BPMN process (e.g. <zeebe:taskDefinition +

          key: string

          The key, a unique identifier for the job

          +
          processDefinitionKey: string

          The key of the job process definition

          +
          processDefinitionVersion: number

          The version of the job process definition

          +
          processInstanceKey: string

          The job's process instance key

          +
          retries: number
          tenantId: string

          the id of the tenant that owns the job

          +
          type: string

          The job type, as defined in the BPMN process (e.g. <zeebe:taskDefinition type="payment-service" />)

          -
          variables: string

          All visible variables in the task scope, computed at activation time, constrained by any +

          variables: string

          All visible variables in the task scope, computed at activation time, constrained by any fetchVariables value in the ActivateJobRequest.

          -
          worker: string

          The name of the worker that activated this job

          -

          Generated using TypeDoc

          \ No newline at end of file +
          worker: string

          The name of the worker that activated this job

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.BroadcastSignalReq.html b/interfaces/zeebe_types.BroadcastSignalReq.html index f1be586f..307e52c2 100644 --- a/interfaces/zeebe_types.BroadcastSignalReq.html +++ b/interfaces/zeebe_types.BroadcastSignalReq.html @@ -1,4 +1,4 @@ -BroadcastSignalReq | @camunda8/sdk

          Interface BroadcastSignalReq

          interface BroadcastSignalReq {
              signalName: string;
              tenantId?: string;
              variables?: JSONDoc;
          }

          Properties

          signalName +BroadcastSignalReq | @camunda8/sdk

          Interface BroadcastSignalReq

          interface BroadcastSignalReq {
              signalName: string;
              tenantId?: string;
              variables?: JSONDoc;
          }

          Properties

          signalName: string
          tenantId?: string
          variables?: JSONDoc

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          signalName: string
          tenantId?: string
          variables?: JSONDoc

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.BroadcastSignalRequest.html b/interfaces/zeebe_types.BroadcastSignalRequest.html index 47201c64..07b59021 100644 --- a/interfaces/zeebe_types.BroadcastSignalRequest.html +++ b/interfaces/zeebe_types.BroadcastSignalRequest.html @@ -1,8 +1,8 @@ -BroadcastSignalRequest | @camunda8/sdk

          Interface BroadcastSignalRequest

          interface BroadcastSignalRequest {
              signalName: string;
              tenantId?: string;
              variables: string;
          }

          Properties

          signalName +BroadcastSignalRequest | @camunda8/sdk

          Interface BroadcastSignalRequest

          interface BroadcastSignalRequest {
              signalName: string;
              tenantId?: string;
              variables: string;
          }

          Properties

          signalName: string

          The name of the signal

          -
          tenantId?: string

          the id of the tenant that owns the signal.

          -
          variables: string

          the signal variables as a JSON document; to be valid, the root of the document must be an +

          tenantId?: string

          the id of the tenant that owns the signal.

          +
          variables: string

          the signal variables as a JSON document; to be valid, the root of the document must be an object, e.g. { "a": "foo" }. [ "foo" ] would not be valid.

          -

          Generated using TypeDoc

          \ No newline at end of file +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.BroadcastSignalRes.html b/interfaces/zeebe_types.BroadcastSignalRes.html index 2d64b071..42e29284 100644 --- a/interfaces/zeebe_types.BroadcastSignalRes.html +++ b/interfaces/zeebe_types.BroadcastSignalRes.html @@ -1,2 +1,2 @@ -BroadcastSignalRes | @camunda8/sdk

          Interface BroadcastSignalRes

          interface BroadcastSignalRes {
              key: string;
          }

          Properties

          key -

          Properties

          key: string

          Generated using TypeDoc

          \ No newline at end of file +BroadcastSignalRes | @camunda8/sdk

          Interface BroadcastSignalRes

          interface BroadcastSignalRes {
              key: string;
          }

          Properties

          key +

          Properties

          key: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.BroadcastSignalResponse.html b/interfaces/zeebe_types.BroadcastSignalResponse.html index 0ba3986f..db2b5db7 100644 --- a/interfaces/zeebe_types.BroadcastSignalResponse.html +++ b/interfaces/zeebe_types.BroadcastSignalResponse.html @@ -1,3 +1,3 @@ -BroadcastSignalResponse | @camunda8/sdk

          Interface BroadcastSignalResponse

          interface BroadcastSignalResponse {
              key: string;
          }

          Properties

          key +BroadcastSignalResponse | @camunda8/sdk

          Interface BroadcastSignalResponse

          interface BroadcastSignalResponse {
              key: string;
          }

          Properties

          Properties

          key: string

          the unique ID of the signal that was broadcasted.

          -

          Generated using TypeDoc

          \ No newline at end of file +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.BrokerInfo.html b/interfaces/zeebe_types.BrokerInfo.html index 826e7ad2..3d2da727 100644 --- a/interfaces/zeebe_types.BrokerInfo.html +++ b/interfaces/zeebe_types.BrokerInfo.html @@ -1,5 +1,5 @@ -BrokerInfo | @camunda8/sdk
          interface BrokerInfo {
              host: string;
              nodeId: number;
              partitions: Partition[];
              port: number;
          }

          Properties

          host +BrokerInfo | @camunda8/sdk
          interface BrokerInfo {
              host: string;
              nodeId: number;
              partitions: Partition[];
              port: number;
          }

          Properties

          host: string
          nodeId: number
          partitions: Partition[]
          port: number

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          host: string
          nodeId: number
          partitions: Partition[]
          port: number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.CamundaCloudConfig.html b/interfaces/zeebe_types.CamundaCloudConfig.html index 0a6bc029..65897243 100644 --- a/interfaces/zeebe_types.CamundaCloudConfig.html +++ b/interfaces/zeebe_types.CamundaCloudConfig.html @@ -1,9 +1,9 @@ -CamundaCloudConfig | @camunda8/sdk

          Interface CamundaCloudConfig

          interface CamundaCloudConfig {
              cacheDir?: string;
              cacheOnDisk?: boolean;
              clientId: string;
              clientSecret: string;
              clusterId: string;
              clusterRegion?: string;
          }

          Properties

          cacheDir? +CamundaCloudConfig | @camunda8/sdk

          Interface CamundaCloudConfig

          interface CamundaCloudConfig {
              cacheDir?: string;
              cacheOnDisk?: boolean;
              clientId: string;
              clientSecret: string;
              clusterId: string;
              clusterRegion?: string;
          }

          Properties

          cacheDir?: string
          cacheOnDisk?: boolean
          clientId: string

          Just the UUID of the cluster

          -
          clientSecret: string
          clusterId: string
          clusterRegion?: string

          Defaults to bru-2

          -

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          cacheDir?: string
          cacheOnDisk?: boolean
          clientId: string

          Just the UUID of the cluster

          +
          clientSecret: string
          clusterId: string
          clusterRegion?: string

          Defaults to bru-2

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.CompleteJobRequest.html b/interfaces/zeebe_types.CompleteJobRequest.html index 854e2c7c..d4bff4ba 100644 --- a/interfaces/zeebe_types.CompleteJobRequest.html +++ b/interfaces/zeebe_types.CompleteJobRequest.html @@ -1,3 +1,3 @@ -CompleteJobRequest | @camunda8/sdk

          Interface CompleteJobRequest<Variables>

          interface CompleteJobRequest<Variables> {
              jobKey: string;
              variables: Variables;
          }

          Type Parameters

          Properties

          jobKey +CompleteJobRequest | @camunda8/sdk

          Interface CompleteJobRequest<Variables>

          interface CompleteJobRequest<Variables> {
              jobKey: string;
              variables: Variables;
          }

          Type Parameters

          Properties

          Properties

          jobKey: string
          variables: Variables

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          jobKey: string
          variables: Variables

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.CreateProcessBaseRequest.html b/interfaces/zeebe_types.CreateProcessBaseRequest.html index 60392421..3fc94669 100644 --- a/interfaces/zeebe_types.CreateProcessBaseRequest.html +++ b/interfaces/zeebe_types.CreateProcessBaseRequest.html @@ -1,10 +1,10 @@ -CreateProcessBaseRequest | @camunda8/sdk

          Interface CreateProcessBaseRequest<V>

          interface CreateProcessBaseRequest<V> {
              bpmnProcessId: string;
              tenantId?: string;
              variables: V;
              version?: number;
          }

          Type Parameters

          Hierarchy (view full)

          Properties

          bpmnProcessId +CreateProcessBaseRequest | @camunda8/sdk

          Interface CreateProcessBaseRequest<V>

          interface CreateProcessBaseRequest<V> {
              bpmnProcessId: string;
              tenantId?: string;
              variables: V;
              version?: number;
          }

          Type Parameters

          Hierarchy (view full)

          Properties

          bpmnProcessId: string

          the BPMN process ID of the process definition

          -
          tenantId?: string

          The tenantId for a multi-tenant enabled cluster.

          -
          variables: V

          JSON document that will instantiate the variables for the root variable scope of the +

          tenantId?: string

          The tenantId for a multi-tenant enabled cluster.

          +
          variables: V

          JSON document that will instantiate the variables for the root variable scope of the process instance.

          -
          version?: number

          the version of the process; if not specified it will use the latest version

          -

          Generated using TypeDoc

          \ No newline at end of file +
          version?: number

          the version of the process; if not specified it will use the latest version

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.CreateProcessInstanceBaseRequest.html b/interfaces/zeebe_types.CreateProcessInstanceBaseRequest.html index 932da322..58cdba81 100644 --- a/interfaces/zeebe_types.CreateProcessInstanceBaseRequest.html +++ b/interfaces/zeebe_types.CreateProcessInstanceBaseRequest.html @@ -1,10 +1,10 @@ -CreateProcessInstanceBaseRequest | @camunda8/sdk

          Interface CreateProcessInstanceBaseRequest

          interface CreateProcessInstanceBaseRequest {
              bpmnProcessId: string;
              tenantId?: string;
              variables: string;
              version?: number;
          }

          Hierarchy (view full)

          Properties

          bpmnProcessId +CreateProcessInstanceBaseRequest | @camunda8/sdk

          Interface CreateProcessInstanceBaseRequest

          interface CreateProcessInstanceBaseRequest {
              bpmnProcessId: string;
              tenantId?: string;
              variables: string;
              version?: number;
          }

          Hierarchy (view full)

          Properties

          bpmnProcessId: string

          the BPMN process ID of the process definition

          -
          tenantId?: string

          the tenant id of the process definition

          -
          variables: string

          JSON document that will instantiate the variables for the root variable scope of the +

          tenantId?: string

          the tenant id of the process definition

          +
          variables: string

          JSON document that will instantiate the variables for the root variable scope of the process instance.

          -
          version?: number

          the version of the process; if not specified it will use the latest version

          -

          Generated using TypeDoc

          \ No newline at end of file +
          version?: number

          the version of the process; if not specified it will use the latest version

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.CreateProcessInstanceReq.html b/interfaces/zeebe_types.CreateProcessInstanceReq.html index df3968a9..33397b35 100644 --- a/interfaces/zeebe_types.CreateProcessInstanceReq.html +++ b/interfaces/zeebe_types.CreateProcessInstanceReq.html @@ -1,14 +1,14 @@ -CreateProcessInstanceReq | @camunda8/sdk

          Interface CreateProcessInstanceReq<V>

          interface CreateProcessInstanceReq<V> {
              bpmnProcessId: string;
              startInstructions?: ProcessInstanceCreationStartInstruction[];
              tenantId?: string;
              variables: V;
              version?: number;
          }

          Type Parameters

          Hierarchy (view full)

          Properties

          bpmnProcessId +CreateProcessInstanceReq | @camunda8/sdk

          Interface CreateProcessInstanceReq<V>

          interface CreateProcessInstanceReq<V> {
              bpmnProcessId: string;
              startInstructions?: ProcessInstanceCreationStartInstruction[];
              tenantId?: string;
              variables: V;
              version?: number;
          }

          Type Parameters

          Hierarchy (view full)

          Properties

          bpmnProcessId: string

          the BPMN process ID of the process definition

          -

          List of start instructions. If empty (default) the process instance +

          List of start instructions. If empty (default) the process instance will start at the start event. If non-empty the process instance will apply start instructions after it has been created

          -
          tenantId?: string

          The tenantId for a multi-tenant enabled cluster.

          -
          variables: V

          JSON document that will instantiate the variables for the root variable scope of the +

          tenantId?: string

          The tenantId for a multi-tenant enabled cluster.

          +
          variables: V

          JSON document that will instantiate the variables for the root variable scope of the process instance.

          -
          version?: number

          the version of the process; if not specified it will use the latest version

          -

          Generated using TypeDoc

          \ No newline at end of file +
          version?: number

          the version of the process; if not specified it will use the latest version

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.CreateProcessInstanceRequest.html b/interfaces/zeebe_types.CreateProcessInstanceRequest.html index 831f7c63..c8869d28 100644 --- a/interfaces/zeebe_types.CreateProcessInstanceRequest.html +++ b/interfaces/zeebe_types.CreateProcessInstanceRequest.html @@ -1,14 +1,14 @@ -CreateProcessInstanceRequest | @camunda8/sdk

          Interface CreateProcessInstanceRequest

          interface CreateProcessInstanceRequest {
              bpmnProcessId: string;
              startInstructions: ProcessInstanceCreationStartInstruction[];
              tenantId?: string;
              variables: string;
              version?: number;
          }

          Hierarchy (view full)

          Properties

          bpmnProcessId +CreateProcessInstanceRequest | @camunda8/sdk

          Interface CreateProcessInstanceRequest

          interface CreateProcessInstanceRequest {
              bpmnProcessId: string;
              startInstructions: ProcessInstanceCreationStartInstruction[];
              tenantId?: string;
              variables: string;
              version?: number;
          }

          Hierarchy (view full)

          Properties

          bpmnProcessId: string

          the BPMN process ID of the process definition

          -

          List of start instructions. If empty (default) the process instance +

          List of start instructions. If empty (default) the process instance will start at the start event. If non-empty the process instance will apply start instructions after it has been created

          -
          tenantId?: string

          the tenant id of the process definition

          -
          variables: string

          JSON document that will instantiate the variables for the root variable scope of the +

          tenantId?: string

          the tenant id of the process definition

          +
          variables: string

          JSON document that will instantiate the variables for the root variable scope of the process instance.

          -
          version?: number

          the version of the process; if not specified it will use the latest version

          -

          Generated using TypeDoc

          \ No newline at end of file +
          version?: number

          the version of the process; if not specified it will use the latest version

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.CreateProcessInstanceResponse.html b/interfaces/zeebe_types.CreateProcessInstanceResponse.html index 35d75ca6..c1658313 100644 --- a/interfaces/zeebe_types.CreateProcessInstanceResponse.html +++ b/interfaces/zeebe_types.CreateProcessInstanceResponse.html @@ -1,15 +1,15 @@ -CreateProcessInstanceResponse | @camunda8/sdk

          Interface CreateProcessInstanceResponse

          interface CreateProcessInstanceResponse {
              bpmnProcessId: string;
              processDefinitionKey: string;
              processInstanceKey: string;
              tenantId: string;
              version: number;
          }

          Properties

          bpmnProcessId +CreateProcessInstanceResponse | @camunda8/sdk

          Interface CreateProcessInstanceResponse

          interface CreateProcessInstanceResponse {
              bpmnProcessId: string;
              processDefinitionKey: string;
              processInstanceKey: string;
              tenantId: string;
              version: number;
          }

          Properties

          bpmnProcessId: string

          The BPMN process ID of the process definition

          -
          processDefinitionKey: string

          The unique key identifying the process definition (e.g. returned from a process +

          processDefinitionKey: string

          The unique key identifying the process definition (e.g. returned from a process in the DeployResourceResponse message)

          -
          processInstanceKey: string

          Stringified JSON document that will instantiate the variables for the root variable scope of the +

          processInstanceKey: string

          Stringified JSON document that will instantiate the variables for the root variable scope of the process instance; it must be a JSON object, as variables will be mapped in a key-value fashion. e.g. { "a": 1, "b": 2 } will create two variables, named "a" and "b" respectively, with their associated values. [{ "a": 1, "b": 2 }] would not be a
          valid argument, as the root of the JSON document is an array and not an object.

          -
          tenantId: string

          the tenant identifier of the created process instance

          -
          version: number

          The version of the process; set to -1 to use the latest version

          -

          Generated using TypeDoc

          \ No newline at end of file +
          tenantId: string

          the tenant identifier of the created process instance

          +
          version: number

          The version of the process; set to -1 to use the latest version

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.CreateProcessInstanceWithResultReq.html b/interfaces/zeebe_types.CreateProcessInstanceWithResultReq.html index 90ef7e44..b01e80c6 100644 --- a/interfaces/zeebe_types.CreateProcessInstanceWithResultReq.html +++ b/interfaces/zeebe_types.CreateProcessInstanceWithResultReq.html @@ -1,16 +1,16 @@ -CreateProcessInstanceWithResultReq | @camunda8/sdk

          Interface CreateProcessInstanceWithResultReq<T>

          interface CreateProcessInstanceWithResultReq<T> {
              bpmnProcessId: string;
              fetchVariables?: string[];
              requestTimeout?: number;
              tenantId?: string;
              variables: T;
              version?: number;
          }

          Type Parameters

          Hierarchy (view full)

          Properties

          bpmnProcessId +CreateProcessInstanceWithResultReq | @camunda8/sdk

          Interface CreateProcessInstanceWithResultReq<T>

          interface CreateProcessInstanceWithResultReq<T> {
              bpmnProcessId: string;
              fetchVariables?: string[];
              requestTimeout?: number;
              tenantId?: string;
              variables: T;
              version?: number;
          }

          Type Parameters

          Hierarchy (view full)

          Properties

          bpmnProcessId: string

          the BPMN process ID of the process definition

          -
          fetchVariables?: string[]

          list of names of variables to be included in CreateProcessInstanceWithResultResponse.variables. +

          fetchVariables?: string[]

          list of names of variables to be included in CreateProcessInstanceWithResultResponse.variables. If empty, all visible variables in the root scope will be returned.

          -
          requestTimeout?: number

          timeout in milliseconds. the request will be closed if the process is not completed before the requestTimeout. +

          requestTimeout?: number

          timeout in milliseconds. the request will be closed if the process is not completed before the requestTimeout. if requestTimeout = 0, uses the generic requestTimeout configured in the gateway.

          -
          tenantId?: string

          The tenantId for a multi-tenant enabled cluster.

          -
          variables: T

          JSON document that will instantiate the variables for the root variable scope of the +

          tenantId?: string

          The tenantId for a multi-tenant enabled cluster.

          +
          variables: T

          JSON document that will instantiate the variables for the root variable scope of the process instance.

          -
          version?: number

          the version of the process; if not specified it will use the latest version

          -

          Generated using TypeDoc

          \ No newline at end of file +
          version?: number

          the version of the process; if not specified it will use the latest version

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.CreateProcessInstanceWithResultRequest.html b/interfaces/zeebe_types.CreateProcessInstanceWithResultRequest.html index d8655ffa..150173ce 100644 --- a/interfaces/zeebe_types.CreateProcessInstanceWithResultRequest.html +++ b/interfaces/zeebe_types.CreateProcessInstanceWithResultRequest.html @@ -1,8 +1,8 @@ -CreateProcessInstanceWithResultRequest | @camunda8/sdk

          Interface CreateProcessInstanceWithResultRequest

          interface CreateProcessInstanceWithResultRequest {
              fetchVariables?: string[];
              request: CreateProcessInstanceBaseRequest;
              requestTimeout: number;
          }

          Properties

          fetchVariables? +CreateProcessInstanceWithResultRequest | @camunda8/sdk

          Interface CreateProcessInstanceWithResultRequest

          interface CreateProcessInstanceWithResultRequest {
              fetchVariables?: string[];
              request: CreateProcessInstanceBaseRequest;
              requestTimeout: number;
          }

          Properties

          fetchVariables?: string[]

          list of names of variables to be included in CreateProcessInstanceWithResultResponse.variables. If empty, all visible variables in the root scope will be returned.

          -
          requestTimeout: number

          timeout in milliseconds. the request will be closed if the process is not completed before the requestTimeout. +

          requestTimeout: number

          timeout in milliseconds. the request will be closed if the process is not completed before the requestTimeout. if requestTimeout = 0, uses the generic requestTimeout configured in the gateway.

          -

          Generated using TypeDoc

          \ No newline at end of file +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.CreateProcessInstanceWithResultResponse.html b/interfaces/zeebe_types.CreateProcessInstanceWithResultResponse.html index 08151c1b..ee3c776c 100644 --- a/interfaces/zeebe_types.CreateProcessInstanceWithResultResponse.html +++ b/interfaces/zeebe_types.CreateProcessInstanceWithResultResponse.html @@ -1,4 +1,4 @@ -CreateProcessInstanceWithResultResponse | @camunda8/sdk

          Interface CreateProcessInstanceWithResultResponse<Result>

          interface CreateProcessInstanceWithResultResponse<Result> {
              bpmnProcessId: string;
              processDefinitionKey: string;
              processInstanceKey: string;
              tenantId: string;
              variables: Result;
              version: number;
          }

          Type Parameters

          • Result

          Hierarchy (view full)

          Properties

          bpmnProcessId +CreateProcessInstanceWithResultResponse | @camunda8/sdk

          Interface CreateProcessInstanceWithResultResponse<Result>

          interface CreateProcessInstanceWithResultResponse<Result> {
              bpmnProcessId: string;
              processDefinitionKey: string;
              processInstanceKey: string;
              tenantId: string;
              variables: Result;
              version: number;
          }

          Type Parameters

          • Result

          Hierarchy (view full)

          Properties

          bpmnProcessId: string

          the BPMN process ID of the process definition which was used to create the process instance

          -
          processDefinitionKey: string

          the key of the process definition which was used to create the process instance

          -
          processInstanceKey: string

          the unique identifier of the created process instance; to be used wherever a request +

          processDefinitionKey: string

          the key of the process definition which was used to create the process instance

          +
          processInstanceKey: string

          the unique identifier of the created process instance; to be used wherever a request needs a process instance key (e.g. CancelProcessInstanceRequest)

          -
          tenantId: string

          the tenant identifier of the process definition

          -
          variables: Result

          consisting of all visible variables to the root scope

          -
          version: number

          the version of the process definition which was used to create the process instance

          -

          Generated using TypeDoc

          \ No newline at end of file +
          tenantId: string

          the tenant identifier of the process definition

          +
          variables: Result

          consisting of all visible variables to the root scope

          +
          version: number

          the version of the process definition which was used to create the process instance

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.CreateProcessInstanceWithResultResponseOnWire.html b/interfaces/zeebe_types.CreateProcessInstanceWithResultResponseOnWire.html index acce2734..a8617d3d 100644 --- a/interfaces/zeebe_types.CreateProcessInstanceWithResultResponseOnWire.html +++ b/interfaces/zeebe_types.CreateProcessInstanceWithResultResponseOnWire.html @@ -1,4 +1,4 @@ -CreateProcessInstanceWithResultResponseOnWire | @camunda8/sdk

          Interface CreateProcessInstanceWithResultResponseOnWire

          interface CreateProcessInstanceWithResultResponseOnWire {
              bpmnProcessId: string;
              processDefinitionKey: string;
              processInstanceKey: string;
              tenantId: string;
              variables: string;
              version: number;
          }

          Hierarchy (view full)

          Properties

          bpmnProcessId +CreateProcessInstanceWithResultResponseOnWire | @camunda8/sdk

          Interface CreateProcessInstanceWithResultResponseOnWire

          interface CreateProcessInstanceWithResultResponseOnWire {
              bpmnProcessId: string;
              processDefinitionKey: string;
              processInstanceKey: string;
              tenantId: string;
              variables: string;
              version: number;
          }

          Hierarchy (view full)

          Properties

          bpmnProcessId: string

          the BPMN process ID of the process definition which was used to create the process instance

          -
          processDefinitionKey: string

          the key of the process definition which was used to create the process instance

          -
          processInstanceKey: string

          the unique identifier of the created process instance; to be used wherever a request +

          processDefinitionKey: string

          the key of the process definition which was used to create the process instance

          +
          processInstanceKey: string

          the unique identifier of the created process instance; to be used wherever a request needs a process instance key (e.g. CancelProcessInstanceRequest)

          -
          tenantId: string

          the tenant identifier of the process definition

          -
          variables: string

          consisting of all visible variables to the root scope

          -
          version: number

          the version of the process definition which was used to create the process instance

          -

          Generated using TypeDoc

          \ No newline at end of file +
          tenantId: string

          the tenant identifier of the process definition

          +
          variables: string

          consisting of all visible variables to the root scope

          +
          version: number

          the version of the process definition which was used to create the process instance

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.DecisionDeployment.html b/interfaces/zeebe_types.DecisionDeployment.html index bee2bf73..cafb4127 100644 --- a/interfaces/zeebe_types.DecisionDeployment.html +++ b/interfaces/zeebe_types.DecisionDeployment.html @@ -1,2 +1,2 @@ -DecisionDeployment | @camunda8/sdk

          Interface DecisionDeployment

          interface DecisionDeployment {
              decision: DecisionMetadata;
          }

          Properties

          Properties

          Generated using TypeDoc

          \ No newline at end of file +DecisionDeployment | @camunda8/sdk

          Interface DecisionDeployment

          interface DecisionDeployment {
              decision: DecisionMetadata;
          }

          Properties

          Properties

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.DecisionMetadata.html b/interfaces/zeebe_types.DecisionMetadata.html index f1909025..9d8f7c65 100644 --- a/interfaces/zeebe_types.DecisionMetadata.html +++ b/interfaces/zeebe_types.DecisionMetadata.html @@ -1,4 +1,4 @@ -DecisionMetadata | @camunda8/sdk
          interface DecisionMetadata {
              decisionKey: string;
              decisionRequirementsKey: string;
              dmnDecisionId: string;
              dmnDecisionName: string;
              dmnDecisionRequirementsId: string;
              tenantId: string;
              version: number;
          }

          Properties

          decisionKey +DecisionMetadata | @camunda8/sdk
          interface DecisionMetadata {
              decisionKey: string;
              decisionRequirementsKey: string;
              dmnDecisionId: string;
              dmnDecisionName: string;
              dmnDecisionRequirementsId: string;
              tenantId: string;
              version: number;
          }

          Properties

          decisionKey: string

          the assigned decision key, which acts as a unique identifier for this decision

          -
          decisionRequirementsKey: string

          the assigned key of the decision requirements graph that this decision is +

          decisionRequirementsKey: string

          the assigned key of the decision requirements graph that this decision is part of

          -
          dmnDecisionId: string

          the dmn decision ID, as parsed during deployment; together with the +

          dmnDecisionId: string

          the dmn decision ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision

          -
          dmnDecisionName: string

          the dmn name of the decision, as parsed during deployment

          -
          dmnDecisionRequirementsId: string

          the dmn ID of the decision requirements graph that this decision is part +

          dmnDecisionName: string

          the dmn name of the decision, as parsed during deployment

          +
          dmnDecisionRequirementsId: string

          the dmn ID of the decision requirements graph that this decision is part of, as parsed during deployment

          -
          tenantId: string

          the tenant id of the deployed decision

          -
          version: number

          the assigned decision version

          -

          Generated using TypeDoc

          \ No newline at end of file +
          tenantId: string

          the tenant id of the deployed decision

          +
          version: number

          the assigned decision version

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.DecisionRequirementsDeployment.html b/interfaces/zeebe_types.DecisionRequirementsDeployment.html index f9ef9c49..3530baae 100644 --- a/interfaces/zeebe_types.DecisionRequirementsDeployment.html +++ b/interfaces/zeebe_types.DecisionRequirementsDeployment.html @@ -1,2 +1,2 @@ -DecisionRequirementsDeployment | @camunda8/sdk

          Interface DecisionRequirementsDeployment

          interface DecisionRequirementsDeployment {
              decisionRequirements: DecisionRequirementsMetadata;
          }

          Properties

          decisionRequirements: DecisionRequirementsMetadata

          Generated using TypeDoc

          \ No newline at end of file +DecisionRequirementsDeployment | @camunda8/sdk

          Interface DecisionRequirementsDeployment

          interface DecisionRequirementsDeployment {
              decisionRequirements: DecisionRequirementsMetadata;
          }

          Properties

          decisionRequirements: DecisionRequirementsMetadata

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.DecisionRequirementsMetadata.html b/interfaces/zeebe_types.DecisionRequirementsMetadata.html index af2123f8..f78ec841 100644 --- a/interfaces/zeebe_types.DecisionRequirementsMetadata.html +++ b/interfaces/zeebe_types.DecisionRequirementsMetadata.html @@ -1,4 +1,4 @@ -DecisionRequirementsMetadata | @camunda8/sdk

          Interface DecisionRequirementsMetadata

          interface DecisionRequirementsMetadata {
              decisionRequirementsKey: string;
              dmnDecisionRequirementsId: string;
              dmnDecisionRequirementsName: string;
              resourceName: string;
              tenantId: string;
              version: number;
          }

          Properties

          decisionRequirementsKey +DecisionRequirementsMetadata | @camunda8/sdk

          Interface DecisionRequirementsMetadata

          interface DecisionRequirementsMetadata {
              decisionRequirementsKey: string;
              dmnDecisionRequirementsId: string;
              dmnDecisionRequirementsName: string;
              resourceName: string;
              tenantId: string;
              version: number;
          }

          Properties

          decisionRequirementsKey: string

          the assigned decision requirements key, which acts as a unique identifier for this decision requirements

          -
          dmnDecisionRequirementsId: string

          the dmn decision requirements ID, as parsed during deployment; together +

          dmnDecisionRequirementsId: string

          the dmn decision requirements ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision

          -
          dmnDecisionRequirementsName: string

          the dmn name of the decision requirements, as parsed during deployment

          -
          resourceName: string

          the resource name (see: Resource.name) from which this decision +

          dmnDecisionRequirementsName: string

          the dmn name of the decision requirements, as parsed during deployment

          +
          resourceName: string

          the resource name (see: Resource.name) from which this decision requirements was parsed

          -
          tenantId: string

          the tenant id of the deployed decision requirements

          -
          version: number

          the assigned decision requirements version

          -

          Generated using TypeDoc

          \ No newline at end of file +
          tenantId: string

          the tenant id of the deployed decision requirements

          +
          version: number

          the assigned decision requirements version

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.DeleteResourceRequest.html b/interfaces/zeebe_types.DeleteResourceRequest.html index e3328687..dae72807 100644 --- a/interfaces/zeebe_types.DeleteResourceRequest.html +++ b/interfaces/zeebe_types.DeleteResourceRequest.html @@ -1,4 +1,4 @@ -DeleteResourceRequest | @camunda8/sdk

          Interface DeleteResourceRequest

          interface DeleteResourceRequest {
              resourceKey: string;
          }

          Properties

          resourceKey +DeleteResourceRequest | @camunda8/sdk

          Interface DeleteResourceRequest

          interface DeleteResourceRequest {
              resourceKey: string;
          }

          Properties

          Properties

          resourceKey: string

          The key of the resource that should be deleted. This can either be the key of a process definition, the key of a decision requirements definition or the key of a form.

          -

          Generated using TypeDoc

          \ No newline at end of file +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.DeployResourceRequest.html b/interfaces/zeebe_types.DeployResourceRequest.html index dbe5b7fb..17c7cff2 100644 --- a/interfaces/zeebe_types.DeployResourceRequest.html +++ b/interfaces/zeebe_types.DeployResourceRequest.html @@ -1,5 +1,5 @@ -DeployResourceRequest | @camunda8/sdk

          Interface DeployResourceRequest

          interface DeployResourceRequest {
              resources: Resource[];
              tenantId?: string;
          }

          Properties

          resources +DeployResourceRequest | @camunda8/sdk

          Interface DeployResourceRequest

          interface DeployResourceRequest {
              resources: Resource[];
              tenantId?: string;
          }

          Properties

          Properties

          resources: Resource[]

          list of resources to deploy

          -
          tenantId?: string

          the tenant id of the resources to deploy

          -

          Generated using TypeDoc

          \ No newline at end of file +
          tenantId?: string

          the tenant id of the resources to deploy

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.DeployResourceResponse.html b/interfaces/zeebe_types.DeployResourceResponse.html index 9d8c2f9b..41e6def3 100644 --- a/interfaces/zeebe_types.DeployResourceResponse.html +++ b/interfaces/zeebe_types.DeployResourceResponse.html @@ -1,7 +1,7 @@ -DeployResourceResponse | @camunda8/sdk

          Interface DeployResourceResponse<T>

          interface DeployResourceResponse<T> {
              deployments: T[];
              key: string;
              tenantId: string;
          }

          Type Parameters

          • T

          Properties

          deployments +DeployResourceResponse | @camunda8/sdk

          Interface DeployResourceResponse<T>

          interface DeployResourceResponse<T> {
              deployments: T[];
              key: string;
              tenantId: string;
          }

          Type Parameters

          • T

          Properties

          deployments: T[]

          a list of deployed resources, e.g. processes

          -
          key: string

          the unique key identifying the deployment

          -
          tenantId: string

          the tenant id of the deployed resources

          -

          Generated using TypeDoc

          \ No newline at end of file +
          key: string

          the unique key identifying the deployment

          +
          tenantId: string

          the tenant id of the deployed resources

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ErrorJobWithVariables.html b/interfaces/zeebe_types.ErrorJobWithVariables.html index 4ec43610..25f7e537 100644 --- a/interfaces/zeebe_types.ErrorJobWithVariables.html +++ b/interfaces/zeebe_types.ErrorJobWithVariables.html @@ -1,4 +1,4 @@ -ErrorJobWithVariables | @camunda8/sdk

          Interface ErrorJobWithVariables

          interface ErrorJobWithVariables {
              errorCode: string;
              errorMessage?: string;
              variables: JSONDoc;
          }

          Properties

          errorCode +ErrorJobWithVariables | @camunda8/sdk

          Interface ErrorJobWithVariables

          interface ErrorJobWithVariables {
              errorCode: string;
              errorMessage?: string;
              variables: JSONDoc;
          }

          Properties

          errorCode: string
          errorMessage?: string
          variables: JSONDoc

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          errorCode: string
          errorMessage?: string
          variables: JSONDoc

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.EvaluateDecisionResponse.html b/interfaces/zeebe_types.EvaluateDecisionResponse.html index 39896ba4..8fea0f44 100644 --- a/interfaces/zeebe_types.EvaluateDecisionResponse.html +++ b/interfaces/zeebe_types.EvaluateDecisionResponse.html @@ -1,4 +1,4 @@ -EvaluateDecisionResponse | @camunda8/sdk

          Interface EvaluateDecisionResponse

          interface EvaluateDecisionResponse {
              decisionId: string;
              decisionKey: string;
              decisionName: string;
              decisionOutput: string;
              decisionRequirementsId: string;
              decisionRequirementsKey: string;
              decisionVersion: number;
              evaluatedDecisions: EvaluatedDecision[];
              failedDecisionId: string;
              failureMessage: string;
              tenantId?: string;
          }

          Properties

          decisionId +EvaluateDecisionResponse | @camunda8/sdk

          Interface EvaluateDecisionResponse

          interface EvaluateDecisionResponse {
              decisionId: string;
              decisionKey: string;
              decisionName: string;
              decisionOutput: string;
              decisionRequirementsId: string;
              decisionRequirementsKey: string;
              decisionVersion: number;
              evaluatedDecisions: EvaluatedDecision[];
              failedDecisionId: string;
              failureMessage: string;
              tenantId?: string;
          }

          Properties

          decisionId: string

          the ID of the decision which was evaluated

          -
          decisionKey: string

          the unique key identifying the decision which was evaluated (e.g. returned +

          decisionKey: string

          the unique key identifying the decision which was evaluated (e.g. returned from a decision in the DeployResourceResponse message)

          -
          decisionName: string

          the name of the decision which was evaluated

          -
          decisionOutput: string

          JSON document that will instantiate the result of the decision which was +

          decisionName: string

          the name of the decision which was evaluated

          +
          decisionOutput: string

          JSON document that will instantiate the result of the decision which was evaluated; it will be a JSON object, as the result output will be mapped in a key-value fashion, e.g. { "a": 1 }.

          -
          decisionRequirementsId: string

          the ID of the decision requirements graph that the decision which was +

          decisionRequirementsId: string

          the ID of the decision requirements graph that the decision which was evaluated is part of.

          -
          decisionRequirementsKey: string

          the unique key identifying the decision requirements graph that the +

          decisionRequirementsKey: string

          the unique key identifying the decision requirements graph that the decision which was evaluated is part of.

          -
          decisionVersion: number

          the version of the decision which was evaluated

          -
          evaluatedDecisions: EvaluatedDecision[]

          a list of decisions that were evaluated within the requested decision evaluation

          -
          failedDecisionId: string

          an optional string indicating the ID of the decision which +

          decisionVersion: number

          the version of the decision which was evaluated

          +
          evaluatedDecisions: EvaluatedDecision[]

          a list of decisions that were evaluated within the requested decision evaluation

          +
          failedDecisionId: string

          an optional string indicating the ID of the decision which failed during evaluation

          -
          failureMessage: string

          an optional message describing why the decision which was evaluated failed

          -
          tenantId?: string

          the tenant identifier of the decision

          -

          Generated using TypeDoc

          \ No newline at end of file +
          failureMessage: string

          an optional message describing why the decision which was evaluated failed

          +
          tenantId?: string

          the tenant identifier of the decision

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.EvaluatedDecision.html b/interfaces/zeebe_types.EvaluatedDecision.html index 384e9719..9416a195 100644 --- a/interfaces/zeebe_types.EvaluatedDecision.html +++ b/interfaces/zeebe_types.EvaluatedDecision.html @@ -1,4 +1,4 @@ -EvaluatedDecision | @camunda8/sdk
          interface EvaluatedDecision {
              decisionId: string;
              decisionKey: string;
              decisionName: string;
              decisionOutput: string;
              decisionType: string;
              decisionVersion: number;
              evaluatedInputs: EvaluatedDecisionInput[];
              matchedRules: MatchedDecisionRule[];
              tenantId: string;
          }

          Properties

          decisionId +EvaluatedDecision | @camunda8/sdk
          interface EvaluatedDecision {
              decisionId: string;
              decisionKey: string;
              decisionName: string;
              decisionOutput: string;
              decisionType: string;
              decisionVersion: number;
              evaluatedInputs: EvaluatedDecisionInput[];
              matchedRules: MatchedDecisionRule[];
              tenantId: string;
          }

          Properties

          decisionId: string

          the ID of the decision which was evaluated

          -
          decisionKey: string

          the unique key identifying the decision which was evaluated (e.g. returned +

          decisionKey: string

          the unique key identifying the decision which was evaluated (e.g. returned from a decision in the DeployResourceResponse message)

          -
          decisionName: string

          the name of the decision which was evaluated

          -
          decisionOutput: string

          JSON document that will instantiate the result of the decision which was +

          decisionName: string

          the name of the decision which was evaluated

          +
          decisionOutput: string

          JSON document that will instantiate the result of the decision which was evaluated; it will be a JSON object, as the result output will be mapped in a key-value fashion, e.g. { "a": 1 }.

          -
          decisionType: string

          the type of the decision which was evaluated

          -
          decisionVersion: number

          the version of the decision which was evaluated

          -
          evaluatedInputs: EvaluatedDecisionInput[]

          the decision inputs that were evaluated within this decision evaluation

          -
          matchedRules: MatchedDecisionRule[]

          the decision rules that matched within this decision evaluation

          -
          tenantId: string

          the tenant identifier of the evaluated decision

          -

          Generated using TypeDoc

          \ No newline at end of file +
          decisionType: string

          the type of the decision which was evaluated

          +
          decisionVersion: number

          the version of the decision which was evaluated

          +
          evaluatedInputs: EvaluatedDecisionInput[]

          the decision inputs that were evaluated within this decision evaluation

          +
          matchedRules: MatchedDecisionRule[]

          the decision rules that matched within this decision evaluation

          +
          tenantId: string

          the tenant identifier of the evaluated decision

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.EvaluatedDecisionInput.html b/interfaces/zeebe_types.EvaluatedDecisionInput.html index 38658faf..b76e7194 100644 --- a/interfaces/zeebe_types.EvaluatedDecisionInput.html +++ b/interfaces/zeebe_types.EvaluatedDecisionInput.html @@ -1,7 +1,7 @@ -EvaluatedDecisionInput | @camunda8/sdk

          Interface EvaluatedDecisionInput

          interface EvaluatedDecisionInput {
              inputId: string;
              inputName: string;
              inputValue: string;
          }

          Properties

          inputId +EvaluatedDecisionInput | @camunda8/sdk

          Interface EvaluatedDecisionInput

          interface EvaluatedDecisionInput {
              inputId: string;
              inputName: string;
              inputValue: string;
          }

          Properties

          inputId: string

          the id of the evaluated decision input

          -
          inputName: string

          the name of the evaluated decision input

          -
          inputValue: string

          the value of the evaluated decision input

          -

          Generated using TypeDoc

          \ No newline at end of file +
          inputName: string

          the name of the evaluated decision input

          +
          inputValue: string

          the value of the evaluated decision input

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.EvaluatedDecisionOutput.html b/interfaces/zeebe_types.EvaluatedDecisionOutput.html index 1141fb3d..3e4637de 100644 --- a/interfaces/zeebe_types.EvaluatedDecisionOutput.html +++ b/interfaces/zeebe_types.EvaluatedDecisionOutput.html @@ -1,7 +1,7 @@ -EvaluatedDecisionOutput | @camunda8/sdk

          Interface EvaluatedDecisionOutput

          interface EvaluatedDecisionOutput {
              outputId: string;
              outputName: string;
              outputValue: string;
          }

          Properties

          outputId +EvaluatedDecisionOutput | @camunda8/sdk

          Interface EvaluatedDecisionOutput

          interface EvaluatedDecisionOutput {
              outputId: string;
              outputName: string;
              outputValue: string;
          }

          Properties

          outputId: string

          the id of the evaluated decision output

          -
          outputName: string

          the name of the evaluated decision output

          -
          outputValue: string

          the value of the evaluated decision output

          -

          Generated using TypeDoc

          \ No newline at end of file +
          outputName: string

          the name of the evaluated decision output

          +
          outputValue: string

          the value of the evaluated decision output

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.FailJobRequest.html b/interfaces/zeebe_types.FailJobRequest.html index f499ba75..652e291f 100644 --- a/interfaces/zeebe_types.FailJobRequest.html +++ b/interfaces/zeebe_types.FailJobRequest.html @@ -1,5 +1,5 @@ -FailJobRequest | @camunda8/sdk
          interface FailJobRequest {
              errorMessage: string;
              jobKey: string;
              retries: number;
              retryBackOff: number;
          }

          Properties

          errorMessage +FailJobRequest | @camunda8/sdk
          interface FailJobRequest {
              errorMessage: string;
              jobKey: string;
              retries: number;
              retryBackOff: number;
          }

          Properties

          errorMessage: string
          jobKey: string
          retries: number
          retryBackOff: number

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          errorMessage: string
          jobKey: string
          retries: number
          retryBackOff: number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.FormDeployment.html b/interfaces/zeebe_types.FormDeployment.html index 3d1b470b..c3660bad 100644 --- a/interfaces/zeebe_types.FormDeployment.html +++ b/interfaces/zeebe_types.FormDeployment.html @@ -1,2 +1,2 @@ -FormDeployment | @camunda8/sdk
          interface FormDeployment {
              form: FormMetadata;
          }

          Properties

          Properties

          Generated using TypeDoc

          \ No newline at end of file +FormDeployment | @camunda8/sdk
          interface FormDeployment {
              form: FormMetadata;
          }

          Properties

          Properties

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.FormMetadata.html b/interfaces/zeebe_types.FormMetadata.html index 5a6e68ca..7984db76 100644 --- a/interfaces/zeebe_types.FormMetadata.html +++ b/interfaces/zeebe_types.FormMetadata.html @@ -1,12 +1,12 @@ -FormMetadata | @camunda8/sdk
          interface FormMetadata {
              formId: string;
              formKey: string;
              resourceName: string;
              tenantId: string;
              version: number;
          }

          Properties

          formId +FormMetadata | @camunda8/sdk
          interface FormMetadata {
              formId: string;
              formKey: string;
              resourceName: string;
              tenantId: string;
              version: number;
          }

          Properties

          formId: string

          the form ID, as parsed during deployment; together with the versions forms a unique identifier for a specific form

          -
          formKey: string

          the assigned key, which acts as a unique identifier for this form

          -
          resourceName: string

          the resource name

          -
          tenantId: string

          the tenant id of the deployed form

          -
          version: number

          the assigned form version

          -

          Generated using TypeDoc

          \ No newline at end of file +
          formKey: string

          the assigned key, which acts as a unique identifier for this form

          +
          resourceName: string

          the resource name

          +
          tenantId: string

          the tenant id of the deployed form

          +
          version: number

          the assigned form version

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ICustomHeaders.html b/interfaces/zeebe_types.ICustomHeaders.html index ba183551..cf020e94 100644 --- a/interfaces/zeebe_types.ICustomHeaders.html +++ b/interfaces/zeebe_types.ICustomHeaders.html @@ -1 +1 @@ -ICustomHeaders | @camunda8/sdk
          interface ICustomHeaders {
              [key: string]: string | number;
          }

          Indexable

          [key: string]: string | number

          Generated using TypeDoc

          \ No newline at end of file +ICustomHeaders | @camunda8/sdk
          interface ICustomHeaders {
              [key: string]: string | number;
          }

          Indexable

          [key: string]: string | number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.IInputVariables.html b/interfaces/zeebe_types.IInputVariables.html index df6a0650..cdd9b2a0 100644 --- a/interfaces/zeebe_types.IInputVariables.html +++ b/interfaces/zeebe_types.IInputVariables.html @@ -1 +1 @@ -IInputVariables | @camunda8/sdk
          interface IInputVariables {
              [key: string]: JSON;
          }

          Indexable

          [key: string]: JSON

          Generated using TypeDoc

          \ No newline at end of file +IInputVariables | @camunda8/sdk
          interface IInputVariables {
              [key: string]: JSON;
          }

          Indexable

          [key: string]: JSON

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.IOutputVariables.html b/interfaces/zeebe_types.IOutputVariables.html index 7edd8be3..8d197e75 100644 --- a/interfaces/zeebe_types.IOutputVariables.html +++ b/interfaces/zeebe_types.IOutputVariables.html @@ -1 +1 @@ -IOutputVariables | @camunda8/sdk
          interface IOutputVariables {
              [key: string]: JSON;
          }

          Indexable

          [key: string]: JSON

          Generated using TypeDoc

          \ No newline at end of file +IOutputVariables | @camunda8/sdk
          interface IOutputVariables {
              [key: string]: JSON;
          }

          Indexable

          [key: string]: JSON

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.IProcessVariables.html b/interfaces/zeebe_types.IProcessVariables.html index e32714d1..d6c8c575 100644 --- a/interfaces/zeebe_types.IProcessVariables.html +++ b/interfaces/zeebe_types.IProcessVariables.html @@ -1 +1 @@ -IProcessVariables | @camunda8/sdk
          interface IProcessVariables {
              [key: string]: JSON;
          }

          Indexable

          [key: string]: JSON

          Generated using TypeDoc

          \ No newline at end of file +IProcessVariables | @camunda8/sdk
          interface IProcessVariables {
              [key: string]: JSON;
          }

          Indexable

          [key: string]: JSON

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.IZBJobWorker.html b/interfaces/zeebe_types.IZBJobWorker.html index eb922ecd..52f190e1 100644 --- a/interfaces/zeebe_types.IZBJobWorker.html +++ b/interfaces/zeebe_types.IZBJobWorker.html @@ -1,4 +1,4 @@ -IZBJobWorker | @camunda8/sdk
          interface IZBJobWorker {
              debug: ((msg) => void);
              error: ((msg) => void);
              log: ((msg) => void);
          }

          Implemented by

          Properties

          debug +IZBJobWorker | @camunda8/sdk
          interface IZBJobWorker {
              debug: ((msg) => void);
              error: ((msg) => void);
              log: ((msg) => void);
          }

          Implemented by

          Properties

          Properties

          debug: ((msg) => void)

          Type declaration

            • (msg): void
            • Parameters

              • msg: any

              Returns void

          error: ((msg) => void)

          Type declaration

            • (msg): void
            • Parameters

              • msg: any

              Returns void

          log: ((msg) => void)

          Type declaration

            • (msg): void
            • Parameters

              • msg: any

              Returns void

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          debug: ((msg) => void)

          Type declaration

            • (msg): void
            • Parameters

              • msg: any

              Returns void

          error: ((msg) => void)

          Type declaration

            • (msg): void
            • Parameters

              • msg: any

              Returns void

          log: ((msg) => void)

          Type declaration

            • (msg): void
            • Parameters

              • msg: any

              Returns void

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.JSONDoc.html b/interfaces/zeebe_types.JSONDoc.html index cb32c1c7..db5e51a5 100644 --- a/interfaces/zeebe_types.JSONDoc.html +++ b/interfaces/zeebe_types.JSONDoc.html @@ -1 +1 @@ -JSONDoc | @camunda8/sdk
          interface JSONDoc {
              [key: string]: JSON | undefined;
          }

          Indexable

          [key: string]: JSON | undefined

          Generated using TypeDoc

          \ No newline at end of file +JSONDoc | @camunda8/sdk
          interface JSONDoc {
              [key: string]: JSON | undefined;
          }

          Indexable

          [key: string]: JSON | undefined

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.Job.html b/interfaces/zeebe_types.Job.html index 23c06d4e..c5581675 100644 --- a/interfaces/zeebe_types.Job.html +++ b/interfaces/zeebe_types.Job.html @@ -1,4 +1,4 @@ -Job | @camunda8/sdk

          Interface Job<Variables, CustomHeaderShape>

          interface Job<Variables, CustomHeaderShape> {
              bpmnProcessId: string;
              customHeaders: Readonly<CustomHeaderShape>;
              deadline: string;
              elementId: string;
              elementInstanceKey: string;
              key: string;
              processDefinitionVersion: number;
              processInstanceKey: string;
              retries: number;
              tenantId: string;
              type: string;
              variables: Readonly<Variables>;
              worker: string;
          }

          Type Parameters

          Hierarchy (view full)

          Properties

          bpmnProcessId +Job | @camunda8/sdk

          Interface Job<Variables, CustomHeaderShape>

          interface Job<Variables, CustomHeaderShape> {
              bpmnProcessId: string;
              customHeaders: Readonly<CustomHeaderShape>;
              deadline: string;
              elementId: string;
              elementInstanceKey: string;
              key: string;
              processDefinitionVersion: number;
              processInstanceKey: string;
              retries: number;
              tenantId: string;
              type: string;
              variables: Readonly<Variables>;
              worker: string;
          }

          Type Parameters

          Hierarchy (view full)

          Properties

          bpmnProcessId: string

          The bpmn process ID of the job process definition

          -
          customHeaders: Readonly<CustomHeaderShape>

          A set of custom headers defined during modelling

          -
          deadline: string
          elementId: string

          The associated task element ID

          -
          elementInstanceKey: string

          The unique key identifying the associated task, unique within the scope of the +

          customHeaders: Readonly<CustomHeaderShape>

          A set of custom headers defined during modelling

          +
          deadline: string
          elementId: string

          The associated task element ID

          +
          elementInstanceKey: string

          The unique key identifying the associated task, unique within the scope of the process instance

          -
          key: string

          The key, a unique identifier for the job

          -
          processDefinitionVersion: number

          The version of the job process definition

          -
          processInstanceKey: string

          The job's process instance key

          -
          retries: number
          tenantId: string

          TenantId of the job in a multi-tenant cluster

          -
          type: string

          The job type, as defined in the BPMN process (e.g. <zeebe:taskDefinition +

          key: string

          The key, a unique identifier for the job

          +
          processDefinitionVersion: number

          The version of the job process definition

          +
          processInstanceKey: string

          The job's process instance key

          +
          retries: number
          tenantId: string

          TenantId of the job in a multi-tenant cluster

          +
          type: string

          The job type, as defined in the BPMN process (e.g. <zeebe:taskDefinition type="payment-service" />)

          -
          variables: Readonly<Variables>

          All visible variables in the task scope, computed at activation time.

          -
          worker: string

          The name of the worker that activated this job

          -

          Generated using TypeDoc

          \ No newline at end of file +
          variables: Readonly<Variables>

          All visible variables in the task scope, computed at activation time.

          +
          worker: string

          The name of the worker that activated this job

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.JobCompletionInterface.html b/interfaces/zeebe_types.JobCompletionInterface.html index 2e15852f..2fd43108 100644 --- a/interfaces/zeebe_types.JobCompletionInterface.html +++ b/interfaces/zeebe_types.JobCompletionInterface.html @@ -1,19 +1,19 @@ -JobCompletionInterface | @camunda8/sdk

          Interface JobCompletionInterface<WorkerOutputVariables>

          interface JobCompletionInterface<WorkerOutputVariables> {
              cancelWorkflow: (() => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">);
              complete: ((updatedVariables?) => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">);
              error: ErrorJobOutcome;
              fail: {
                  (errorMessage, retries?): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
                  (failureConfiguration): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
              };
              forward: (() => "JOB_ACTION_ACKNOWLEDGEMENT");
          }

          Type Parameters

          • WorkerOutputVariables

          Hierarchy (view full)

          Properties

          cancelWorkflow +JobCompletionInterface | @camunda8/sdk

          Interface JobCompletionInterface<WorkerOutputVariables>

          interface JobCompletionInterface<WorkerOutputVariables> {
              cancelWorkflow: (() => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">);
              complete: ((updatedVariables?) => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">);
              error: ErrorJobOutcome;
              fail: {
                  (errorMessage, retries?): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
                  (failureConfiguration): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
              };
              forward: (() => "JOB_ACTION_ACKNOWLEDGEMENT");
          }

          Type Parameters

          • WorkerOutputVariables

          Hierarchy (view full)

          Properties

          cancelWorkflow: (() => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">)

          Cancel the workflow.

          -

          Type declaration

            • (): Promise<"JOB_ACTION_ACKNOWLEDGEMENT">
            • Returns Promise<"JOB_ACTION_ACKNOWLEDGEMENT">

          complete: ((updatedVariables?) => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">)

          Complete the job with a success, optionally passing in a state update to merge +

          Type declaration

            • (): Promise<"JOB_ACTION_ACKNOWLEDGEMENT">
            • Returns Promise<"JOB_ACTION_ACKNOWLEDGEMENT">

          complete: ((updatedVariables?) => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">)

          Complete the job with a success, optionally passing in a state update to merge with the process variables on the broker.

          -

          Type declaration

            • (updatedVariables?): Promise<"JOB_ACTION_ACKNOWLEDGEMENT">
            • Parameters

              Returns Promise<"JOB_ACTION_ACKNOWLEDGEMENT">

          Report a business error (i.e. non-technical) that occurs while processing a job. +

          Type declaration

            • (updatedVariables?): Promise<"JOB_ACTION_ACKNOWLEDGEMENT">
            • Parameters

              Returns Promise<"JOB_ACTION_ACKNOWLEDGEMENT">

          Report a business error (i.e. non-technical) that occurs while processing a job. The error is handled in the process by an error catch event. If there is no error catch event with the specified errorCode then an incident will be raised instead.

          -
          fail: {
              (errorMessage, retries?): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
              (failureConfiguration): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
          }

          Fail the job with an informative message as to the cause. Optionally, pass in a +

          fail: {
              (errorMessage, retries?): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
              (failureConfiguration): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
          }

          Fail the job with an informative message as to the cause. Optionally, pass in a value remaining retries. If no value is passed for retries then the current retry count is decremented. Pass in 0for retries to raise an incident in Operate. Optionally, specify a retry backoff period in milliseconds. Default is 0ms (immediate retry) if not specified.

          -

          Type declaration

          forward: (() => "JOB_ACTION_ACKNOWLEDGEMENT")

          Mark this job as forwarded to another system for completion. No action is taken by the broker. +

          Type declaration

          forward: (() => "JOB_ACTION_ACKNOWLEDGEMENT")

          Mark this job as forwarded to another system for completion. No action is taken by the broker. This method releases worker capacity to handle another job.

          -

          Type declaration

            • (): "JOB_ACTION_ACKNOWLEDGEMENT"
            • Returns "JOB_ACTION_ACKNOWLEDGEMENT"

          Generated using TypeDoc

          \ No newline at end of file +

          Type declaration

            • (): "JOB_ACTION_ACKNOWLEDGEMENT"
            • Returns "JOB_ACTION_ACKNOWLEDGEMENT"

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.JobFailureConfiguration.html b/interfaces/zeebe_types.JobFailureConfiguration.html index ede482a1..220ccaf7 100644 --- a/interfaces/zeebe_types.JobFailureConfiguration.html +++ b/interfaces/zeebe_types.JobFailureConfiguration.html @@ -1,6 +1,6 @@ -JobFailureConfiguration | @camunda8/sdk

          Interface JobFailureConfiguration

          interface JobFailureConfiguration {
              errorMessage: string;
              retries?: number;
              retryBackOff?: number;
          }

          Properties

          errorMessage +JobFailureConfiguration | @camunda8/sdk

          Interface JobFailureConfiguration

          interface JobFailureConfiguration {
              errorMessage: string;
              retries?: number;
              retryBackOff?: number;
          }

          Properties

          errorMessage: string
          retries?: number

          If not specified, the library will decrement the "current remaining retries" count by one

          -
          retryBackOff?: number

          Optional backoff for subsequent retries, in milliseconds. If not specified, it is zero.

          -

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          errorMessage: string
          retries?: number

          If not specified, the library will decrement the "current remaining retries" count by one

          +
          retryBackOff?: number

          Optional backoff for subsequent retries, in milliseconds. If not specified, it is zero.

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ListProcessResponse.html b/interfaces/zeebe_types.ListProcessResponse.html index 5d1c880f..30a8f15e 100644 --- a/interfaces/zeebe_types.ListProcessResponse.html +++ b/interfaces/zeebe_types.ListProcessResponse.html @@ -1,2 +1,2 @@ -ListProcessResponse | @camunda8/sdk

          Interface ListProcessResponse

          interface ListProcessResponse {
              processes: ProcessMetadata[];
          }

          Properties

          Properties

          processes: ProcessMetadata[]

          Generated using TypeDoc

          \ No newline at end of file +ListProcessResponse | @camunda8/sdk

          Interface ListProcessResponse

          interface ListProcessResponse {
              processes: ProcessMetadata[];
          }

          Properties

          Properties

          processes: ProcessMetadata[]

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.MatchedDecisionRule.html b/interfaces/zeebe_types.MatchedDecisionRule.html index 494beb9b..745d950c 100644 --- a/interfaces/zeebe_types.MatchedDecisionRule.html +++ b/interfaces/zeebe_types.MatchedDecisionRule.html @@ -1,7 +1,7 @@ -MatchedDecisionRule | @camunda8/sdk

          Interface MatchedDecisionRule

          interface MatchedDecisionRule {
              evaluatedOutputs: EvaluatedDecisionOutput[];
              ruleId: string;
              ruleIndex: number;
          }

          Properties

          evaluatedOutputs +MatchedDecisionRule | @camunda8/sdk

          Interface MatchedDecisionRule

          interface MatchedDecisionRule {
              evaluatedOutputs: EvaluatedDecisionOutput[];
              ruleId: string;
              ruleIndex: number;
          }

          Properties

          evaluatedOutputs: EvaluatedDecisionOutput[]

          the evaluated decision outputs

          -
          ruleId: string

          the id of the matched rule

          -
          ruleIndex: number

          the index of the matched rule

          -

          Generated using TypeDoc

          \ No newline at end of file +
          ruleId: string

          the id of the matched rule

          +
          ruleIndex: number

          the index of the matched rule

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.MigrateProcessInstanceRequest.html b/interfaces/zeebe_types.MigrateProcessInstanceRequest.html index 349df63f..e95e4a21 100644 --- a/interfaces/zeebe_types.MigrateProcessInstanceRequest.html +++ b/interfaces/zeebe_types.MigrateProcessInstanceRequest.html @@ -1,3 +1,3 @@ -MigrateProcessInstanceRequest | @camunda8/sdk

          Interface MigrateProcessInstanceRequest

          interface MigrateProcessInstanceRequest {
              migrationPlan: MigrationPlan;
              processInstanceKey: string;
          }

          Properties

          migrationPlan +MigrateProcessInstanceRequest | @camunda8/sdk

          Interface MigrateProcessInstanceRequest

          interface MigrateProcessInstanceRequest {
              migrationPlan: MigrationPlan;
              processInstanceKey: string;
          }

          Properties

          migrationPlan: MigrationPlan
          processInstanceKey: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          migrationPlan: MigrationPlan
          processInstanceKey: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ModifyProcessInstanceRequest.html b/interfaces/zeebe_types.ModifyProcessInstanceRequest.html index 02a3bdb7..544e1733 100644 --- a/interfaces/zeebe_types.ModifyProcessInstanceRequest.html +++ b/interfaces/zeebe_types.ModifyProcessInstanceRequest.html @@ -1,8 +1,8 @@ -ModifyProcessInstanceRequest | @camunda8/sdk

          Interface ModifyProcessInstanceRequest

          interface ModifyProcessInstanceRequest {
              activateInstructions?: ActivateInstruction[];
              processInstanceKey: string;
              terminateInstructions?: TerminateInstruction[];
          }

          Properties

          activateInstructions? +ModifyProcessInstanceRequest | @camunda8/sdk

          Interface ModifyProcessInstanceRequest

          interface ModifyProcessInstanceRequest {
              activateInstructions?: ActivateInstruction[];
              processInstanceKey: string;
              terminateInstructions?: TerminateInstruction[];
          }

          Properties

          activateInstructions?: ActivateInstruction[]

          instructions describing which elements should be activated in which scopes, and which variables should be created

          -
          processInstanceKey: string

          the key of the process instance that should be modified

          -
          terminateInstructions?: TerminateInstruction[]

          instructions describing which elements should be terminated

          -

          Generated using TypeDoc

          \ No newline at end of file +
          processInstanceKey: string

          the key of the process instance that should be modified

          +
          terminateInstructions?: TerminateInstruction[]

          instructions describing which elements should be terminated

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.OAuthProviderConfig.html b/interfaces/zeebe_types.OAuthProviderConfig.html index 39b5eb6d..157866c0 100644 --- a/interfaces/zeebe_types.OAuthProviderConfig.html +++ b/interfaces/zeebe_types.OAuthProviderConfig.html @@ -1,4 +1,4 @@ -OAuthProviderConfig | @camunda8/sdk

          Interface OAuthProviderConfig

          interface OAuthProviderConfig {
              audience: string;
              authServerUrl: string;
              cacheDir?: string;
              cacheOnDisk?: boolean;
              clientId: string;
              clientSecret: string;
              customRootCert?: Buffer;
          }

          Properties

          audience +OAuthProviderConfig | @camunda8/sdk

          Interface OAuthProviderConfig

          interface OAuthProviderConfig {
              audience: string;
              authServerUrl: string;
              cacheDir?: string;
              cacheOnDisk?: boolean;
              clientId: string;
              clientSecret: string;
              customRootCert?: Buffer;
          }

          Properties

          audience: string

          OAuth Audience

          -
          authServerUrl: string

          OAuth Endpoint URL

          -
          cacheDir?: string

          Override default token cache directory

          -
          cacheOnDisk?: boolean

          Cache token in memory and on filesystem?

          -
          clientId: string
          clientSecret: string
          customRootCert?: Buffer

          Custom TLS certificate for OAuth

          -

          Generated using TypeDoc

          \ No newline at end of file +
          authServerUrl: string

          OAuth Endpoint URL

          +
          cacheDir?: string

          Override default token cache directory

          +
          cacheOnDisk?: boolean

          Cache token in memory and on filesystem?

          +
          clientId: string
          clientSecret: string
          customRootCert?: Buffer

          Custom TLS certificate for OAuth

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.OperationOptionsNoRetry.html b/interfaces/zeebe_types.OperationOptionsNoRetry.html index 93de98e4..753cdcfa 100644 --- a/interfaces/zeebe_types.OperationOptionsNoRetry.html +++ b/interfaces/zeebe_types.OperationOptionsNoRetry.html @@ -1,3 +1,3 @@ -OperationOptionsNoRetry | @camunda8/sdk

          Interface OperationOptionsNoRetry

          interface OperationOptionsNoRetry {
              retry: false;
              version?: number;
          }

          Properties

          retry +OperationOptionsNoRetry | @camunda8/sdk

          Interface OperationOptionsNoRetry

          interface OperationOptionsNoRetry {
              retry: false;
              version?: number;
          }

          Properties

          Properties

          retry: false
          version?: number

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          retry: false
          version?: number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.OperationOptionsWithRetry.html b/interfaces/zeebe_types.OperationOptionsWithRetry.html index 5f9d90af..b1252946 100644 --- a/interfaces/zeebe_types.OperationOptionsWithRetry.html +++ b/interfaces/zeebe_types.OperationOptionsWithRetry.html @@ -1,4 +1,4 @@ -OperationOptionsWithRetry | @camunda8/sdk

          Interface OperationOptionsWithRetry

          interface OperationOptionsWithRetry {
              maxRetries: number;
              retry: true;
              version?: number;
          }

          Properties

          maxRetries +OperationOptionsWithRetry | @camunda8/sdk

          Interface OperationOptionsWithRetry

          interface OperationOptionsWithRetry {
              maxRetries: number;
              retry: true;
              version?: number;
          }

          Properties

          maxRetries: number
          retry: true
          version?: number

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          maxRetries: number
          retry: true
          version?: number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.Partition.html b/interfaces/zeebe_types.Partition.html index 3edb6e22..21943b7a 100644 --- a/interfaces/zeebe_types.Partition.html +++ b/interfaces/zeebe_types.Partition.html @@ -1,6 +1,6 @@ -Partition | @camunda8/sdk
          interface Partition {
              health: PartitionBrokerHealth;
              partitionId: number;
              role: PartitionBrokerRole;
          }

          Properties

          health +Partition | @camunda8/sdk
          interface Partition {
              health: PartitionBrokerHealth;
              partitionId: number;
              role: PartitionBrokerRole;
          }

          Properties

          the health of this partition

          -
          partitionId: number

          the role of the broker for this partition

          -

          Generated using TypeDoc

          \ No newline at end of file +
          partitionId: number

          the role of the broker for this partition

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ProcessDeployment.html b/interfaces/zeebe_types.ProcessDeployment.html index 9e16b2a5..9b46e405 100644 --- a/interfaces/zeebe_types.ProcessDeployment.html +++ b/interfaces/zeebe_types.ProcessDeployment.html @@ -1,2 +1,2 @@ -ProcessDeployment | @camunda8/sdk
          interface ProcessDeployment {
              process: ProcessMetadata;
          }

          Properties

          Properties

          Generated using TypeDoc

          \ No newline at end of file +ProcessDeployment | @camunda8/sdk
          interface ProcessDeployment {
              process: ProcessMetadata;
          }

          Properties

          Properties

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ProcessInstanceCreationStartInstruction.html b/interfaces/zeebe_types.ProcessInstanceCreationStartInstruction.html index 0ca7fd75..4a74c726 100644 --- a/interfaces/zeebe_types.ProcessInstanceCreationStartInstruction.html +++ b/interfaces/zeebe_types.ProcessInstanceCreationStartInstruction.html @@ -1,4 +1,4 @@ -ProcessInstanceCreationStartInstruction | @camunda8/sdk

          Interface ProcessInstanceCreationStartInstruction

          interface ProcessInstanceCreationStartInstruction {
              elementId: string;
          }

          Properties

          elementId +ProcessInstanceCreationStartInstruction | @camunda8/sdk

          Interface ProcessInstanceCreationStartInstruction

          interface ProcessInstanceCreationStartInstruction {
              elementId: string;
          }

          Properties

          Properties

          elementId: string

          future extensions might include

          • different types of start instructions
          • @@ -6,4 +6,4 @@ for now, however, the start instruction is implicitly a "startBeforeElement" instruction
          -

          Generated using TypeDoc

          \ No newline at end of file +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ProcessMetadata.html b/interfaces/zeebe_types.ProcessMetadata.html index 6fc55e2b..e96b1775 100644 --- a/interfaces/zeebe_types.ProcessMetadata.html +++ b/interfaces/zeebe_types.ProcessMetadata.html @@ -1,13 +1,13 @@ -ProcessMetadata | @camunda8/sdk
          interface ProcessMetadata {
              bpmnProcessId: string;
              processDefinitionKey: string;
              resourceName: string;
              tenantId: string;
              version: number;
          }

          Properties

          bpmnProcessId +ProcessMetadata | @camunda8/sdk
          interface ProcessMetadata {
              bpmnProcessId: string;
              processDefinitionKey: string;
              resourceName: string;
              tenantId: string;
              version: number;
          }

          Properties

          bpmnProcessId: string

          the bpmn process ID, as parsed during deployment; together with the version forms a unique identifier for a specific process definition

          -
          processDefinitionKey: string

          the assigned key, which acts as a unique identifier for this process

          -
          resourceName: string

          the resource name (see: ProcessRequestObject.name) from which this process was +

          processDefinitionKey: string

          the assigned key, which acts as a unique identifier for this process

          +
          resourceName: string

          the resource name (see: ProcessRequestObject.name) from which this process was parsed

          -
          tenantId: string

          the tenant identifier of the deployed process

          -
          version: number

          the assigned process version

          -

          Generated using TypeDoc

          \ No newline at end of file +
          tenantId: string

          the tenant identifier of the deployed process

          +
          version: number

          the assigned process version

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ProcessRequestObject.html b/interfaces/zeebe_types.ProcessRequestObject.html index bbaf2988..fcdc0116 100644 --- a/interfaces/zeebe_types.ProcessRequestObject.html +++ b/interfaces/zeebe_types.ProcessRequestObject.html @@ -1,3 +1,3 @@ -ProcessRequestObject | @camunda8/sdk

          Interface ProcessRequestObject

          interface ProcessRequestObject {
              definition: Buffer;
              name?: string;
          }

          Properties

          definition +ProcessRequestObject | @camunda8/sdk

          Interface ProcessRequestObject

          interface ProcessRequestObject {
              definition: Buffer;
              name?: string;
          }

          Properties

          Properties

          definition: Buffer
          name?: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          definition: Buffer
          name?: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.PublishMessageRequest.html b/interfaces/zeebe_types.PublishMessageRequest.html index 3c107d71..e8afd30b 100644 --- a/interfaces/zeebe_types.PublishMessageRequest.html +++ b/interfaces/zeebe_types.PublishMessageRequest.html @@ -1,12 +1,12 @@ -PublishMessageRequest | @camunda8/sdk

          Interface PublishMessageRequest<Variables>

          interface PublishMessageRequest<Variables> {
              correlationKey: string;
              messageId?: string;
              name: string;
              tenantId?: string;
              timeToLive?: MaybeTimeDuration;
              variables?: Variables;
          }

          Type Parameters

          Properties

          correlationKey +PublishMessageRequest | @camunda8/sdk

          Interface PublishMessageRequest<Variables>

          interface PublishMessageRequest<Variables> {
              correlationKey: string;
              messageId?: string;
              name: string;
              tenantId?: string;
              timeToLive?: MaybeTimeDuration;
              variables?: Variables;
          }

          Type Parameters

          Properties

          correlationKey: string

          The value to match with the field specified as "Subscription Correlation Key" in BPMN

          -
          messageId?: string

          Unique ID for this message

          -
          name: string

          Should match the "Message Name" in a BPMN Message Catch

          -
          tenantId?: string

          the tenantId of the message

          -
          timeToLive?: MaybeTimeDuration

          The number of seconds for the message to buffer on the broker, awaiting correlation. Omit or set to zero for no buffering.

          -
          variables?: Variables

          Generated using TypeDoc

          \ No newline at end of file +
          messageId?: string

          Unique ID for this message

          +
          name: string

          Should match the "Message Name" in a BPMN Message Catch

          +
          tenantId?: string

          the tenantId of the message

          +
          timeToLive?: MaybeTimeDuration

          The number of seconds for the message to buffer on the broker, awaiting correlation. Omit or set to zero for no buffering.

          +
          variables?: Variables

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.PublishMessageResponse.html b/interfaces/zeebe_types.PublishMessageResponse.html index 3f20f569..3f2e289c 100644 --- a/interfaces/zeebe_types.PublishMessageResponse.html +++ b/interfaces/zeebe_types.PublishMessageResponse.html @@ -1,5 +1,5 @@ -PublishMessageResponse | @camunda8/sdk

          Interface PublishMessageResponse

          interface PublishMessageResponse {
              key: string;
              tenantId: string;
          }

          Properties

          key +PublishMessageResponse | @camunda8/sdk

          Interface PublishMessageResponse

          interface PublishMessageResponse {
              key: string;
              tenantId: string;
          }

          Properties

          Properties

          key: string

          the unique ID of the message that was published

          -
          tenantId: string

          the tenantId of the message

          -

          Generated using TypeDoc

          \ No newline at end of file +
          tenantId: string

          the tenantId of the message

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.PublishStartMessageRequest.html b/interfaces/zeebe_types.PublishStartMessageRequest.html index 572b9411..c32fca44 100644 --- a/interfaces/zeebe_types.PublishStartMessageRequest.html +++ b/interfaces/zeebe_types.PublishStartMessageRequest.html @@ -1,12 +1,12 @@ -PublishStartMessageRequest | @camunda8/sdk

          Interface PublishStartMessageRequest<Variables>

          interface PublishStartMessageRequest<Variables> {
              correlationKey?: string;
              messageId?: string;
              name: string;
              tenantId?: string;
              timeToLive: MaybeTimeDuration;
              variables: Variables;
          }

          Type Parameters

          Properties

          correlationKey? +PublishStartMessageRequest | @camunda8/sdk

          Interface PublishStartMessageRequest<Variables>

          interface PublishStartMessageRequest<Variables> {
              correlationKey?: string;
              messageId?: string;
              name: string;
              tenantId?: string;
              timeToLive: MaybeTimeDuration;
              variables: Variables;
          }

          Type Parameters

          Properties

          correlationKey?: string
          messageId?: string

          Unique ID for this message

          -
          name: string

          Should match the "Message Name" in a BPMN Message Catch

          -
          tenantId?: string

          the tenantId for the message

          -
          timeToLive: MaybeTimeDuration

          The number of seconds for the message to buffer on the broker, awaiting correlation. +

          Properties

          correlationKey?: string
          messageId?: string

          Unique ID for this message

          +
          name: string

          Should match the "Message Name" in a BPMN Message Catch

          +
          tenantId?: string

          the tenantId for the message

          +
          timeToLive: MaybeTimeDuration

          The number of seconds for the message to buffer on the broker, awaiting correlation. Omit or set to zero for no buffering.

          -
          variables: Variables

          Generated using TypeDoc

          \ No newline at end of file +
          variables: Variables

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ResolveIncidentRequest.html b/interfaces/zeebe_types.ResolveIncidentRequest.html index 05e396f3..0b173ee5 100644 --- a/interfaces/zeebe_types.ResolveIncidentRequest.html +++ b/interfaces/zeebe_types.ResolveIncidentRequest.html @@ -1,2 +1,2 @@ -ResolveIncidentRequest | @camunda8/sdk

          Interface ResolveIncidentRequest

          interface ResolveIncidentRequest {
              incidentKey: string;
          }

          Properties

          Properties

          incidentKey: string

          Generated using TypeDoc

          \ No newline at end of file +ResolveIncidentRequest | @camunda8/sdk

          Interface ResolveIncidentRequest

          interface ResolveIncidentRequest {
              incidentKey: string;
          }

          Properties

          Properties

          incidentKey: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.Resource.html b/interfaces/zeebe_types.Resource.html index b0c52f93..ec24a839 100644 --- a/interfaces/zeebe_types.Resource.html +++ b/interfaces/zeebe_types.Resource.html @@ -1,5 +1,5 @@ -Resource | @camunda8/sdk
          interface Resource {
              content: Buffer;
              name: string;
          }

          Properties

          content +Resource | @camunda8/sdk
          interface Resource {
              content: Buffer;
              name: string;
          }

          Properties

          Properties

          content: Buffer

          the file content as a UTF8-encoded string

          -
          name: string

          the resource name, e.g. myProcess.bpmn or myDecision.dmn

          -

          Generated using TypeDoc

          \ No newline at end of file +
          name: string

          the resource name, e.g. myProcess.bpmn or myDecision.dmn

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.SetVariablesRequest.html b/interfaces/zeebe_types.SetVariablesRequest.html index f17ca5e7..250320ab 100644 --- a/interfaces/zeebe_types.SetVariablesRequest.html +++ b/interfaces/zeebe_types.SetVariablesRequest.html @@ -1,11 +1,11 @@ -SetVariablesRequest | @camunda8/sdk

          Interface SetVariablesRequest<Variables>

          interface SetVariablesRequest<Variables> {
              elementInstanceKey: string;
              local: boolean;
              variables: Partial<Variables>;
          }

          Type Parameters

          Hierarchy (view full)

          Properties

          elementInstanceKey +SetVariablesRequest | @camunda8/sdk

          Interface SetVariablesRequest<Variables>

          interface SetVariablesRequest<Variables> {
              elementInstanceKey: string;
              local: boolean;
              variables: Partial<Variables>;
          }

          Type Parameters

          Hierarchy (view full)

          Properties

          elementInstanceKey: string
          local: boolean

          if true, the variables will be merged strictly into the local scope (as indicated by +

          Properties

          elementInstanceKey: string
          local: boolean

          if true, the variables will be merged strictly into the local scope (as indicated by elementInstanceKey); this means the variables is not propagated to upper scopes. for example, let's say we have two scopes, '1' and '2', with each having effective variables as: 1 => { "foo" : 2 }, and 2 => { "bar" : 1 }. if we send an update request with elementInstanceKey = 2, variables { "foo" : 5 }, and local is true, then scope 1 will be unchanged, and scope 2 will now be { "bar" : 1, "foo" 5 }. if local was false, however, then scope 1 would be { "foo": 5 }, and scope 2 would be { "bar" : 1 }.

          -
          variables: Partial<Variables>

          Generated using TypeDoc

          \ No newline at end of file +
          variables: Partial<Variables>

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.SetVariablesRequestOnTheWire.html b/interfaces/zeebe_types.SetVariablesRequestOnTheWire.html index 3d48f6a2..06fbbc9f 100644 --- a/interfaces/zeebe_types.SetVariablesRequestOnTheWire.html +++ b/interfaces/zeebe_types.SetVariablesRequestOnTheWire.html @@ -1,11 +1,11 @@ -SetVariablesRequestOnTheWire | @camunda8/sdk

          Interface SetVariablesRequestOnTheWire

          interface SetVariablesRequestOnTheWire {
              elementInstanceKey: string;
              local: boolean;
              variables: string;
          }

          Hierarchy (view full)

          Properties

          elementInstanceKey +SetVariablesRequestOnTheWire | @camunda8/sdk

          Interface SetVariablesRequestOnTheWire

          interface SetVariablesRequestOnTheWire {
              elementInstanceKey: string;
              local: boolean;
              variables: string;
          }

          Hierarchy (view full)

          Properties

          elementInstanceKey: string
          local: boolean

          if true, the variables will be merged strictly into the local scope (as indicated by +

          Properties

          elementInstanceKey: string
          local: boolean

          if true, the variables will be merged strictly into the local scope (as indicated by elementInstanceKey); this means the variables is not propagated to upper scopes. for example, let's say we have two scopes, '1' and '2', with each having effective variables as: 1 => { "foo" : 2 }, and 2 => { "bar" : 1 }. if we send an update request with elementInstanceKey = 2, variables { "foo" : 5 }, and local is true, then scope 1 will be unchanged, and scope 2 will now be { "bar" : 1, "foo" 5 }. if local was false, however, then scope 1 would be { "foo": 5 }, and scope 2 would be { "bar" : 1 }.

          -
          variables: string

          Generated using TypeDoc

          \ No newline at end of file +
          variables: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.StreamActivatedJobsRequest.html b/interfaces/zeebe_types.StreamActivatedJobsRequest.html index 1b6a09cc..3b88eb7a 100644 --- a/interfaces/zeebe_types.StreamActivatedJobsRequest.html +++ b/interfaces/zeebe_types.StreamActivatedJobsRequest.html @@ -1,13 +1,13 @@ -StreamActivatedJobsRequest | @camunda8/sdk

          Interface StreamActivatedJobsRequest

          interface StreamActivatedJobsRequest {
              fetchVariable?: string[];
              tenantIds: string[];
              timeout: MaybeTimeDuration;
              type: string;
              worker: string;
          }

          Properties

          fetchVariable? +StreamActivatedJobsRequest | @camunda8/sdk

          Interface StreamActivatedJobsRequest

          interface StreamActivatedJobsRequest {
              fetchVariable?: string[];
              tenantIds: string[];
              timeout: MaybeTimeDuration;
              type: string;
              worker: string;
          }

          Properties

          fetchVariable?: string[]

          a list of variables to fetch as the job variables; if empty, all visible variables at the time of activation for the scope of the job will be returned

          -
          tenantIds: string[]

          a list of identifiers of tenants for which to stream jobs

          -
          timeout: MaybeTimeDuration

          a job returned after this call will not be activated by another call until the +

          tenantIds: string[]

          a list of identifiers of tenants for which to stream jobs

          +
          timeout: MaybeTimeDuration

          a job returned after this call will not be activated by another call until the timeout (in ms) has been reached

          -
          type: string

          the job type, as defined in the BPMN process (e.g. <zeebe:taskDefinition type="payment-service" />)

          -
          worker: string

          the name of the worker activating the jobs, mostly used for logging purposes

          -

          Generated using TypeDoc

          \ No newline at end of file +
          type: string

          the job type, as defined in the BPMN process (e.g. <zeebe:taskDefinition type="payment-service" />)

          +
          worker: string

          the name of the worker activating the jobs, mostly used for logging purposes

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.TerminateInstruction.html b/interfaces/zeebe_types.TerminateInstruction.html index 514fbfde..2551be65 100644 --- a/interfaces/zeebe_types.TerminateInstruction.html +++ b/interfaces/zeebe_types.TerminateInstruction.html @@ -1,3 +1,3 @@ -TerminateInstruction | @camunda8/sdk

          Interface TerminateInstruction

          interface TerminateInstruction {
              elementInstanceKey: string;
          }

          Properties

          elementInstanceKey +TerminateInstruction | @camunda8/sdk

          Interface TerminateInstruction

          interface TerminateInstruction {
              elementInstanceKey: string;
          }

          Properties

          elementInstanceKey: string

          the id of the element that should be terminated

          -

          Generated using TypeDoc

          \ No newline at end of file +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ThrowErrorRequest.html b/interfaces/zeebe_types.ThrowErrorRequest.html index 7ff56a03..c54c4ca2 100644 --- a/interfaces/zeebe_types.ThrowErrorRequest.html +++ b/interfaces/zeebe_types.ThrowErrorRequest.html @@ -1,13 +1,13 @@ -ThrowErrorRequest | @camunda8/sdk
          interface ThrowErrorRequest {
              errorCode: string;
              errorMessage?: string;
              jobKey: string;
              variables?: JSONDoc;
          }

          Properties

          errorCode +ThrowErrorRequest | @camunda8/sdk
          interface ThrowErrorRequest {
              errorCode: string;
              errorMessage?: string;
              jobKey: string;
              variables?: JSONDoc;
          }

          Properties

          errorCode: string

          the error code that will be matched with an error catch event

          -
          errorMessage?: string

          an optional error message that provides additional context

          -
          jobKey: string

          the unique job identifier, as obtained when activating the job

          -
          variables?: JSONDoc

          JSON document that will instantiate the variables at the local scope of the error catch +

          errorMessage?: string

          an optional error message that provides additional context

          +
          jobKey: string

          the unique job identifier, as obtained when activating the job

          +
          variables?: JSONDoc

          JSON document that will instantiate the variables at the local scope of the error catch event that catches the thrown error; it must be a JSON object, as variables will be mapped in a key-value fashion. e.g. { "a": 1, "b": 2 } will create two variables, named "a" and "b" respectively, with their associated values. [{ "a": 1, "b": 2 }] would not be a valid argument, as the root of the JSON document is an array and not an object.

          -

          Generated using TypeDoc

          \ No newline at end of file +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.TopologyResponse.html b/interfaces/zeebe_types.TopologyResponse.html index 1c015d19..7c30d023 100644 --- a/interfaces/zeebe_types.TopologyResponse.html +++ b/interfaces/zeebe_types.TopologyResponse.html @@ -1,6 +1,6 @@ -TopologyResponse | @camunda8/sdk
          interface TopologyResponse {
              brokers: BrokerInfo[];
              clusterSize: number;
              gatewayVersion: string;
              partitionsCount: number;
              replicationFactor: number;
          }

          Properties

          brokers +TopologyResponse | @camunda8/sdk
          interface TopologyResponse {
              brokers: BrokerInfo[];
              clusterSize: number;
              gatewayVersion: string;
              partitionsCount: number;
              replicationFactor: number;
          }

          Properties

          brokers: BrokerInfo[]
          clusterSize: number
          gatewayVersion: string
          partitionsCount: number
          replicationFactor: number

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          brokers: BrokerInfo[]
          clusterSize: number
          gatewayVersion: string
          partitionsCount: number
          replicationFactor: number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.UpdateJobRetriesRequest.html b/interfaces/zeebe_types.UpdateJobRetriesRequest.html index 659ddae2..7dd959e9 100644 --- a/interfaces/zeebe_types.UpdateJobRetriesRequest.html +++ b/interfaces/zeebe_types.UpdateJobRetriesRequest.html @@ -1,3 +1,3 @@ -UpdateJobRetriesRequest | @camunda8/sdk

          Interface UpdateJobRetriesRequest

          interface UpdateJobRetriesRequest {
              jobKey: string;
              retries: number;
          }

          Properties

          jobKey +UpdateJobRetriesRequest | @camunda8/sdk

          Interface UpdateJobRetriesRequest

          interface UpdateJobRetriesRequest {
              jobKey: string;
              retries: number;
          }

          Properties

          Properties

          jobKey: string
          retries: number

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          jobKey: string
          retries: number

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.UpdateJobTimeoutRequest.html b/interfaces/zeebe_types.UpdateJobTimeoutRequest.html index 5e6e9ba5..03a85bdd 100644 --- a/interfaces/zeebe_types.UpdateJobTimeoutRequest.html +++ b/interfaces/zeebe_types.UpdateJobTimeoutRequest.html @@ -1,4 +1,4 @@ -UpdateJobTimeoutRequest | @camunda8/sdk

          Interface UpdateJobTimeoutRequest

          interface UpdateJobTimeoutRequest {
              jobKey: string;
              timeout: number;
          }

          Properties

          jobKey +UpdateJobTimeoutRequest | @camunda8/sdk

          Interface UpdateJobTimeoutRequest

          interface UpdateJobTimeoutRequest {
              jobKey: string;
              timeout: number;
          }

          Properties

          Properties

          jobKey: string
          timeout: number

          the duration of the new timeout in ms, starting from the current moment

          -

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          jobKey: string
          timeout: number

          the duration of the new timeout in ms, starting from the current moment

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.VariableInstruction.html b/interfaces/zeebe_types.VariableInstruction.html index 0030ac6c..9f569499 100644 --- a/interfaces/zeebe_types.VariableInstruction.html +++ b/interfaces/zeebe_types.VariableInstruction.html @@ -1,10 +1,10 @@ -VariableInstruction | @camunda8/sdk

          Interface VariableInstruction

          interface VariableInstruction {
              scopeId: string;
              variables: JSONDoc;
          }

          Properties

          scopeId +VariableInstruction | @camunda8/sdk

          Interface VariableInstruction

          interface VariableInstruction {
              scopeId: string;
              variables: JSONDoc;
          }

          Properties

          Properties

          scopeId: string

          the id of the element in which scope the variables should be created; leave empty to create the variables in the global scope of the process instance

          -
          variables: JSONDoc

          JSON document that will instantiate the variables for the root variable scope of the +

          variables: JSONDoc

          JSON document that will instantiate the variables for the root variable scope of the process instance; it must be a JSON object, as variables will be mapped in a key-value fashion. e.g. { "a": 1, "b": 2 } will create two variables, named "a" and "b" respectively, with their associated values. [{ "a": 1, "b": 2 }] would not be a valid argument, as the root of the JSON document is an array and not an object.

          -

          Generated using TypeDoc

          \ No newline at end of file +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ZBClientOptions.html b/interfaces/zeebe_types.ZBClientOptions.html index 1faf23be..1f59bd94 100644 --- a/interfaces/zeebe_types.ZBClientOptions.html +++ b/interfaces/zeebe_types.ZBClientOptions.html @@ -1,4 +1,4 @@ -ZBClientOptions | @camunda8/sdk
          interface ZBClientOptions {
              camundaCloud?: CamundaCloudConfig;
              connectionTolerance?: MaybeTimeDuration;
              customSSL?: CustomSSL;
              eagerConnection?: boolean;
              hostname?: string;
              logNamespace?: string;
              loglevel?: Loglevel;
              longPoll: MaybeTimeDuration;
              maxRetries?: number;
              maxRetryTimeout?: MaybeTimeDuration;
              oAuth?: OAuthProviderConfig;
              onConnectionError?: (() => void);
              onReady?: (() => void);
              pollInterval: MaybeTimeDuration;
              port?: string;
              retry?: boolean;
              stdout?: ZBCustomLogger;
              tenantId?: string;
              useTLS?: boolean;
          }

          Properties

          camundaCloud? +ZBClientOptions | @camunda8/sdk
          interface ZBClientOptions {
              camundaCloud?: CamundaCloudConfig;
              connectionTolerance?: MaybeTimeDuration;
              customSSL?: CustomSSL;
              eagerConnection?: boolean;
              hostname?: string;
              logNamespace?: string;
              loglevel?: Loglevel;
              longPoll: MaybeTimeDuration;
              maxRetries?: number;
              maxRetryTimeout?: MaybeTimeDuration;
              oAuth?: OAuthProviderConfig;
              onConnectionError?: (() => void);
              onReady?: (() => void);
              pollInterval: MaybeTimeDuration;
              port?: string;
              retry?: boolean;
              stdout?: ZBCustomLogger;
              tenantId?: string;
              useTLS?: boolean;
          }

          Properties

          camundaCloud?: CamundaCloudConfig
          connectionTolerance?: MaybeTimeDuration
          customSSL?: CustomSSL
          eagerConnection?: boolean
          hostname?: string
          logNamespace?: string
          loglevel?: Loglevel
          longPoll: MaybeTimeDuration
          maxRetries?: number
          maxRetryTimeout?: MaybeTimeDuration
          onConnectionError?: (() => void)

          Type declaration

            • (): void
            • Returns void

          onReady?: (() => void)

          Type declaration

            • (): void
            • Returns void

          pollInterval: MaybeTimeDuration
          port?: string
          retry?: boolean
          tenantId?: string
          useTLS?: boolean

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          camundaCloud?: CamundaCloudConfig
          connectionTolerance?: MaybeTimeDuration
          customSSL?: CustomSSL
          eagerConnection?: boolean
          hostname?: string
          logNamespace?: string
          loglevel?: Loglevel
          longPoll: MaybeTimeDuration
          maxRetries?: number
          maxRetryTimeout?: MaybeTimeDuration
          onConnectionError?: (() => void)

          Type declaration

            • (): void
            • Returns void

          onReady?: (() => void)

          Type declaration

            • (): void
            • Returns void

          pollInterval: MaybeTimeDuration
          port?: string
          retry?: boolean
          tenantId?: string
          useTLS?: boolean

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ZBCustomLogger.html b/interfaces/zeebe_types.ZBCustomLogger.html index 27eb23da..08d9af99 100644 --- a/interfaces/zeebe_types.ZBCustomLogger.html +++ b/interfaces/zeebe_types.ZBCustomLogger.html @@ -1,7 +1,7 @@ -ZBCustomLogger | @camunda8/sdk
          interface ZBCustomLogger {
              debug: ((message) => void);
              error: ((message) => void);
              info: ((message) => void);
          }

          Properties

          debug +ZBCustomLogger | @camunda8/sdk
          interface ZBCustomLogger {
              debug: ((message) => void);
              error: ((message) => void);
              info: ((message) => void);
          }

          Properties

          Properties

          debug: ((message) => void)

          Receives a JSON-stringified ZBLogMessage

          -

          Type declaration

            • (message): void
            • Parameters

              • message: string

              Returns void

          error: ((message) => void)

          Receives a JSON-stringified ZBLogMessage

          -

          Type declaration

            • (message): void
            • Parameters

              • message: string

              Returns void

          info: ((message) => void)

          Receives a JSON-stringified ZBLogMessage

          -

          Type declaration

            • (message): void
            • Parameters

              • message: string

              Returns void

          Generated using TypeDoc

          \ No newline at end of file +

          Type declaration

            • (message): void
            • Parameters

              • message: string

              Returns void

          error: ((message) => void)

          Receives a JSON-stringified ZBLogMessage

          +

          Type declaration

            • (message): void
            • Parameters

              • message: string

              Returns void

          info: ((message) => void)

          Receives a JSON-stringified ZBLogMessage

          +

          Type declaration

            • (message): void
            • Parameters

              • message: string

              Returns void

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ZBGrpc.html b/interfaces/zeebe_types.ZBGrpc.html index 19332343..f913eeaa 100644 --- a/interfaces/zeebe_types.ZBGrpc.html +++ b/interfaces/zeebe_types.ZBGrpc.html @@ -1,4 +1,4 @@ -ZBGrpc | @camunda8/sdk
          interface ZBGrpc {
              activateJobsStream: ((req) => ClientReadableStream<unknown>);
              channelClosed: boolean;
              client: Client;
              completeJobSync: ((req) => Promise<void>);
              connected: boolean;
              deleteResourceSync: ((deleteResourceRequest) => Promise<Record<string, never>>);
              host: string;
              longPoll?: MaybeTimeDuration;
              streamActivatedJobsStream: ((req) => Promise<ClientReadableStream<unknown>>);
              broadcastSignalSync(signal): Promise<BroadcastSignalResponse>;
              cancelProcessInstanceSync(processInstanceKey): Promise<void>;
              close(timeout?): Promise<void>;
              createProcessInstanceSync(createProcessInstanceRequest): Promise<CreateProcessInstanceResponse>;
              createProcessInstanceWithResultSync(createProcessInstanceWithResultRequest): Promise<CreateProcessInstanceWithResultResponseOnWire>;
              deployResourceSync<T>(resource): Promise<DeployResourceResponse<T>>;
              evaluateDecisionSync(evaluateDecisionRequest): Promise<EvaluateDecisionResponse>;
              failJobSync(failJobRequest): Promise<void>;
              listMethods(): string[];
              migrateProcessInstanceSync(request): Promise<MigrateProcessInstanceResponse>;
              modifyProcessInstanceSync(request): Promise<ModifyProcessInstanceResponse>;
              publishMessageSync(publishMessageRequest): Promise<PublishMessageResponse>;
              resolveIncidentSync(resolveIncidentRequest): Promise<void>;
              runService(fnName, data, fnAnswer): void;
              setVariablesSync(request): Promise<void>;
              throwErrorSync(throwErrorRequest): Promise<void>;
              topologySync(): Promise<TopologyResponse>;
              updateJobRetriesSync(updateJobRetriesRequest): Promise<void>;
              updateJobTimeoutSync(updateJobTimeoutRequest): Promise<void>;
          }

          Hierarchy (view full)

          Properties

          activateJobsStream +ZBGrpc | @camunda8/sdk
          interface ZBGrpc {
              activateJobsStream: ((req) => ClientReadableStream<unknown>);
              channelClosed: boolean;
              client: Client;
              completeJobSync: ((req) => Promise<void>);
              connected: boolean;
              deleteResourceSync: ((deleteResourceRequest) => Promise<Record<string, never>>);
              host: string;
              longPoll?: MaybeTimeDuration;
              streamActivatedJobsStream: ((req) => Promise<ClientReadableStream<unknown>>);
              broadcastSignalSync(signal): Promise<BroadcastSignalResponse>;
              cancelProcessInstanceSync(processInstanceKey): Promise<void>;
              close(timeout?): Promise<void>;
              createProcessInstanceSync(createProcessInstanceRequest): Promise<CreateProcessInstanceResponse>;
              createProcessInstanceWithResultSync(createProcessInstanceWithResultRequest): Promise<CreateProcessInstanceWithResultResponseOnWire>;
              deployResourceSync<T>(resource): Promise<DeployResourceResponse<T>>;
              evaluateDecisionSync(evaluateDecisionRequest): Promise<EvaluateDecisionResponse>;
              failJobSync(failJobRequest): Promise<void>;
              listMethods(): string[];
              migrateProcessInstanceSync(request): Promise<MigrateProcessInstanceResponse>;
              modifyProcessInstanceSync(request): Promise<ModifyProcessInstanceResponse>;
              publishMessageSync(publishMessageRequest): Promise<PublishMessageResponse>;
              resolveIncidentSync(resolveIncidentRequest): Promise<void>;
              runService(fnName, data, fnAnswer): void;
              setVariablesSync(request): Promise<void>;
              throwErrorSync(throwErrorRequest): Promise<void>;
              topologySync(): Promise<TopologyResponse>;
              updateJobRetriesSync(updateJobRetriesRequest): Promise<void>;
              updateJobTimeoutSync(updateJobTimeoutRequest): Promise<void>;
          }

          Hierarchy (view full)

          Properties

          activateJobsStream: ((req) => ClientReadableStream<unknown>)

          Type declaration

            • (req): ClientReadableStream<unknown>
            • Parameters

              Returns ClientReadableStream<unknown>

          channelClosed: boolean = false
          client: Client
          completeJobSync: ((req) => Promise<void>)

          Type declaration

          connected: boolean = false
          deleteResourceSync: ((deleteResourceRequest) => Promise<Record<string, never>>)

          Type declaration

            • (deleteResourceRequest): Promise<Record<string, never>>
            • Parameters

              Returns Promise<Record<string, never>>

          host: string
          longPoll?: MaybeTimeDuration
          streamActivatedJobsStream: ((req) => Promise<ClientReadableStream<unknown>>)

          Type declaration

            • (req): Promise<ClientReadableStream<unknown>>
            • Returns Promise<ClientReadableStream<unknown>>

          Methods

          • Parameters

            • processInstanceKey: {
                  processInstanceKey: string | number;
              }
              • processInstanceKey: string | number

            Returns Promise<void>

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          activateJobsStream: ((req) => ClientReadableStream<unknown>)

          Type declaration

            • (req): ClientReadableStream<unknown>
            • Parameters

              Returns ClientReadableStream<unknown>

          channelClosed: boolean = false
          client: Client
          completeJobSync: ((req) => Promise<void>)

          Type declaration

          connected: boolean = false
          deleteResourceSync: ((deleteResourceRequest) => Promise<Record<string, never>>)

          Type declaration

            • (deleteResourceRequest): Promise<Record<string, never>>
            • Parameters

              Returns Promise<Record<string, never>>

          host: string
          longPoll?: MaybeTimeDuration
          streamActivatedJobsStream: ((req) => Promise<ClientReadableStream<unknown>>)

          Type declaration

            • (req): Promise<ClientReadableStream<unknown>>
            • Returns Promise<ClientReadableStream<unknown>>

          Methods

          • Parameters

            • processInstanceKey: {
                  processInstanceKey: string | number;
              }
              • processInstanceKey: string | number

            Returns Promise<void>

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ZBLogMessage.html b/interfaces/zeebe_types.ZBLogMessage.html index df296dd1..1c025752 100644 --- a/interfaces/zeebe_types.ZBLogMessage.html +++ b/interfaces/zeebe_types.ZBLogMessage.html @@ -1,7 +1,7 @@ -ZBLogMessage | @camunda8/sdk
          interface ZBLogMessage {
              context: string;
              id: string;
              level: Loglevel;
              message: string;
              time: string;
              timestamp: Date;
          }

          Properties

          context +ZBLogMessage | @camunda8/sdk
          interface ZBLogMessage {
              context: string;
              id: string;
              level: Loglevel;
              message: string;
              time: string;
              timestamp: Date;
          }

          Properties

          context: string
          id: string
          level: Loglevel
          message: string
          time: string
          timestamp: Date

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          context: string
          id: string
          level: Loglevel
          message: string
          time: string
          timestamp: Date

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ZBLoggerConfig.html b/interfaces/zeebe_types.ZBLoggerConfig.html index bf46ae08..314a898a 100644 --- a/interfaces/zeebe_types.ZBLoggerConfig.html +++ b/interfaces/zeebe_types.ZBLoggerConfig.html @@ -1,4 +1,4 @@ -ZBLoggerConfig | @camunda8/sdk
          interface ZBLoggerConfig {
              _tag: "ZBCLIENT" | "ZBWORKER";
              color?: Chalk;
              colorise?: boolean;
              id?: string;
              loglevel?: Loglevel;
              longPoll?: MaybeTimeDuration;
              namespace: string | string[];
              pollInterval?: MaybeTimeDuration;
              stdout?: ZBCustomLogger;
              taskType?: string;
          }

          Hierarchy (view full)

          Properties

          _tag +ZBLoggerConfig | @camunda8/sdk
          interface ZBLoggerConfig {
              _tag: "ZBCLIENT" | "ZBWORKER";
              color?: Chalk;
              colorise?: boolean;
              id?: string;
              loglevel?: Loglevel;
              longPoll?: MaybeTimeDuration;
              namespace: string | string[];
              pollInterval?: MaybeTimeDuration;
              stdout?: ZBCustomLogger;
              taskType?: string;
          }

          Hierarchy (view full)

          Properties

          Properties

          _tag: "ZBCLIENT" | "ZBWORKER"
          color?: Chalk
          colorise?: boolean
          id?: string
          loglevel?: Loglevel
          longPoll?: MaybeTimeDuration
          namespace: string | string[]
          pollInterval?: MaybeTimeDuration
          taskType?: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          _tag: "ZBCLIENT" | "ZBWORKER"
          color?: Chalk
          colorise?: boolean
          id?: string
          loglevel?: Loglevel
          longPoll?: MaybeTimeDuration
          namespace: string | string[]
          pollInterval?: MaybeTimeDuration
          taskType?: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ZBLoggerOptions.html b/interfaces/zeebe_types.ZBLoggerOptions.html index 64409ead..46ed91b8 100644 --- a/interfaces/zeebe_types.ZBLoggerOptions.html +++ b/interfaces/zeebe_types.ZBLoggerOptions.html @@ -1,8 +1,8 @@ -ZBLoggerOptions | @camunda8/sdk
          interface ZBLoggerOptions {
              color?: Chalk;
              loglevel?: Loglevel;
              longPoll?: MaybeTimeDuration;
              namespace: string | string[];
              pollInterval?: MaybeTimeDuration;
              stdout?: ZBCustomLogger;
              taskType?: string;
          }

          Hierarchy (view full)

          Properties

          color? +ZBLoggerOptions | @camunda8/sdk
          interface ZBLoggerOptions {
              color?: Chalk;
              loglevel?: Loglevel;
              longPoll?: MaybeTimeDuration;
              namespace: string | string[];
              pollInterval?: MaybeTimeDuration;
              stdout?: ZBCustomLogger;
              taskType?: string;
          }

          Hierarchy (view full)

          Properties

          color?: Chalk
          loglevel?: Loglevel
          longPoll?: MaybeTimeDuration
          namespace: string | string[]
          pollInterval?: MaybeTimeDuration
          taskType?: string

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          color?: Chalk
          loglevel?: Loglevel
          longPoll?: MaybeTimeDuration
          namespace: string | string[]
          pollInterval?: MaybeTimeDuration
          taskType?: string

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ZBWorkerConfig.html b/interfaces/zeebe_types.ZBWorkerConfig.html index 062fee01..c9850391 100644 --- a/interfaces/zeebe_types.ZBWorkerConfig.html +++ b/interfaces/zeebe_types.ZBWorkerConfig.html @@ -1,4 +1,4 @@ -ZBWorkerConfig | @camunda8/sdk

          Interface ZBWorkerConfig<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>

          interface ZBWorkerConfig<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables> {
              connectionTolerance?: MaybeTimeDuration;
              customHeadersDto?: (new (...args) => Readonly<CustomHeaderShape>);
              debug?: boolean;
              failProcessOnException?: boolean;
              fetchVariable?: (keyof WorkerInputVariables)[];
              id?: string;
              inputVariableDto?: (new (...args) => Readonly<WorkerInputVariables>);
              logNamespace?: string;
              loglevel?: Loglevel;
              longPoll?: MaybeTimeDuration;
              maxJobsToActivate?: number;
              onConnectionError?: (() => void);
              onConnectionErrorHandler?: ConnectionErrorHandler;
              onReady?: (() => void);
              pollInterval?: MaybeTimeDuration;
              stdout?: ZBCustomLogger;
              taskHandler: ZBWorkerTaskHandler<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>;
              taskType: string;
              tenantIds?: string[];
              timeout?: MaybeTimeDuration;
          }

          Type Parameters

          • WorkerInputVariables
          • CustomHeaderShape
          • WorkerOutputVariables

          Hierarchy (view full)

          Properties

          connectionTolerance? +ZBWorkerConfig | @camunda8/sdk

          Interface ZBWorkerConfig<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>

          interface ZBWorkerConfig<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables> {
              connectionTolerance?: MaybeTimeDuration;
              customHeadersDto?: (new (...args) => Readonly<CustomHeaderShape>);
              debug?: boolean;
              failProcessOnException?: boolean;
              fetchVariable?: (keyof WorkerInputVariables)[];
              id?: string;
              inputVariableDto?: (new (...args) => Readonly<WorkerInputVariables>);
              logNamespace?: string;
              loglevel?: Loglevel;
              longPoll?: MaybeTimeDuration;
              maxJobsToActivate?: number;
              onConnectionError?: (() => void);
              onConnectionErrorHandler?: ConnectionErrorHandler;
              onReady?: (() => void);
              pollInterval?: MaybeTimeDuration;
              stdout?: ZBCustomLogger;
              taskHandler: ZBWorkerTaskHandler<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>;
              taskType: string;
              tenantIds?: string[];
              timeout?: MaybeTimeDuration;
          }

          Type Parameters

          • WorkerInputVariables
          • CustomHeaderShape
          • WorkerOutputVariables

          Hierarchy (view full)

          Properties

          connectionTolerance?: MaybeTimeDuration

          If your Grpc connection jitters, this is the window before the connectionError

          -
          customHeadersDto?: (new (...args) => Readonly<CustomHeaderShape>)

          Provide an annotated Dto class to control the serialisation of JSON numbers. This allows you to serialise +

          customHeadersDto?: (new (...args) => Readonly<CustomHeaderShape>)

          Provide an annotated Dto class to control the serialisation of JSON numbers. This allows you to serialise numbers as strings or BigInts to avoid precision loss. This also gives you design-time type safety.

          -

          Type declaration

          debug?: boolean

          Enable debug tracking

          -
          failProcessOnException?: boolean

          If a handler throws an unhandled exception, if this is set true, the process will be failed. Defaults to false.

          -
          fetchVariable?: (keyof WorkerInputVariables)[]

          Constrain payload to these keys only.

          -
          id?: string

          A custom id for the worker. If none is supplied, a UUID will be generated.

          -
          inputVariableDto?: (new (...args) => Readonly<WorkerInputVariables>)

          Provide an annotated Dto class to control the serialisation of JSON numbers. This allows you to serialise +

          Type declaration

          debug?: boolean

          Enable debug tracking

          +
          failProcessOnException?: boolean

          If a handler throws an unhandled exception, if this is set true, the process will be failed. Defaults to false.

          +
          fetchVariable?: (keyof WorkerInputVariables)[]

          Constrain payload to these keys only.

          +
          id?: string

          A custom id for the worker. If none is supplied, a UUID will be generated.

          +
          inputVariableDto?: (new (...args) => Readonly<WorkerInputVariables>)

          Provide an annotated Dto class to control the serialisation of JSON numbers. This allows you to serialise numbers as strings or BigInts to avoid precision loss. This also gives you design-time type safety.

          -

          Type declaration

          logNamespace?: string
          loglevel?: Loglevel

          A log level if you want it to differ from the ZBClient

          -
          longPoll?: MaybeTimeDuration

          A custom longpoll timeout. By default long polling is every 30 seconds.

          -
          maxJobsToActivate?: number

          Max concurrent tasks for this worker. Default 32.

          -
          onConnectionError?: (() => void)

          This handler is called when the worker cannot connect to the broker, or loses its connection.

          -

          Type declaration

            • (): void
            • Returns void

          onConnectionErrorHandler?: ConnectionErrorHandler

          This handler is called when the worker cannot connect to the broker, or loses its connection.

          -
          onReady?: (() => void)

          This handler is called when the worker (re)establishes its connection to the broker

          -

          Type declaration

            • (): void
            • Returns void

          pollInterval?: MaybeTimeDuration

          Poll Interval in ms. Default 100.

          -

          An implementation of the ZBCustomLogger interface for logging

          -

          A job handler - this must return a job action - e.g.: job.complete(), job.error() - in all code paths.

          -
          taskType: string

          The task type that this worker will request jobs for.

          -
          tenantIds?: string[]

          An optional array of tenantIds if you want this to be a multi-tenant worker.

          -
          timeout?: MaybeTimeDuration

          Max seconds to allow before time out of a job given to this worker. Default: 30s. +

          Type declaration

          logNamespace?: string
          loglevel?: Loglevel

          A log level if you want it to differ from the ZBClient

          +
          longPoll?: MaybeTimeDuration

          A custom longpoll timeout. By default long polling is every 30 seconds.

          +
          maxJobsToActivate?: number

          Max concurrent tasks for this worker. Default 32.

          +
          onConnectionError?: (() => void)

          This handler is called when the worker cannot connect to the broker, or loses its connection.

          +

          Type declaration

            • (): void
            • Returns void

          onConnectionErrorHandler?: ConnectionErrorHandler

          This handler is called when the worker cannot connect to the broker, or loses its connection.

          +
          onReady?: (() => void)

          This handler is called when the worker (re)establishes its connection to the broker

          +

          Type declaration

            • (): void
            • Returns void

          pollInterval?: MaybeTimeDuration

          Poll Interval in ms. Default 100.

          +

          An implementation of the ZBCustomLogger interface for logging

          +

          A job handler - this must return a job action - e.g.: job.complete(), job.error() - in all code paths.

          +
          taskType: string

          The task type that this worker will request jobs for.

          +
          tenantIds?: string[]

          An optional array of tenantIds if you want this to be a multi-tenant worker.

          +
          timeout?: MaybeTimeDuration

          Max seconds to allow before time out of a job given to this worker. Default: 30s. The broker checks deadline timeouts every 30 seconds, so an

          -

          Generated using TypeDoc

          \ No newline at end of file +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ZBWorkerOptions.html b/interfaces/zeebe_types.ZBWorkerOptions.html index abe19bba..ccd3ba5b 100644 --- a/interfaces/zeebe_types.ZBWorkerOptions.html +++ b/interfaces/zeebe_types.ZBWorkerOptions.html @@ -1,4 +1,4 @@ -ZBWorkerOptions | @camunda8/sdk

          Interface ZBWorkerOptions<InputVars>

          interface ZBWorkerOptions<InputVars> {
              debug?: boolean;
              failProcessOnException?: boolean;
              fetchVariable?: (keyof InputVars)[];
              maxJobsToActivate?: number;
              onConnectionErrorHandler?: ConnectionErrorHandler;
              pollInterval?: MaybeTimeDuration;
              timeout?: MaybeTimeDuration;
          }

          Type Parameters

          Hierarchy (view full)

          Properties

          debug? +ZBWorkerOptions | @camunda8/sdk

          Interface ZBWorkerOptions<InputVars>

          interface ZBWorkerOptions<InputVars> {
              debug?: boolean;
              failProcessOnException?: boolean;
              fetchVariable?: (keyof InputVars)[];
              maxJobsToActivate?: number;
              onConnectionErrorHandler?: ConnectionErrorHandler;
              pollInterval?: MaybeTimeDuration;
              timeout?: MaybeTimeDuration;
          }

          Type Parameters

          Hierarchy (view full)

          Properties

          debug?: boolean

          Enable debug tracking

          -
          failProcessOnException?: boolean

          If a handler throws an unhandled exception, if this is set true, the process will be failed. Defaults to false.

          -
          fetchVariable?: (keyof InputVars)[]

          Constrain payload to these keys only.

          -
          maxJobsToActivate?: number

          Max concurrent tasks for this worker. Default 32.

          -
          onConnectionErrorHandler?: ConnectionErrorHandler

          This handler is called when the worker cannot connect to the broker, or loses its connection.

          -
          pollInterval?: MaybeTimeDuration

          Poll Interval in ms. Default 100.

          -
          timeout?: MaybeTimeDuration

          Max seconds to allow before time out of a job given to this worker. Default: 30s. +

          failProcessOnException?: boolean

          If a handler throws an unhandled exception, if this is set true, the process will be failed. Defaults to false.

          +
          fetchVariable?: (keyof InputVars)[]

          Constrain payload to these keys only.

          +
          maxJobsToActivate?: number

          Max concurrent tasks for this worker. Default 32.

          +
          onConnectionErrorHandler?: ConnectionErrorHandler

          This handler is called when the worker cannot connect to the broker, or loses its connection.

          +
          pollInterval?: MaybeTimeDuration

          Poll Interval in ms. Default 100.

          +
          timeout?: MaybeTimeDuration

          Max seconds to allow before time out of a job given to this worker. Default: 30s. The broker checks deadline timeouts every 30 seconds, so an

          -

          Generated using TypeDoc

          \ No newline at end of file +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types.ZeebeJob.html b/interfaces/zeebe_types.ZeebeJob.html index f199d5c4..6f1670de 100644 --- a/interfaces/zeebe_types.ZeebeJob.html +++ b/interfaces/zeebe_types.ZeebeJob.html @@ -1,4 +1,4 @@ -ZeebeJob | @camunda8/sdk

          Interface ZeebeJob<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>

          interface ZeebeJob<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables> {
              bpmnProcessId: string;
              cancelWorkflow: (() => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">);
              complete: ((updatedVariables?) => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">);
              customHeaders: Readonly<CustomHeaderShape>;
              deadline: string;
              elementId: string;
              elementInstanceKey: string;
              error: ErrorJobOutcome;
              fail: {
                  (errorMessage, retries?): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
                  (failureConfiguration): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
              };
              forward: (() => "JOB_ACTION_ACKNOWLEDGEMENT");
              key: string;
              processDefinitionVersion: number;
              processInstanceKey: string;
              retries: number;
              tenantId: string;
              type: string;
              variables: Readonly<WorkerInputVariables>;
              worker: string;
          }

          Type Parameters

          Hierarchy (view full)

          Properties

          bpmnProcessId +ZeebeJob | @camunda8/sdk

          Interface ZeebeJob<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>

          interface ZeebeJob<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables> {
              bpmnProcessId: string;
              cancelWorkflow: (() => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">);
              complete: ((updatedVariables?) => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">);
              customHeaders: Readonly<CustomHeaderShape>;
              deadline: string;
              elementId: string;
              elementInstanceKey: string;
              error: ErrorJobOutcome;
              fail: {
                  (errorMessage, retries?): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
                  (failureConfiguration): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
              };
              forward: (() => "JOB_ACTION_ACKNOWLEDGEMENT");
              key: string;
              processDefinitionVersion: number;
              processInstanceKey: string;
              retries: number;
              tenantId: string;
              type: string;
              variables: Readonly<WorkerInputVariables>;
              worker: string;
          }

          Type Parameters

          Hierarchy (view full)

          Properties

          bpmnProcessId: string

          The bpmn process ID of the job process definition

          -
          cancelWorkflow: (() => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">)

          Cancel the workflow.

          -

          Type declaration

            • (): Promise<"JOB_ACTION_ACKNOWLEDGEMENT">
            • Returns Promise<"JOB_ACTION_ACKNOWLEDGEMENT">

          complete: ((updatedVariables?) => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">)

          Complete the job with a success, optionally passing in a state update to merge +

          cancelWorkflow: (() => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">)

          Cancel the workflow.

          +

          Type declaration

            • (): Promise<"JOB_ACTION_ACKNOWLEDGEMENT">
            • Returns Promise<"JOB_ACTION_ACKNOWLEDGEMENT">

          complete: ((updatedVariables?) => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">)

          Complete the job with a success, optionally passing in a state update to merge with the process variables on the broker.

          -

          Type declaration

            • (updatedVariables?): Promise<"JOB_ACTION_ACKNOWLEDGEMENT">
            • Parameters

              Returns Promise<"JOB_ACTION_ACKNOWLEDGEMENT">

          customHeaders: Readonly<CustomHeaderShape>

          A set of custom headers defined during modelling

          -
          deadline: string
          elementId: string

          The associated task element ID

          -
          elementInstanceKey: string

          The unique key identifying the associated task, unique within the scope of the +

          Type declaration

            • (updatedVariables?): Promise<"JOB_ACTION_ACKNOWLEDGEMENT">
            • Parameters

              Returns Promise<"JOB_ACTION_ACKNOWLEDGEMENT">

          customHeaders: Readonly<CustomHeaderShape>

          A set of custom headers defined during modelling

          +
          deadline: string
          elementId: string

          The associated task element ID

          +
          elementInstanceKey: string

          The unique key identifying the associated task, unique within the scope of the process instance

          -

          Report a business error (i.e. non-technical) that occurs while processing a job. +

          Report a business error (i.e. non-technical) that occurs while processing a job. The error is handled in the process by an error catch event. If there is no error catch event with the specified errorCode then an incident will be raised instead.

          -
          fail: {
              (errorMessage, retries?): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
              (failureConfiguration): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
          }

          Fail the job with an informative message as to the cause. Optionally, pass in a +

          fail: {
              (errorMessage, retries?): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
              (failureConfiguration): Promise<JOB_ACTION_ACKNOWLEDGEMENT>;
          }

          Fail the job with an informative message as to the cause. Optionally, pass in a value remaining retries. If no value is passed for retries then the current retry count is decremented. Pass in 0for retries to raise an incident in Operate. Optionally, specify a retry backoff period in milliseconds. Default is 0ms (immediate retry) if not specified.

          -

          Type declaration

          forward: (() => "JOB_ACTION_ACKNOWLEDGEMENT")

          Mark this job as forwarded to another system for completion. No action is taken by the broker. +

          Type declaration

          forward: (() => "JOB_ACTION_ACKNOWLEDGEMENT")

          Mark this job as forwarded to another system for completion. No action is taken by the broker. This method releases worker capacity to handle another job.

          -

          Type declaration

            • (): "JOB_ACTION_ACKNOWLEDGEMENT"
            • Returns "JOB_ACTION_ACKNOWLEDGEMENT"

          key: string

          The key, a unique identifier for the job

          -
          processDefinitionVersion: number

          The version of the job process definition

          -
          processInstanceKey: string

          The job's process instance key

          -
          retries: number
          tenantId: string

          TenantId of the job in a multi-tenant cluster

          -
          type: string

          The job type, as defined in the BPMN process (e.g. <zeebe:taskDefinition +

          Type declaration

            • (): "JOB_ACTION_ACKNOWLEDGEMENT"
            • Returns "JOB_ACTION_ACKNOWLEDGEMENT"

          key: string

          The key, a unique identifier for the job

          +
          processDefinitionVersion: number

          The version of the job process definition

          +
          processInstanceKey: string

          The job's process instance key

          +
          retries: number
          tenantId: string

          TenantId of the job in a multi-tenant cluster

          +
          type: string

          The job type, as defined in the BPMN process (e.g. <zeebe:taskDefinition type="payment-service" />)

          -
          variables: Readonly<WorkerInputVariables>

          All visible variables in the task scope, computed at activation time.

          -
          worker: string

          The name of the worker that activated this job

          -

          Generated using TypeDoc

          \ No newline at end of file +
          variables: Readonly<WorkerInputVariables>

          All visible variables in the task scope, computed at activation time.

          +
          worker: string

          The name of the worker that activated this job

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types._internal_.CreateProcessInstanceWithResultResponseBase.html b/interfaces/zeebe_types._internal_.CreateProcessInstanceWithResultResponseBase.html index 4c1ebb44..a8b65414 100644 --- a/interfaces/zeebe_types._internal_.CreateProcessInstanceWithResultResponseBase.html +++ b/interfaces/zeebe_types._internal_.CreateProcessInstanceWithResultResponseBase.html @@ -1,13 +1,13 @@ -CreateProcessInstanceWithResultResponseBase | @camunda8/sdk

          Interface CreateProcessInstanceWithResultResponseBase

          interface CreateProcessInstanceWithResultResponseBase {
              bpmnProcessId: string;
              processDefinitionKey: string;
              processInstanceKey: string;
              tenantId: string;
              version: number;
          }

          Hierarchy (view full)

          Properties

          bpmnProcessId +CreateProcessInstanceWithResultResponseBase | @camunda8/sdk

          Interface CreateProcessInstanceWithResultResponseBase

          interface CreateProcessInstanceWithResultResponseBase {
              bpmnProcessId: string;
              processDefinitionKey: string;
              processInstanceKey: string;
              tenantId: string;
              version: number;
          }

          Hierarchy (view full)

          Properties

          bpmnProcessId: string

          the BPMN process ID of the process definition which was used to create the process instance

          -
          processDefinitionKey: string

          the key of the process definition which was used to create the process instance

          -
          processInstanceKey: string

          the unique identifier of the created process instance; to be used wherever a request +

          processDefinitionKey: string

          the key of the process definition which was used to create the process instance

          +
          processInstanceKey: string

          the unique identifier of the created process instance; to be used wherever a request needs a process instance key (e.g. CancelProcessInstanceRequest)

          -
          tenantId: string

          the tenant identifier of the process definition

          -
          version: number

          the version of the process definition which was used to create the process instance

          -

          Generated using TypeDoc

          \ No newline at end of file +
          tenantId: string

          the tenant identifier of the process definition

          +
          version: number

          the version of the process definition which was used to create the process instance

          +

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types._internal_.CustomSSL.html b/interfaces/zeebe_types._internal_.CustomSSL.html index f93a86a2..d484704d 100644 --- a/interfaces/zeebe_types._internal_.CustomSSL.html +++ b/interfaces/zeebe_types._internal_.CustomSSL.html @@ -1,5 +1,5 @@ -CustomSSL | @camunda8/sdk
          interface CustomSSL {
              certChain?: Buffer;
              privateKey?: Buffer;
              rootCerts?: Buffer;
              verifyOptions?: VerifyOptions;
          }

          Properties

          certChain? +CustomSSL | @camunda8/sdk
          interface CustomSSL {
              certChain?: Buffer;
              privateKey?: Buffer;
              rootCerts?: Buffer;
              verifyOptions?: VerifyOptions;
          }

          Properties

          certChain?: Buffer
          privateKey?: Buffer
          rootCerts?: Buffer
          verifyOptions?: VerifyOptions

          Generated using TypeDoc

          \ No newline at end of file +

          Properties

          certChain?: Buffer
          privateKey?: Buffer
          rootCerts?: Buffer
          verifyOptions?: VerifyOptions

          Generated using TypeDoc

          \ No newline at end of file diff --git a/interfaces/zeebe_types._internal_.GrpcClientCtor.html b/interfaces/zeebe_types._internal_.GrpcClientCtor.html index 6ff3c370..9a67f81f 100644 --- a/interfaces/zeebe_types._internal_.GrpcClientCtor.html +++ b/interfaces/zeebe_types._internal_.GrpcClientCtor.html @@ -1,4 +1,4 @@ -GrpcClientCtor | @camunda8/sdk
          interface GrpcClientCtor {
              config: {
                  CAMUNDA_AUTH_STRATEGY: string;
                  CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
                  CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
                  CAMUNDA_CONSOLE_BASE_URL: undefined | string;
                  CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
                  CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
                  CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
                  CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
                  CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
                  CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
                  CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
                  CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
                  CAMUNDA_MODELER_BASE_URL: string;
                  CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
                  CAMUNDA_OAUTH_DISABLED: boolean;
                  CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
                  CAMUNDA_OAUTH_URL: undefined | string;
                  CAMUNDA_OPERATE_BASE_URL: undefined | string;
                  CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
                  CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
                  CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
                  CAMUNDA_SECURE_CONNECTION: boolean;
                  CAMUNDA_TASKLIST_BASE_URL: undefined | string;
                  CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
                  CAMUNDA_TENANT_ID: undefined | string;
                  CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
                  CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
                  CAMUNDA_TOKEN_SCOPE: undefined | string;
                  CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
                  ZEEBE_ADDRESS: string;
                  ZEEBE_CLIENT_ID: undefined | string;
                  ZEEBE_CLIENT_SECRET: undefined | string;
                  ZEEBE_GRPC_ADDRESS: undefined | string;
                  ZEEBE_REST_ADDRESS: string;
                  zeebeGrpcSettings: {
                      GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                      GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                      GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                      GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                      GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                      GRPC_KEEPALIVE_TIMEOUT_MS: number;
                      GRPC_KEEPALIVE_TIME_MS: number;
                      GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                      GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                      ZEEBE_CLIENT_LOG_LEVEL: string;
                      ZEEBE_CLIENT_LOG_TYPE: string;
                      ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                      ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                      ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                      ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                      ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                      ZEEBE_GRPC_CLIENT_RETRY: boolean;
                      ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                      ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
                  };
              };
              connectionTolerance: MaybeTimeDuration;
              customSSL?: CustomSSL;
              host: string;
              loglevel: Loglevel;
              namespace: string;
              oAuth?: IOAuthProvider;
              options: IParseOptions & IConversionOptions & {} & GrpcClientExtendedOptions;
              packageName: string;
              protoPath: string;
              service: string;
              stdout: ZBCustomLogger;
              tasktype?: string;
              useTLS: boolean;
          }

          Properties

          config +GrpcClientCtor | @camunda8/sdk
          interface GrpcClientCtor {
              config: {
                  CAMUNDA_AUTH_STRATEGY: string;
                  CAMUNDA_BASIC_AUTH_PASSWORD: undefined | string;
                  CAMUNDA_BASIC_AUTH_USERNAME: undefined | string;
                  CAMUNDA_CONSOLE_BASE_URL: undefined | string;
                  CAMUNDA_CONSOLE_CLIENT_ID: undefined | string;
                  CAMUNDA_CONSOLE_CLIENT_SECRET: undefined | string;
                  CAMUNDA_CONSOLE_OAUTH_AUDIENCE: string;
                  CAMUNDA_CUSTOM_CERT_CHAIN_PATH: undefined | string;
                  CAMUNDA_CUSTOM_PRIVATE_KEY_PATH: undefined | string;
                  CAMUNDA_CUSTOM_ROOT_CERT_PATH: undefined | string;
                  CAMUNDA_CUSTOM_ROOT_CERT_STRING: undefined | string;
                  CAMUNDA_CUSTOM_USER_AGENT_STRING: undefined | string;
                  CAMUNDA_MODELER_BASE_URL: string;
                  CAMUNDA_MODELER_OAUTH_AUDIENCE: undefined | string;
                  CAMUNDA_OAUTH_DISABLED: boolean;
                  CAMUNDA_OAUTH_TOKEN_REFRESH_THRESHOLD_MS: number;
                  CAMUNDA_OAUTH_URL: undefined | string;
                  CAMUNDA_OPERATE_BASE_URL: undefined | string;
                  CAMUNDA_OPERATE_OAUTH_AUDIENCE: string;
                  CAMUNDA_OPTIMIZE_BASE_URL: undefined | string;
                  CAMUNDA_OPTIMIZE_OAUTH_AUDIENCE: string;
                  CAMUNDA_SECURE_CONNECTION: boolean;
                  CAMUNDA_TASKLIST_BASE_URL: undefined | string;
                  CAMUNDA_TASKLIST_OAUTH_AUDIENCE: string;
                  CAMUNDA_TENANT_ID: undefined | string;
                  CAMUNDA_TOKEN_CACHE_DIR: undefined | string;
                  CAMUNDA_TOKEN_DISK_CACHE_DISABLE: boolean;
                  CAMUNDA_TOKEN_SCOPE: undefined | string;
                  CAMUNDA_ZEEBE_OAUTH_AUDIENCE: string;
                  ZEEBE_ADDRESS: string;
                  ZEEBE_CLIENT_ID: undefined | string;
                  ZEEBE_CLIENT_SECRET: undefined | string;
                  ZEEBE_GRPC_ADDRESS: undefined | string;
                  ZEEBE_REST_ADDRESS: string;
                  zeebeGrpcSettings: {
                      GRPC_HTTP2_MAX_PINGS_WITHOUT_DATA: number;
                      GRPC_HTTP2_MIN_PING_INTERVAL_WITHOUT_DATA_MS: number;
                      GRPC_HTTP2_MIN_TIME_BETWEEN_PINGS_MS: number;
                      GRPC_INITIAL_RECONNECT_BACKOFF_MS: string | number;
                      GRPC_KEEPALIVE_PERMIT_WITHOUT_CALLS: number;
                      GRPC_KEEPALIVE_TIMEOUT_MS: number;
                      GRPC_KEEPALIVE_TIME_MS: number;
                      GRPC_MAX_RECONNECT_BACKOFF_MS: string | number;
                      GRPC_MIN_RECONNECT_BACKOFF_MS: string | number;
                      ZEEBE_CLIENT_LOG_LEVEL: string;
                      ZEEBE_CLIENT_LOG_TYPE: string;
                      ZEEBE_GRPC_CLIENT_CONNECTION_TOLERANCE_MS: number;
                      ZEEBE_GRPC_CLIENT_EAGER_CONNECT: boolean;
                      ZEEBE_GRPC_CLIENT_INITIAL_CONNECTION_TOLERANCE_MS: undefined | number;
                      ZEEBE_GRPC_CLIENT_MAX_RETRIES: number;
                      ZEEBE_GRPC_CLIENT_MAX_RETRY_TIMEOUT_SECONDS: number;
                      ZEEBE_GRPC_CLIENT_RETRY: boolean;
                      ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number;
                      ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number;
                  };
              };
              connectionTolerance: MaybeTimeDuration;
              customSSL?: CustomSSL;
              host: string;
              loglevel: Loglevel;
              namespace: string;
              oAuth?: IOAuthProvider;
              options: IParseOptions & IConversionOptions & {} & GrpcClientExtendedOptions;
              packageName: string;
              protoPath: string;
              service: string;
              stdout: ZBCustomLogger;
              tasktype?: string;
              useTLS: boolean;
          }

          Properties

        • ZEEBE_GRPC_CLIENT_RETRY: boolean

          Automate retrying operations that fail due to network conditions or broker backpressure. Defaults to true

        • ZEEBE_GRPC_WORKER_LONGPOLL_SECONDS: number

          How long in seconds the long poll Job Activation request is held open by a worker. Defaults to 60

        • ZEEBE_GRPC_WORKER_POLL_INTERVAL_MS: number

          After a long poll Job Activation request, this is the cool-off period in milliseconds before the worker requests more work. Defaults to 300

          -
        • connectionTolerance: MaybeTimeDuration
          customSSL?: CustomSSL
          host: string
          loglevel: Loglevel
          namespace: string
          options: IParseOptions & IConversionOptions & {} & GrpcClientExtendedOptions

          Type declaration

            packageName: string
            protoPath: string
            service: string
            tasktype?: string
            useTLS: boolean

            Generated using TypeDoc

            \ No newline at end of file +
            connectionTolerance: MaybeTimeDuration
            customSSL?: CustomSSL
            host: string
            loglevel: Loglevel
            namespace: string
            options: IParseOptions & IConversionOptions & {} & GrpcClientExtendedOptions

            Type declaration

              packageName: string
              protoPath: string
              service: string
              tasktype?: string
              useTLS: boolean

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/zeebe_types._internal_.GrpcClientExtendedOptions.html b/interfaces/zeebe_types._internal_.GrpcClientExtendedOptions.html index a0fb9d34..774c9c33 100644 --- a/interfaces/zeebe_types._internal_.GrpcClientExtendedOptions.html +++ b/interfaces/zeebe_types._internal_.GrpcClientExtendedOptions.html @@ -1,3 +1,3 @@ -GrpcClientExtendedOptions | @camunda8/sdk
              interface GrpcClientExtendedOptions {
                  longPoll?: MaybeTimeDuration;
                  pollInterval?: MaybeTimeDuration;
              }

              Properties

              longPoll? +GrpcClientExtendedOptions | @camunda8/sdk
              interface GrpcClientExtendedOptions {
                  longPoll?: MaybeTimeDuration;
                  pollInterval?: MaybeTimeDuration;
              }

              Properties

              longPoll?: MaybeTimeDuration
              pollInterval?: MaybeTimeDuration

              Generated using TypeDoc

              \ No newline at end of file +

              Properties

              longPoll?: MaybeTimeDuration
              pollInterval?: MaybeTimeDuration

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/zeebe_types._internal_.MappingInstruction.html b/interfaces/zeebe_types._internal_.MappingInstruction.html index cca50a53..74d77a81 100644 --- a/interfaces/zeebe_types._internal_.MappingInstruction.html +++ b/interfaces/zeebe_types._internal_.MappingInstruction.html @@ -1,3 +1,3 @@ -MappingInstruction | @camunda8/sdk
              interface MappingInstruction {
                  sourceElementId: string;
                  targetElementId: string;
              }

              Properties

              sourceElementId +MappingInstruction | @camunda8/sdk
              interface MappingInstruction {
                  sourceElementId: string;
                  targetElementId: string;
              }

              Properties

              sourceElementId: string
              targetElementId: string

              Generated using TypeDoc

              \ No newline at end of file +

              Properties

              sourceElementId: string
              targetElementId: string

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/zeebe_types._internal_.MigrationPlan.html b/interfaces/zeebe_types._internal_.MigrationPlan.html index 2a8756d4..3ae56005 100644 --- a/interfaces/zeebe_types._internal_.MigrationPlan.html +++ b/interfaces/zeebe_types._internal_.MigrationPlan.html @@ -1,3 +1,3 @@ -MigrationPlan | @camunda8/sdk
              interface MigrationPlan {
                  mappingInstructions: MappingInstruction[];
                  targetProcessDefinitionKey: string;
              }

              Properties

              mappingInstructions +MigrationPlan | @camunda8/sdk
              interface MigrationPlan {
                  mappingInstructions: MappingInstruction[];
                  targetProcessDefinitionKey: string;
              }

              Properties

              mappingInstructions: MappingInstruction[]
              targetProcessDefinitionKey: string

              Generated using TypeDoc

              \ No newline at end of file +

              Properties

              mappingInstructions: MappingInstruction[]
              targetProcessDefinitionKey: string

              Generated using TypeDoc

              \ No newline at end of file diff --git a/interfaces/zeebe_types._internal_.SetVariablesRequestBase.html b/interfaces/zeebe_types._internal_.SetVariablesRequestBase.html index 12fac566..b4b0daf1 100644 --- a/interfaces/zeebe_types._internal_.SetVariablesRequestBase.html +++ b/interfaces/zeebe_types._internal_.SetVariablesRequestBase.html @@ -1,10 +1,10 @@ -SetVariablesRequestBase | @camunda8/sdk
              interface SetVariablesRequestBase {
                  elementInstanceKey: string;
                  local: boolean;
              }

              Hierarchy (view full)

              Properties

              elementInstanceKey +SetVariablesRequestBase | @camunda8/sdk
              interface SetVariablesRequestBase {
                  elementInstanceKey: string;
                  local: boolean;
              }

              Hierarchy (view full)

              Properties

              elementInstanceKey: string
              local: boolean

              if true, the variables will be merged strictly into the local scope (as indicated by +

              Properties

              elementInstanceKey: string
              local: boolean

              if true, the variables will be merged strictly into the local scope (as indicated by elementInstanceKey); this means the variables is not propagated to upper scopes. for example, let's say we have two scopes, '1' and '2', with each having effective variables as: 1 => { "foo" : 2 }, and 2 => { "bar" : 1 }. if we send an update request with elementInstanceKey = 2, variables { "foo" : 5 }, and local is true, then scope 1 will be unchanged, and scope 2 will now be { "bar" : 1, "foo" 5 }. if local was false, however, then scope 1 would be { "foo": 5 }, and scope 2 would be { "bar" : 1 }.

              -

              Generated using TypeDoc

              \ No newline at end of file +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/modules/index.Admin.AdminDto.html b/modules/index.Admin.AdminDto.html index c1b6cdd7..2f89529e 100644 --- a/modules/index.Admin.AdminDto.html +++ b/modules/index.Admin.AdminDto.html @@ -1,4 +1,4 @@ -AdminDto | @camunda8/sdk

              Index

              Interfaces

              Cluster +AdminDto | @camunda8/sdk

              Index

              Interfaces

              Cluster ClusterClient ClusterClientConnectionDetails CreateClusterBody diff --git a/modules/index.Admin.html b/modules/index.Admin.html index b01c9de8..05d30102 100644 --- a/modules/index.Admin.html +++ b/modules/index.Admin.html @@ -1,3 +1,3 @@ -Admin | @camunda8/sdk

              Index

              Namespaces

              AdminDto +Admin | @camunda8/sdk

              Index

              Namespaces

              Classes

              Generated using TypeDoc

              \ No newline at end of file diff --git a/modules/index.Auth.html b/modules/index.Auth.html index 4c5527ca..3896d24c 100644 --- a/modules/index.Auth.html +++ b/modules/index.Auth.html @@ -1,4 +1,4 @@ -Auth | @camunda8/sdk

              Index

              Classes

              NullAuthProvider +Auth | @camunda8/sdk

              Index

              Classes

              Interfaces

              IOAuthProvider Token diff --git a/modules/index.Modeler.ModelerDto.html b/modules/index.Modeler.ModelerDto.html index 31c00c48..201aeef0 100644 --- a/modules/index.Modeler.ModelerDto.html +++ b/modules/index.Modeler.ModelerDto.html @@ -1,4 +1,4 @@ -ModelerDto | @camunda8/sdk

              Index

              Interfaces

              CreateCollaboratorDto +ModelerDto | @camunda8/sdk

              Index

              Interfaces

              CreateCollaboratorDto CreateFileDto CreateFolderDto CreateMilestoneDto diff --git a/modules/index.Modeler.html b/modules/index.Modeler.html index 035339d6..eb5c3c4a 100644 --- a/modules/index.Modeler.html +++ b/modules/index.Modeler.html @@ -1,3 +1,3 @@ -Modeler | @camunda8/sdk

              Namespace Modeler

              Index

              Namespaces

              ModelerDto +Modeler | @camunda8/sdk

              Namespace Modeler

              Index

              Namespaces

              Classes

              Generated using TypeDoc

              \ No newline at end of file diff --git a/modules/index.Operate.OperateDto.html b/modules/index.Operate.OperateDto.html index 50b53930..5e92f837 100644 --- a/modules/index.Operate.OperateDto.html +++ b/modules/index.Operate.OperateDto.html @@ -1,4 +1,4 @@ -OperateDto | @camunda8/sdk

              Index

              Classes

              ChangeStatus +OperateDto | @camunda8/sdk

              Index

              Classes

              ChangeStatus DecisionDefinition DecisionInstance DecisionInstanceInput diff --git a/modules/index.Operate.html b/modules/index.Operate.html index 3d1a5125..4126eb2e 100644 --- a/modules/index.Operate.html +++ b/modules/index.Operate.html @@ -1,3 +1,3 @@ -Operate | @camunda8/sdk

              Namespace Operate

              Index

              Namespaces

              OperateDto +Operate | @camunda8/sdk

              Namespace Operate

              Index

              Namespaces

              Classes

              Generated using TypeDoc

              \ No newline at end of file diff --git a/modules/index.Optimize.OptimizeDto.html b/modules/index.Optimize.OptimizeDto.html index b9850986..c87ff7c6 100644 --- a/modules/index.Optimize.OptimizeDto.html +++ b/modules/index.Optimize.OptimizeDto.html @@ -1,4 +1,4 @@ -OptimizeDto | @camunda8/sdk

              Index

              Interfaces

              CloudEventV1 +OptimizeDto | @camunda8/sdk

              Index

              Interfaces

              CloudEventV1 CloudEventV1Attributes CloudEventV1OptionalAttributes DashboardDefinition diff --git a/modules/index.Optimize.html b/modules/index.Optimize.html index e69f4e4f..f14ed718 100644 --- a/modules/index.Optimize.html +++ b/modules/index.Optimize.html @@ -1,3 +1,3 @@ -Optimize | @camunda8/sdk

              Namespace Optimize

              Index

              Namespaces

              OptimizeDto +Optimize | @camunda8/sdk

              Namespace Optimize

              Index

              Namespaces

              Classes

              Generated using TypeDoc

              \ No newline at end of file diff --git a/modules/index.Tasklist.TasklistDto.html b/modules/index.Tasklist.TasklistDto.html index 823d1515..26061979 100644 --- a/modules/index.Tasklist.TasklistDto.html +++ b/modules/index.Tasklist.TasklistDto.html @@ -1,4 +1,4 @@ -TasklistDto | @camunda8/sdk

              Index

              Classes

              Form +TasklistDto | @camunda8/sdk

              Index

              Classes

              Interfaces

              DateFilter diff --git a/modules/index.Tasklist.html b/modules/index.Tasklist.html index 7319650e..b43b12fe 100644 --- a/modules/index.Tasklist.html +++ b/modules/index.Tasklist.html @@ -1,3 +1,3 @@ -Tasklist | @camunda8/sdk

              Namespace Tasklist

              Index

              Namespaces

              TasklistDto +Tasklist | @camunda8/sdk

              Namespace Tasklist

              Index

              Namespaces

              Classes

              Generated using TypeDoc

              \ No newline at end of file diff --git a/modules/index.Zeebe.Types.html b/modules/index.Zeebe.Types.html index 3a7d9cc2..599d0be9 100644 --- a/modules/index.Zeebe.Types.html +++ b/modules/index.Zeebe.Types.html @@ -1,4 +1,4 @@ -Types | @camunda8/sdk

              Index

              Enumerations

              PartitionBrokerHealth +Types | @camunda8/sdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/modules/index.Zeebe.html b/modules/index.Zeebe.html index 2b9c8c4a..0a12b933 100644 --- a/modules/index.Zeebe.html +++ b/modules/index.Zeebe.html @@ -1,4 +1,4 @@ -Zeebe | @camunda8/sdk

              Index

              Namespaces

              Types +Zeebe | @camunda8/sdk

              Index

              Namespaces

              Classes

              BpmnParser ZBWorker ZeebeGrpcClient diff --git a/modules/index.html b/modules/index.html index 96801651..9678ed03 100644 --- a/modules/index.html +++ b/modules/index.html @@ -1,4 +1,4 @@ -index | @camunda8/sdk

              Module index

              Index

              Modules

              <internal> +index | @camunda8/sdk

              Module index

              Index

              Modules

              Namespaces

              Admin Auth Modeler diff --git a/modules/zeebe_types.html b/modules/zeebe_types.html index 24c33e0f..0073d394 100644 --- a/modules/zeebe_types.html +++ b/modules/zeebe_types.html @@ -1,4 +1,4 @@ -zeebe/types | @camunda8/sdk

              Module zeebe/types

              References

              PartitionBrokerHealth +zeebe/types | @camunda8/sdk

              Module zeebe/types

              References

              Modules

              Interfaces

              ActivateInstruction diff --git a/types/index.Admin.AdminDto.ClusterStatusstring.html b/types/index.Admin.AdminDto.ClusterStatusstring.html index ea8add71..6e49a021 100644 --- a/types/index.Admin.AdminDto.ClusterStatusstring.html +++ b/types/index.Admin.AdminDto.ClusterStatusstring.html @@ -1 +1 @@ -ClusterStatusstring | @camunda8/sdk
              ClusterStatusstring: "Healthy" | "Unhealthy" | "Creating" | "Updating"

              Generated using TypeDoc

              \ No newline at end of file +ClusterStatusstring | @camunda8/sdk
              ClusterStatusstring: "Healthy" | "Unhealthy" | "Creating" | "Updating"

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index.Admin.AdminDto.OrganizationRole.html b/types/index.Admin.AdminDto.OrganizationRole.html index 1f090bca..0a643c6d 100644 --- a/types/index.Admin.AdminDto.OrganizationRole.html +++ b/types/index.Admin.AdminDto.OrganizationRole.html @@ -1 +1 @@ -OrganizationRole | @camunda8/sdk
              OrganizationRole: "member" | "admin" | "owner" | "supportagent" | "operationsengineer" | "taskuser" | "analyst" | "developer" | "visitor"

              Generated using TypeDoc

              \ No newline at end of file +OrganizationRole | @camunda8/sdk
              OrganizationRole: "member" | "admin" | "owner" | "supportagent" | "operationsengineer" | "taskuser" | "analyst" | "developer" | "visitor"

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index.Optimize.OptimizeDto.DashboardCollection.html b/types/index.Optimize.OptimizeDto.DashboardCollection.html index 1f83a785..e8b6b410 100644 --- a/types/index.Optimize.OptimizeDto.DashboardCollection.html +++ b/types/index.Optimize.OptimizeDto.DashboardCollection.html @@ -1 +1 @@ -DashboardCollection | @camunda8/sdk
              DashboardCollection: {
                  id: string;
              }[]

              Type declaration

              • id: string

              Generated using TypeDoc

              \ No newline at end of file +DashboardCollection | @camunda8/sdk
              DashboardCollection: {
                  id: string;
              }[]

              Type declaration

              • id: string

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index.Optimize.OptimizeDto.EntityImportResponse.html b/types/index.Optimize.OptimizeDto.EntityImportResponse.html index a8db32cc..d5cdbd66 100644 --- a/types/index.Optimize.OptimizeDto.EntityImportResponse.html +++ b/types/index.Optimize.OptimizeDto.EntityImportResponse.html @@ -1 +1 @@ -EntityImportResponse | @camunda8/sdk
              EntityImportResponse: {
                  entityType: "dashboard" | "report";
                  id: string;
              }[]

              Type declaration

              • entityType: "dashboard" | "report"
              • id: string

              Generated using TypeDoc

              \ No newline at end of file +EntityImportResponse | @camunda8/sdk
              EntityImportResponse: {
                  entityType: "dashboard" | "report";
                  id: string;
              }[]

              Type declaration

              • entityType: "dashboard" | "report"
              • id: string

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index.Optimize.OptimizeDto.ReportCollection.html b/types/index.Optimize.OptimizeDto.ReportCollection.html index c7b15236..ee3cc955 100644 --- a/types/index.Optimize.OptimizeDto.ReportCollection.html +++ b/types/index.Optimize.OptimizeDto.ReportCollection.html @@ -1 +1 @@ -ReportCollection | @camunda8/sdk
              ReportCollection: {
                  id: string;
              }[]

              Type declaration

              • id: string

              Generated using TypeDoc

              \ No newline at end of file +ReportCollection | @camunda8/sdk
              ReportCollection: {
                  id: string;
              }[]

              Type declaration

              • id: string

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index.Optimize.OptimizeDto.SingleProcessReport.html b/types/index.Optimize.OptimizeDto.SingleProcessReport.html index 0a45231a..e87a2e4e 100644 --- a/types/index.Optimize.OptimizeDto.SingleProcessReport.html +++ b/types/index.Optimize.OptimizeDto.SingleProcessReport.html @@ -1 +1 @@ -SingleProcessReport | @camunda8/sdk
              SingleProcessReport: unknown

              Generated using TypeDoc

              \ No newline at end of file +SingleProcessReport | @camunda8/sdk
              SingleProcessReport: unknown

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index.Optimize.OptimizeDto.VariableType.html b/types/index.Optimize.OptimizeDto.VariableType.html index c01f8329..fe6fe4f5 100644 --- a/types/index.Optimize.OptimizeDto.VariableType.html +++ b/types/index.Optimize.OptimizeDto.VariableType.html @@ -1 +1 @@ -VariableType | @camunda8/sdk
              VariableType: "string" | "short" | "long" | "double" | "integer" | "boolean" | "date"

              Generated using TypeDoc

              \ No newline at end of file +VariableType | @camunda8/sdk
              VariableType: "string" | "short" | "long" | "double" | "integer" | "boolean" | "date"

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index.RESTError.html b/types/index.RESTError.html index 9f698cd8..5efcec55 100644 --- a/types/index.RESTError.html +++ b/types/index.RESTError.html @@ -1 +1 @@ -RESTError | @camunda8/sdk

              Type alias RESTError

              RESTError: HTTPError | Got.RequestError | Got.ReadError | Got.ParseError | Got.TimeoutError | Got.CancelError | Got.CacheError | Got.MaxRedirectsError | Got.UnsupportedProtocolError

              Generated using TypeDoc

              \ No newline at end of file +RESTError | @camunda8/sdk

              Type alias RESTError

              RESTError: HTTPError | Got.RequestError | Got.ReadError | Got.ParseError | Got.TimeoutError | Got.CancelError | Got.CacheError | Got.MaxRedirectsError | Got.UnsupportedProtocolError

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index.Tasklist.TasklistDto.TaskState.html b/types/index.Tasklist.TasklistDto.TaskState.html index 92e0c5c3..21511fa9 100644 --- a/types/index.Tasklist.TasklistDto.TaskState.html +++ b/types/index.Tasklist.TasklistDto.TaskState.html @@ -1 +1 @@ -TaskState | @camunda8/sdk
              TaskState: "COMPLETED" | "CREATED" | "CANCELED" | "FAILED"

              Generated using TypeDoc

              \ No newline at end of file +TaskState | @camunda8/sdk
              TaskState: "COMPLETED" | "CREATED" | "CANCELED" | "FAILED"

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index._internal_.DeepPartial.html b/types/index._internal_.DeepPartial.html index 17e00819..f689f10f 100644 --- a/types/index._internal_.DeepPartial.html +++ b/types/index._internal_.DeepPartial.html @@ -1 +1 @@ -DeepPartial | @camunda8/sdk
              DeepPartial<T>: {
                  [K in keyof T]?: T[K] extends object
                      ? DeepPartial<T[K]>
                      : T[K]
              }

              Type Parameters

              • T

              Generated using TypeDoc

              \ No newline at end of file +DeepPartial | @camunda8/sdk
              DeepPartial<T>: {
                  [K in keyof T]?: T[K] extends object
                      ? DeepPartial<T[K]>
                      : T[K]
              }

              Type Parameters

              • T

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index._internal_.EnhanceWithTenantIdIfMissing.html b/types/index._internal_.EnhanceWithTenantIdIfMissing.html index ffab9348..0fe9ef28 100644 --- a/types/index._internal_.EnhanceWithTenantIdIfMissing.html +++ b/types/index._internal_.EnhanceWithTenantIdIfMissing.html @@ -1 +1 @@ -EnhanceWithTenantIdIfMissing | @camunda8/sdk

              Type alias EnhanceWithTenantIdIfMissing<T>

              EnhanceWithTenantIdIfMissing<T>: T extends {
                      filter: {
                          tenantId: string | undefined;
                      };
                  }
                  ? T
                  : T extends {
                          filter: infer F;
                      }
                      ? {
                          filter: F & {
                              tenantId: string | undefined;
                          };
                      } & Omit<T, "filter">
                      : {
                          filter: {
                              tenantId: string | undefined;
                          };
                      } & T

              Type Parameters

              • T

              Generated using TypeDoc

              \ No newline at end of file +EnhanceWithTenantIdIfMissing | @camunda8/sdk

              Type alias EnhanceWithTenantIdIfMissing<T>

              EnhanceWithTenantIdIfMissing<T>: T extends {
                      filter: {
                          tenantId: string | undefined;
                      };
                  }
                  ? T
                  : T extends {
                          filter: infer F;
                      }
                      ? {
                          filter: F & {
                              tenantId: string | undefined;
                          };
                      } & Omit<T, "filter">
                      : {
                          filter: {
                              tenantId: string | undefined;
                          };
                      } & T

              Type Parameters

              • T

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index._internal_.EventKey.html b/types/index._internal_.EventKey.html index c9d953a1..a6e67119 100644 --- a/types/index._internal_.EventKey.html +++ b/types/index._internal_.EventKey.html @@ -1 +1 @@ -EventKey | @camunda8/sdk
              EventKey<T>: string & keyof T

              Type Parameters

              Generated using TypeDoc

              \ No newline at end of file +EventKey | @camunda8/sdk
              EventKey<T>: string & keyof T

              Type Parameters

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index._internal_.EventMap.html b/types/index._internal_.EventMap.html index bbcf11cd..61172706 100644 --- a/types/index._internal_.EventMap.html +++ b/types/index._internal_.EventMap.html @@ -1 +1 @@ -EventMap | @camunda8/sdk
              EventMap: Record<string, unknown>

              Generated using TypeDoc

              \ No newline at end of file +EventMap | @camunda8/sdk
              EventMap: Record<string, unknown>

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index._internal_.EventReceiver.html b/types/index._internal_.EventReceiver.html index df7f6ef2..33d05e53 100644 --- a/types/index._internal_.EventReceiver.html +++ b/types/index._internal_.EventReceiver.html @@ -1 +1 @@ -EventReceiver | @camunda8/sdk
              EventReceiver: (() => void)

              Type declaration

                • (): void
                • Returns void

              Generated using TypeDoc

              \ No newline at end of file +EventReceiver | @camunda8/sdk
              EventReceiver: (() => void)

              Type declaration

                • (): void
                • Returns void

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index._internal_.GrpcConnectionProfile.html b/types/index._internal_.GrpcConnectionProfile.html index 9248bfb6..fe9f8c5a 100644 --- a/types/index._internal_.GrpcConnectionProfile.html +++ b/types/index._internal_.GrpcConnectionProfile.html @@ -1 +1 @@ -GrpcConnectionProfile | @camunda8/sdk
              GrpcConnectionProfile: "CAMUNDA_CLOUD" | "VANILLA"

              Generated using TypeDoc

              \ No newline at end of file +GrpcConnectionProfile | @camunda8/sdk
              GrpcConnectionProfile: "CAMUNDA_CLOUD" | "VANILLA"

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index._internal_.JSON.html b/types/index._internal_.JSON.html index cc0a36bb..d2fcacd8 100644 --- a/types/index._internal_.JSON.html +++ b/types/index._internal_.JSON.html @@ -1 +1 @@ -JSON | @camunda8/sdk
              JSON: string | number | boolean | JSON[] | JSONDoc[]

              Generated using TypeDoc

              \ No newline at end of file +JSON | @camunda8/sdk
              JSON: string | number | boolean | JSON[] | JSONDoc[]

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index._internal_.JSONDoc-1.html b/types/index._internal_.JSONDoc-1.html index 5aefcbf2..9f52698b 100644 --- a/types/index._internal_.JSONDoc-1.html +++ b/types/index._internal_.JSONDoc-1.html @@ -1 +1 @@ -JSONDoc | @camunda8/sdk
              JSONDoc: {
                  [key: string]: string | boolean | number | JSONDoc;
              }

              Type declaration

              • [key: string]: string | boolean | number | JSONDoc

              Generated using TypeDoc

              \ No newline at end of file +JSONDoc | @camunda8/sdk
              JSONDoc: {
                  [key: string]: string | boolean | number | JSONDoc;
              }

              Type declaration

              • [key: string]: string | boolean | number | JSONDoc

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index._internal_.LogFn.html b/types/index._internal_.LogFn.html index dc45f0b3..55bbe130 100644 --- a/types/index._internal_.LogFn.html +++ b/types/index._internal_.LogFn.html @@ -1 +1 @@ -LogFn | @camunda8/sdk
              LogFn: ((logMessage) => void)

              Type declaration

                • (logMessage): void
                • Parameters

                  • logMessage: string

                  Returns void

              Generated using TypeDoc

              \ No newline at end of file +LogFn | @camunda8/sdk
              LogFn: ((logMessage) => void)

              Type declaration

                • (logMessage): void
                • Parameters

                  • logMessage: string

                  Returns void

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index._internal_.Resource.html b/types/index._internal_.Resource.html index e94edde6..33949abe 100644 --- a/types/index._internal_.Resource.html +++ b/types/index._internal_.Resource.html @@ -1 +1 @@ -Resource | @camunda8/sdk
              Resource: {
                  name: string;
                  process: Buffer;
                  tenantId?: string;
              } | {
                  processFilename: string;
                  tenantId?: string;
              } | {
                  decision: Buffer;
                  name: string;
                  tenantId?: string;
              } | {
                  decisionFilename: string;
                  tenantId?: string;
              } | {
                  form: Buffer;
                  name: string;
                  tenantId?: string;
              } | {
                  formFilename: string;
                  tenantId?: string;
              }

              Type declaration

              • name: string
              • process: Buffer
              • Optional tenantId?: string

              Type declaration

              • processFilename: string
              • Optional tenantId?: string

              Type declaration

              • decision: Buffer
              • name: string
              • Optional tenantId?: string

              Type declaration

              • decisionFilename: string
              • Optional tenantId?: string

              Type declaration

              • form: Buffer
              • name: string
              • Optional tenantId?: string

              Type declaration

              • formFilename: string
              • Optional tenantId?: string

              Generated using TypeDoc

              \ No newline at end of file +Resource | @camunda8/sdk
              Resource: {
                  name: string;
                  process: Buffer;
                  tenantId?: string;
              } | {
                  processFilename: string;
                  tenantId?: string;
              } | {
                  decision: Buffer;
                  name: string;
                  tenantId?: string;
              } | {
                  decisionFilename: string;
                  tenantId?: string;
              } | {
                  form: Buffer;
                  name: string;
                  tenantId?: string;
              } | {
                  formFilename: string;
                  tenantId?: string;
              }

              Type declaration

              • name: string
              • process: Buffer
              • Optional tenantId?: string

              Type declaration

              • processFilename: string
              • Optional tenantId?: string

              Type declaration

              • decision: Buffer
              • name: string
              • Optional tenantId?: string

              Type declaration

              • decisionFilename: string
              • Optional tenantId?: string

              Type declaration

              • form: Buffer
              • name: string
              • Optional tenantId?: string

              Type declaration

              • formFilename: string
              • Optional tenantId?: string

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index._internal_.State.html b/types/index._internal_.State.html index 6d6adb59..a686f7fe 100644 --- a/types/index._internal_.State.html +++ b/types/index._internal_.State.html @@ -1 +1 @@ -State | @camunda8/sdk
              State: "ERROR" | "CONNECTED" | "UNKNOWN"

              Generated using TypeDoc

              \ No newline at end of file +State | @camunda8/sdk
              State: "ERROR" | "CONNECTED" | "UNKNOWN"

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/index._internal_.TokenGrantAudienceType.html b/types/index._internal_.TokenGrantAudienceType.html index e58639eb..022a034f 100644 --- a/types/index._internal_.TokenGrantAudienceType.html +++ b/types/index._internal_.TokenGrantAudienceType.html @@ -1 +1 @@ -TokenGrantAudienceType | @camunda8/sdk
              TokenGrantAudienceType: "OPERATE" | "ZEEBE" | "OPTIMIZE" | "TASKLIST" | "CONSOLE" | "MODELER"

              Generated using TypeDoc

              \ No newline at end of file +TokenGrantAudienceType | @camunda8/sdk
              TokenGrantAudienceType: "OPERATE" | "ZEEBE" | "OPTIMIZE" | "TASKLIST" | "CONSOLE" | "MODELER"

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/zeebe_types.ConnectionErrorHandler.html b/types/zeebe_types.ConnectionErrorHandler.html index c9c0dfdd..91645f02 100644 --- a/types/zeebe_types.ConnectionErrorHandler.html +++ b/types/zeebe_types.ConnectionErrorHandler.html @@ -1 +1 @@ -ConnectionErrorHandler | @camunda8/sdk

              Type alias ConnectionErrorHandler

              ConnectionErrorHandler: ((error?) => void)

              Type declaration

                • (error?): void
                • Parameters

                  • Optional error: unknown

                  Returns void

              Generated using TypeDoc

              \ No newline at end of file +ConnectionErrorHandler | @camunda8/sdk

              Type alias ConnectionErrorHandler

              ConnectionErrorHandler: ((error?) => void)

              Type declaration

                • (error?): void
                • Parameters

                  • Optional error: unknown

                  Returns void

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/zeebe_types.Deployment.html b/types/zeebe_types.Deployment.html index 1519716a..013cea24 100644 --- a/types/zeebe_types.Deployment.html +++ b/types/zeebe_types.Deployment.html @@ -1 +1 @@ -Deployment | @camunda8/sdk

              Generated using TypeDoc

              \ No newline at end of file +Deployment | @camunda8/sdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/zeebe_types.ErrorJobOutcome.html b/types/zeebe_types.ErrorJobOutcome.html index f98dcee5..9af34803 100644 --- a/types/zeebe_types.ErrorJobOutcome.html +++ b/types/zeebe_types.ErrorJobOutcome.html @@ -1 +1 @@ -ErrorJobOutcome | @camunda8/sdk

              Type alias ErrorJobOutcome

              ErrorJobOutcome: ((errorCode, errorMessage?) => Promise<JOB_ACTION_ACKNOWLEDGEMENT>)

              Type declaration

              Generated using TypeDoc

              \ No newline at end of file +ErrorJobOutcome | @camunda8/sdk

              Type alias ErrorJobOutcome

              ErrorJobOutcome: ((errorCode, errorMessage?) => Promise<JOB_ACTION_ACKNOWLEDGEMENT>)

              Type declaration

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/zeebe_types.EvaluateDecisionRequest.html b/types/zeebe_types.EvaluateDecisionRequest.html index b4e01699..7e46f73a 100644 --- a/types/zeebe_types.EvaluateDecisionRequest.html +++ b/types/zeebe_types.EvaluateDecisionRequest.html @@ -15,4 +15,4 @@ named "a" and "b" respectively, with their associated values. [{ "a": 1, "b": 2 }] would not be a valid argument, as the root of the JSON document is an array and not an object.

              -

              Generated using TypeDoc

              \ No newline at end of file +

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/zeebe_types.JOB_ACTION_ACKNOWLEDGEMENT.html b/types/zeebe_types.JOB_ACTION_ACKNOWLEDGEMENT.html index 66d1e105..2ac18954 100644 --- a/types/zeebe_types.JOB_ACTION_ACKNOWLEDGEMENT.html +++ b/types/zeebe_types.JOB_ACTION_ACKNOWLEDGEMENT.html @@ -1 +1 @@ -JOB_ACTION_ACKNOWLEDGEMENT | @camunda8/sdk

              Generated using TypeDoc

              \ No newline at end of file +JOB_ACTION_ACKNOWLEDGEMENT | @camunda8/sdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/zeebe_types.JSON.html b/types/zeebe_types.JSON.html index 33106e93..c64b3840 100644 --- a/types/zeebe_types.JSON.html +++ b/types/zeebe_types.JSON.html @@ -1 +1 @@ -JSON | @camunda8/sdk
              JSON: string | number | boolean | JSON[] | JSONDoc[] | JSONDoc

              Generated using TypeDoc

              \ No newline at end of file +JSON | @camunda8/sdk
              JSON: string | number | boolean | JSON[] | JSONDoc[] | JSONDoc

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/zeebe_types.Loglevel.html b/types/zeebe_types.Loglevel.html index a465cf01..bd929e6f 100644 --- a/types/zeebe_types.Loglevel.html +++ b/types/zeebe_types.Loglevel.html @@ -1 +1 @@ -Loglevel | @camunda8/sdk
              Loglevel: "INFO" | "DEBUG" | "NONE" | "ERROR"

              Generated using TypeDoc

              \ No newline at end of file +Loglevel | @camunda8/sdk
              Loglevel: "INFO" | "DEBUG" | "NONE" | "ERROR"

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/zeebe_types.MigrateProcessInstanceResponse.html b/types/zeebe_types.MigrateProcessInstanceResponse.html index d0c6f2ca..640520c9 100644 --- a/types/zeebe_types.MigrateProcessInstanceResponse.html +++ b/types/zeebe_types.MigrateProcessInstanceResponse.html @@ -1 +1 @@ -MigrateProcessInstanceResponse | @camunda8/sdk

              Type alias MigrateProcessInstanceResponse

              MigrateProcessInstanceResponse: Record<string, never>

              Generated using TypeDoc

              \ No newline at end of file +MigrateProcessInstanceResponse | @camunda8/sdk

              Type alias MigrateProcessInstanceResponse

              MigrateProcessInstanceResponse: Record<string, never>

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/zeebe_types.ModifyProcessInstanceResponse.html b/types/zeebe_types.ModifyProcessInstanceResponse.html index 1dcc99b0..5cc9193f 100644 --- a/types/zeebe_types.ModifyProcessInstanceResponse.html +++ b/types/zeebe_types.ModifyProcessInstanceResponse.html @@ -1 +1 @@ -ModifyProcessInstanceResponse | @camunda8/sdk

              Type alias ModifyProcessInstanceResponse

              ModifyProcessInstanceResponse: Record<string, never>

              Generated using TypeDoc

              \ No newline at end of file +ModifyProcessInstanceResponse | @camunda8/sdk

              Type alias ModifyProcessInstanceResponse

              ModifyProcessInstanceResponse: Record<string, never>

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/zeebe_types.MustReturnJobActionAcknowledgement.html b/types/zeebe_types.MustReturnJobActionAcknowledgement.html index d7e7a613..75e4fda6 100644 --- a/types/zeebe_types.MustReturnJobActionAcknowledgement.html +++ b/types/zeebe_types.MustReturnJobActionAcknowledgement.html @@ -1 +1 @@ -MustReturnJobActionAcknowledgement | @camunda8/sdk

              Type alias MustReturnJobActionAcknowledgement

              MustReturnJobActionAcknowledgement: JOB_ACTION_ACKNOWLEDGEMENT | Promise<JOB_ACTION_ACKNOWLEDGEMENT>

              Generated using TypeDoc

              \ No newline at end of file +MustReturnJobActionAcknowledgement | @camunda8/sdk

              Type alias MustReturnJobActionAcknowledgement

              MustReturnJobActionAcknowledgement: JOB_ACTION_ACKNOWLEDGEMENT | Promise<JOB_ACTION_ACKNOWLEDGEMENT>

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/zeebe_types.OperationOptions.html b/types/zeebe_types.OperationOptions.html index c0080b73..a75f2e3a 100644 --- a/types/zeebe_types.OperationOptions.html +++ b/types/zeebe_types.OperationOptions.html @@ -1 +1 @@ -OperationOptions | @camunda8/sdk

              Generated using TypeDoc

              \ No newline at end of file +OperationOptions | @camunda8/sdk

              Generated using TypeDoc

              \ No newline at end of file diff --git a/types/zeebe_types.ZBWorkerTaskHandler.html b/types/zeebe_types.ZBWorkerTaskHandler.html index 55665315..0e8576ed 100644 --- a/types/zeebe_types.ZBWorkerTaskHandler.html +++ b/types/zeebe_types.ZBWorkerTaskHandler.html @@ -1 +1 @@ -ZBWorkerTaskHandler | @camunda8/sdk

              Type alias ZBWorkerTaskHandler<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>

              Type Parameters

              Generated using TypeDoc

              \ No newline at end of file +ZBWorkerTaskHandler | @camunda8/sdk

              Type alias ZBWorkerTaskHandler<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>

              Type Parameters

              Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/index.Dto.html b/variables/index.Dto.html index a2c0bcba..5808ab5d 100644 --- a/variables/index.Dto.html +++ b/variables/index.Dto.html @@ -7,4 +7,4 @@
            • Int64String: ((target, propertyKey) => void)
                • (target, propertyKey): void
                • Decorate Dto string fields as @Int64String to specify that the JSON number property should be parsed as a string.

                  Parameters

                  • target: any
                  • propertyKey: string | symbol

                  Returns void

                  Example

                  class MyDto extends LosslessDto {
                  @Int64String
                  int64NumberField!: string
                  @BigIntValue
                  bigintField!: bigint
                  @ChildDto(MyChildDto)
                  childDtoField!: MyChildDto
                  normalField!: string
                  normalNumberField!: number
                  maybePresentField?: string
                  }
                  -
            • LosslessDto: typeof LosslessDto
            • Generated using TypeDoc

              \ No newline at end of file +
            • LosslessDto: typeof LosslessDto
            • Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/index.Zeebe.Logging.html b/variables/index.Zeebe.Logging.html index af88cc0e..94cfa6c4 100644 --- a/variables/index.Zeebe.Logging.html +++ b/variables/index.Zeebe.Logging.html @@ -20,4 +20,4 @@

              See util.format() for more information.

              Parameters

              • Optional message: any
              • Rest ...optionalParams: any[]

              Returns void

              Since

              v0.1.100

              -
            • ZBLogger: typeof ZBLogger
            • ZBSimpleLogger: Logger
            • Generated using TypeDoc

              \ No newline at end of file +
            • ZBLogger: typeof ZBLogger
            • ZBSimpleLogger: Logger
            • Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/index.Zeebe.Types.JOB_ACTION_ACKNOWLEDGEMENT.html b/variables/index.Zeebe.Types.JOB_ACTION_ACKNOWLEDGEMENT.html index fb229064..146c4e3d 100644 --- a/variables/index.Zeebe.Types.JOB_ACTION_ACKNOWLEDGEMENT.html +++ b/variables/index.Zeebe.Types.JOB_ACTION_ACKNOWLEDGEMENT.html @@ -1 +1 @@ -JOB_ACTION_ACKNOWLEDGEMENT | @camunda8/sdk
              JOB_ACTION_ACKNOWLEDGEMENT: "JOB_ACTION_ACKNOWLEDGEMENT" = ...

              Generated using TypeDoc

              \ No newline at end of file +JOB_ACTION_ACKNOWLEDGEMENT | @camunda8/sdk
              JOB_ACTION_ACKNOWLEDGEMENT: "JOB_ACTION_ACKNOWLEDGEMENT" = ...

              Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/index._internal_.ConnectionStatusEvent.html b/variables/index._internal_.ConnectionStatusEvent.html index 78f7fcb8..c107f525 100644 --- a/variables/index._internal_.ConnectionStatusEvent.html +++ b/variables/index._internal_.ConnectionStatusEvent.html @@ -1 +1 @@ -ConnectionStatusEvent | @camunda8/sdk

              Variable ConnectionStatusEventConst

              ConnectionStatusEvent: {
                  close: "close";
                  connectionError: "connectionError";
                  ready: "ready";
                  unknown: "unknown";
              } = ...

              Type declaration

              • close: "close"
              • connectionError: "connectionError"
              • ready: "ready"
              • unknown: "unknown"

              Generated using TypeDoc

              \ No newline at end of file +ConnectionStatusEvent | @camunda8/sdk

              Variable ConnectionStatusEventConst

              ConnectionStatusEvent: {
                  close: "close";
                  connectionError: "connectionError";
                  ready: "ready";
                  unknown: "unknown";
              } = ...

              Type declaration

              • close: "close"
              • connectionError: "connectionError"
              • ready: "ready"
              • unknown: "unknown"

              Generated using TypeDoc

              \ No newline at end of file diff --git a/variables/zeebe_types.JOB_ACTION_ACKNOWLEDGEMENT-1.html b/variables/zeebe_types.JOB_ACTION_ACKNOWLEDGEMENT-1.html index 98a23d96..a6890ede 100644 --- a/variables/zeebe_types.JOB_ACTION_ACKNOWLEDGEMENT-1.html +++ b/variables/zeebe_types.JOB_ACTION_ACKNOWLEDGEMENT-1.html @@ -1 +1 @@ -JOB_ACTION_ACKNOWLEDGEMENT | @camunda8/sdk

              Variable JOB_ACTION_ACKNOWLEDGEMENTConst

              JOB_ACTION_ACKNOWLEDGEMENT: "JOB_ACTION_ACKNOWLEDGEMENT" = ...

              Generated using TypeDoc

              \ No newline at end of file +JOB_ACTION_ACKNOWLEDGEMENT | @camunda8/sdk

              Variable JOB_ACTION_ACKNOWLEDGEMENTConst

              JOB_ACTION_ACKNOWLEDGEMENT: "JOB_ACTION_ACKNOWLEDGEMENT" = ...

              Generated using TypeDoc

              \ No newline at end of file