diff --git a/classes/BpmnParser.html b/classes/BpmnParser.html index bee8676..7c4959f 100644 --- a/classes/BpmnParser.html +++ b/classes/BpmnParser.html @@ -133,7 +133,7 @@
Inherited from ZBWorkerBase.taskHandler
Overrides ZBWorkerBase.handleJobs
Inherited from ZBWorkerBase.makeCompleteHandlers
From 8.3.1, you can deploy a form to the Zeebe broker:
+async function deploy() {
+ const zbc = new ZBClient()
+ const form = fs.readFileSync(
+ './src/__tests__/testdata/form_1.form'
+ )
+ const result = await zbc.deployResource({
+ form,
+ name: 'form_1.form',
+ })
+}
diff --git a/interfaces/ActivateInstruction.html b/interfaces/ActivateInstruction.html
index ff030ff..2739234 100644
--- a/interfaces/ActivateInstruction.html
+++ b/interfaces/ActivateInstruction.html
@@ -96,7 +96,7 @@
Static getMessageNames
@@ -276,7 +276,7 @@
@@ -400,7 +400,7 @@ onReady: () => void
@@ -425,7 +425,7 @@ options: ZBClientOptions
@@ -435,7 +435,7 @@ readied: boolean = false
@@ -445,7 +445,7 @@ retry: boolean
@@ -455,7 +455,7 @@ stdout: ZBCustomLogger
@@ -465,7 +465,7 @@
@@ -475,7 +475,7 @@ useTLS: boolean
@@ -485,7 +485,7 @@ workerCount: number = 0
@@ -495,7 +495,7 @@ workers: (ZBWorker<any, any, any> | ZBBatchWorker<any, any, any>)[] = []
@@ -505,7 +505,7 @@
@@ -515,7 +515,7 @@
Static getProcessId
Parameters
@@ -299,7 +299,7 @@Static getTaskTypes
@@ -330,7 +330,7 @@
@@ -369,7 +369,7 @@
Static
@@ -384,7 +384,7 @@
@@ -299,7 +299,7 @@ gatewayAddress: string
@@ -309,7 +309,7 @@ grpc: ZBGrpc
@@ -319,7 +319,7 @@ logger: StatefulLogInterceptor
@@ -329,7 +329,7 @@ loglevel: Loglevel
@@ -339,7 +339,7 @@ maxRetries: number = ...
@@ -349,7 +349,7 @@
Parameters
@@ -353,7 +353,7 @@Static parseBpmn
Static scaffold
Parameters
@@ -407,7 +407,7 @@Static
@@ -438,7 +438,7 @@
@@ -259,7 +259,7 @@ closing: boolean = false
@@ -269,7 +269,7 @@ connected: boolean = ...
@@ -279,7 +279,7 @@ connectionTolerance: MaybeTimeDuration = ...
@@ -289,7 +289,7 @@
Static
diff --git a/classes/ZBClient.html b/classes/ZBClient.html
index be464ae..dc6b43d 100644
--- a/classes/ZBClient.html
+++ b/classes/ZBClient.html
@@ -189,7 +189,7 @@
@@ -249,7 +249,7 @@
constructor
Parameters
@@ -209,7 +209,7 @@Returns
Overrides TypedEmitter<typeof ConnectionStatusEvent>.constructor
-- Defined in src/zb/ZBClient.ts:117
+ - Defined in src/zb/ZBClient.ts:117
Parameters
@@ -239,7 +239,7 @@Private basicAuth: BasicAuthConfig
Private closePromise: Promise<any>
Private closing
Optional connected
connectionTolerance
Private customSSL: CustomSSL
gatewayAddress
Private grpc
Private logger
loglevel
Private maxRetries
Private maxRetryTimeo
maxRetryTimeout: MaybeTimeDuration = ...
@@ -359,7 +359,7 @@
Private oAuth: OAuthProvider
Optional onConnectiononConnectionError: (err: Error) => void
Optional onReady
Private options
readied
Private retry
Private stdout
Private tenantId: string
Private useTLS
Private workerCount
Private workers
Static DEFAULT_CONNECTION_TOLERANCE: Milliseconds = ...
Static DEFAULT_LONGPOLL_PERIOD: Seconds = ...