From 5da44ab0c7a8c0c7b1867b73b356f0bf71b23c04 Mon Sep 17 00:00:00 2001 From: Christopher Zell Date: Sat, 12 Aug 2023 08:46:57 +0200 Subject: [PATCH 1/4] build: update zeebe version in generate prod script --- generate-grpc/gen-grpc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-grpc/gen-grpc.sh b/generate-grpc/gen-grpc.sh index c65f1ee6..1685e32f 100755 --- a/generate-grpc/gen-grpc.sh +++ b/generate-grpc/gen-grpc.sh @@ -4,7 +4,7 @@ set -euxo pipefail os=linux_x64 grpcVersion=2.51.0 packagePath=~/.nuget/packages/grpc.tools/${grpcVersion}/tools/${os}/ -zeebeVersion='8.2.8' +zeebeVersion='8.2.11' protoFile=gateway.proto gwProtoPath=./ genPath=Client/Impl/proto From aa755c7f5f7e740181b00af057ba9e5ab2bd6720 Mon Sep 17 00:00:00 2001 From: Christopher Zell Date: Sat, 12 Aug 2023 09:03:18 +0200 Subject: [PATCH 2/4] build: prepare for release --- Client/Client.csproj | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/Client/Client.csproj b/Client/Client.csproj index f8f92440..ceda3e77 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -2,7 +2,7 @@ net7.0 - 2.0.0 + 2.1.0 Christopher Zell @@ -13,25 +13,20 @@ For more information about the zeebe project please visit http://zeebe.iohttps://github.com/zeebe-io/zeebe-client-csharp zeebe, zb, zb-csharp, zb-client, grpc - 2.0.0 - 2.0.0 + 2.1.0 + 2.1.0 -Breaking changes: - - This package has been migrated to .net 7.0, since .net core and standard where deprecated. Furthermore, it allowed to migrate to grpc-dotnet, - which is the official successor of the previous used grpc.core package. - - Another breaking change was the migration to the new deployment resource command, which allows now to deploy DMN additionally to BPMN. - The interface and the return types have slightly changed. - Features: - GRPC protocol as generated against Zeebe v8.2.8, which allows to implement further features, - like evaluation of a decision via command. + * Migration to the Grpc.net.GrpcChannel and away from Grpc.core + * New configuration to allow untrusted certificates, useful for testing but dangerous for production (which is why it needs to be configured explicitly) + * Improved logging (the underlying GrpcChannel uses now the inserted logger) + + GRPC protocol as generated against Zeebe v8.2.11. ----- -This release is based on the Zeebe 8.2.8 release (https://github.com/zeebe-io/zeebe). +This release is based on the Zeebe 8.2.11 release (https://github.com/zeebe-io/zeebe). true true @@ -41,9 +36,9 @@ This release is based on the Zeebe 8.2.8 release (https://github.com/zeebe-io/ze git Apache-2.0 icon.png - 2.0.0 + 2.1.0 Zeebe.Client - 2.0.0 + 2.1.0 default README.md From eb76b789c38e01cf201343c11baeefcf5610bd53 Mon Sep 17 00:00:00 2001 From: Christopher Zell Date: Sat, 12 Aug 2023 09:04:06 +0200 Subject: [PATCH 3/4] docs: upgrade docs --- Doxyfile | 2 +- docs/annotated.html | 4 +- docs/classes.html | 4 +- ...nterfaceIDecisionRequirementsMetadata.html | 4 +- ...mands_1_1IResolveIncidentCommandStep1.html | 4 +- ...elProcessInstanceCommandStep1-members.html | 4 +- ...Commands_1_1IActivateJobsCommandStep2.html | 4 +- ...1Responses_1_1IPublishMessageResponse.html | 4 +- ...1_1ICreateProcessInstanceCommandStep3.html | 4 +- ..._1Responses_1_1IProcessInstanceResult.html | 4 +- ...ker_1_1IJobWorkerBuilderStep2-members.html | 4 +- ..._1Misc_1_1IAsyncRetryStrategy-members.html | 4 +- ...t_1_1Api_1_1Responses_1_1IJob-members.html | 4 +- ...loudTokenProviderBuilderStep4-members.html | 4 +- ..._1ICamundaCloudClientBuilderFinalStep.html | 4 +- ...Client_1_1Api_1_1Worker_1_1IJobWorker.html | 4 +- ...pi_1_1Builder_1_1IAccessTokenSupplier.html | 4 +- ...1Responses_1_1IDeployResourceResponse.html | 4 +- ...1Commands_1_1ICompleteJobCommandStep1.html | 4 +- ...i_1_1Worker_1_1IJobWorkerBuilderStep3.html | 4 +- ...Commands_1_1ISetVariablesCommandStep1.html | 4 +- ...Api_1_1Builder_1_1IZeebeClientBuilder.html | 4 +- ..._1Api_1_1Worker_1_1IJobWorker-members.html | 4 +- .../interfaceIEvaluatedDecision-members.html | 4 +- ..._1_1IActivateJobsCommandStep1-members.html | 4 +- ...1Api_1_1Commands_1_1IFinalCommandStep.html | 4 +- ...ilder_1_1IZeebeClientTransportBuilder.html | 4 +- ..._1_1ICamundaCloudTokenProviderBuilder.html | 4 +- ..._1_1Responses_1_1ICompleteJobResponse.html | 4 +- ...ker_1_1IJobWorkerBuilderStep1-members.html | 4 +- ...undaCloudTokenProviderBuilder-members.html | 4 +- ..._1Commands_1_1IThrowErrorCommandStep2.html | 4 +- ...IEvaluateDecisionCommandStep1-members.html | 4 +- .../interfaceIEvaluatedDecisionOutput.html | 4 +- ...tep1_1_1IEvaluateDecisionCommandStep2.html | 4 +- ...Commands_1_1IActivateJobsCommandStep1.html | 4 +- ..._1Commands_1_1IThrowErrorCommandStep1.html | 4 +- ...1_1IDeployResourceCommandBuilderStep2.html | 4 +- ...s_1_1IProcessInstanceResponse-members.html | 4 +- ..._1_1IActivateJobsCommandStep2-members.html | 4 +- ...1IResolveIncidentCommandStep1-members.html | 4 +- ...uilder_1_1IZeebeClientBuilder-members.html | 4 +- .../d5a/interfaceIEvaluatedDecisionInput.html | 4 +- ...oyResourceCommandBuilderStep2-members.html | 4 +- ...loudTokenProviderBuilderStep3-members.html | 4 +- ...mmands_1_1IPublishMessageCommandStep3.html | 4 +- ...s_1_1ICompleteJobCommandStep1-members.html | 4 +- ...1_1Responses_1_1IActivateJobsResponse.html | 4 +- ...ses_1_1IProcessInstanceResult-members.html | 4 +- ...i_1_1Worker_1_1IJobWorkerBuilderStep2.html | 4 +- ...ommands_1_1IFinalCommandWithRetryStep.html | 4 +- ...i_1_1Commands_1_1IFailJobCommandStep2.html | 4 +- ...1_1ICancelProcessInstanceCommandStep1.html | 4 +- ...erfaceIEvaluatedDecisionInput-members.html | 4 +- ..._1_1Commands_1_1ITopologyRequestStep1.html | 4 +- ...rfaceIEvaluatedDecisionOutput-members.html | 4 +- ...i_1_1Worker_1_1IJobWorkerBuilderStep1.html | 4 +- .../df7/namespaceZeebe_1_1Client_1_1Api.html | 4 +- ..._1_1ISetVariablesCommandStep1-members.html | 4 +- ...1_1IUpdateRetriesCommandStep2-members.html | 4 +- docs/d6/d18/namespaceZeebe.html | 4 +- ...Builder_1_1IZeebeClientFinalBuildStep.html | 4 +- ...esponses_1_1IEvaluateDecisionResponse.html | 4 +- ..._1_1IZeebeSecureClientBuilder-members.html | 15 +- ...1Builder_1_1IZeebeSecureClientBuilder.html | 27 +++- ...1_1Builder_1_1IZeebeSecureClientBuilder.js | 1 + ...daCloudClientBuilderFinalStep-members.html | 4 +- ...1_1IFinalCommandWithRetryStep-members.html | 4 +- ...mands_1_1IFailJobCommandStep2-members.html | 4 +- ...nses_1_1IActivateJobsResponse-members.html | 4 +- ..._1IPublishMessageCommandStep3-members.html | 4 +- ...amundaCloudClientBuilderStep1-members.html | 4 +- ...ndaCloudTokenProviderBuilderFinalStep.html | 4 +- ...Builder_1_1ICamundaCloudClientBuilder.html | 4 +- ...er_1_1ICamundaCloudClientBuilderStep1.html | 4 +- ...1_1Responses_1_1ISetVariablesResponse.html | 4 +- ...i_1_1Responses_1_1IThrowErrorResponse.html | 4 +- ...1_1Api_1_1Responses_1_1IPartitionInfo.html | 4 +- ...Responses_1_1IProcessMetadata-members.html | 4 +- ...mmands_1_1IDeployResourceCommandStep1.html | 4 +- ...nt_1_1Api_1_1Responses_1_1IBrokerInfo.html | 4 +- ...erfaceZeebe_1_1Client_1_1IZeebeClient.html | 4 +- ..._1Responses_1_1IUpdateRetriesResponse.html | 4 +- docs/d8/d3e/interfaceIEvaluatedDecision.html | 4 +- ...CamundaCloudTokenProviderBuilderStep3.html | 4 +- ...TokenProviderBuilderFinalStep-members.html | 4 +- ..._1_1IEvaluateDecisionResponse-members.html | 4 +- ...nstanceWithResultCommandStep1-members.html | 4 +- ...es_1_1IDeployResourceResponse-members.html | 4 +- ..._1IPublishMessageCommandStep1-members.html | 4 +- ...mmands_1_1IPublishMessageCommandStep1.html | 4 +- ..._1Responses_1_1IPartitionInfo-members.html | 4 +- docs/d8/dc4/interfaceIDecisionMetadata.html | 4 +- ...mands_1_1IFailJobCommandStep1-members.html | 4 +- ...ses_1_1ICancelProcessInstanceResponse.html | 4 +- ...mmands_1_1IPublishMessageCommandStep2.html | 4 +- ...1_1ICamundaCloudClientBuilder-members.html | 4 +- ...er_1_1ICamundaCloudClientBuilderStep2.html | 4 +- .../interfaceIDecisionMetadata-members.html | 4 +- ...ker_1_1IJobWorkerBuilderStep3-members.html | 4 +- ...i_1_1Commands_1_1IFailJobCommandStep1.html | 4 +- ...aceZeebe_1_1Client_1_1Api_1_1Commands.html | 4 +- ...nterfaceIEvaluateDecisionCommandStep1.html | 4 +- ...CamundaCloudTokenProviderBuilderStep4.html | 4 +- docs/da/d88/namespaceZeebe_1_1Client.html | 4 +- ...ommands_1_1IUpdateRetriesCommandStep1.html | 4 +- ...ds_1_1IThrowErrorCommandStep2-members.html | 4 +- ...nses_1_1ISetVariablesResponse-members.html | 4 +- ...i_1_1Responses_1_1IBrokerInfo-members.html | 4 +- ...spaceZeebe_1_1Client_1_1Api_1_1Worker.html | 4 +- ..._1IDeployResourceCommandStep1-members.html | 4 +- ...IEvaluateDecisionCommandStep2-members.html | 4 +- ..._1Api_1_1Worker_1_1IJobClient-members.html | 4 +- ...teProcessInstanceCommandStep2-members.html | 4 +- ...loudTokenProviderBuilderStep2-members.html | 4 +- ...1Api_1_1Responses_1_1IProcessMetadata.html | 4 +- ..._1IPublishMessageCommandStep2-members.html | 4 +- ...paceZeebe_1_1Client_1_1Api_1_1Builder.html | 4 +- ...teProcessInstanceCommandStep3-members.html | 4 +- ...1IZeebeClientTransportBuilder-members.html | 4 +- ...1_1ICreateProcessInstanceCommandStep1.html | 4 +- ...1_1Client_1_1Api_1_1Responses_1_1IJob.html | 4 +- ...Commands_1_1IFinalCommandStep-members.html | 4 +- ...Api_1_1Responses_1_1ITopology-members.html | 4 +- ...Responses_1_1IProcessInstanceResponse.html | 4 +- ...1_1IUpdateRetriesCommandStep1-members.html | 4 +- ...teProcessInstanceCommandStep1-members.html | 4 +- ..._1_1ISetVariablesCommandStep2-members.html | 4 +- ...ceZeebe_1_1Client_1_1Api_1_1Responses.html | 4 +- ...ProcessInstanceWithResultCommandStep1.html | 4 +- ...ommands_1_1IUpdateRetriesCommandStep2.html | 4 +- ...ds_1_1IThrowErrorCommandStep1-members.html | 4 +- ...IDecisionRequirementsMetadata-members.html | 4 +- ...1_1IZeebeClientFinalBuildStep-members.html | 4 +- ...1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html | 4 +- ...1Api_1_1Responses_1_1IFailJobResponse.html | 4 +- ...CamundaCloudTokenProviderBuilderStep2.html | 4 +- ...ebe_1_1Client_1_1IZeebeClient-members.html | 4 +- ...Commands_1_1ISetVariablesCommandStep2.html | 4 +- ..._1_1IActivateJobsCommandStep3-members.html | 4 +- ...ands_1_1ITopologyRequestStep1-members.html | 4 +- ...mespaceZeebe_1_1Client_1_1Api_1_1Misc.html | 4 +- ...Responses_1_1IResolveIncidentResponse.html | 4 +- .../df/d06/interfaceIMatchedDecisionRule.html | 4 +- ...interfaceIMatchedDecisionRule-members.html | 4 +- ...1_1ICreateProcessInstanceCommandStep2.html | 4 +- ...amundaCloudClientBuilderStep2-members.html | 4 +- ...Client_1_1Api_1_1Worker_1_1IJobClient.html | 4 +- ...ient_1_1Api_1_1Responses_1_1ITopology.html | 4 +- ...Commands_1_1IActivateJobsCommandStep3.html | 4 +- .../dir_09d442850baba38b957d6a76e6ec806a.html | 4 +- .../dir_2739a70d4777da5ad454341ec349fce2.html | 4 +- .../dir_52bea0c97656d06529d1f09893fd931d.html | 4 +- .../dir_580496d880bbb980042181fa4dbc77ff.html | 4 +- .../dir_59ead2f44092931f0f384672d3f67ca6.html | 4 +- .../dir_922c588100a187620fdc1533bc178f73.html | 4 +- .../dir_9d9c9ef8cbb75b2a1b56d51a01759903.html | 4 +- docs/functions.html | 5 +- docs/functions_func.html | 5 +- docs/functions_prop.html | 4 +- docs/hierarchy.html | 4 +- docs/index.html | 4 +- docs/namespacemembers.html | 4 +- docs/namespacemembers_enum.html | 4 +- docs/namespacemembers_func.html | 4 +- docs/namespaces.html | 4 +- docs/navtreedata.js | 2 +- docs/navtreeindex0.js | 132 +++++++++--------- docs/navtreeindex1.js | 98 ++++++------- docs/search/all_0.js | 5 +- docs/search/functions_0.js | 5 +- 171 files changed, 484 insertions(+), 453 deletions(-) diff --git a/Doxyfile b/Doxyfile index 1b5b8508..8ccafdf8 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Zeebe C# Client" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.0.0 +PROJECT_NUMBER = 2.1.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/docs/annotated.html b/docs/annotated.html index 3e182b8f..20b26bab 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -192,7 +192,7 @@ diff --git a/docs/classes.html b/docs/classes.html index 6f8d0273..431242cd 100644 --- a/docs/classes.html +++ b/docs/classes.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d0/d12/interfaceIDecisionRequirementsMetadata.html b/docs/d0/d12/interfaceIDecisionRequirementsMetadata.html index c3dc27f8..ede94157 100644 --- a/docs/d0/d12/interfaceIDecisionRequirementsMetadata.html +++ b/docs/d0/d12/interfaceIDecisionRequirementsMetadata.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -196,7 +196,7 @@

    - +

diff --git a/docs/d0/d39/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1.html b/docs/d0/d39/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1.html index 5da5de69..5b6615b1 100644 --- a/docs/d0/d39/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1.html +++ b/docs/d0/d39/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -122,7 +122,7 @@ diff --git a/docs/d0/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1-members.html b/docs/d0/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1-members.html index 265933b4..9a98d107 100644 --- a/docs/d0/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1-members.html +++ b/docs/d0/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html b/docs/d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html index 16a14cb3..ad7cc6ca 100644 --- a/docs/d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html +++ b/docs/d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d0/dab/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPublishMessageResponse.html b/docs/d0/dab/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPublishMessageResponse.html index a322cde8..048da2d5 100644 --- a/docs/d0/dab/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPublishMessageResponse.html +++ b/docs/d0/dab/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPublishMessageResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html b/docs/d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html index 7e97c7ac..e0ca7bb0 100644 --- a/docs/d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html +++ b/docs/d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -177,7 +177,7 @@

diff --git a/docs/d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html b/docs/d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html index ba8b17b2..5632d446 100644 --- a/docs/d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html +++ b/docs/d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -221,7 +221,7 @@

diff --git a/docs/d0/dd1/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2-members.html b/docs/d0/dd1/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2-members.html index 7bc27bd3..b5f5cd9c 100644 --- a/docs/d0/dd1/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2-members.html +++ b/docs/d0/dd1/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/d0/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy-members.html b/docs/d0/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy-members.html index c33ceb56..0951f613 100644 --- a/docs/d0/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy-members.html +++ b/docs/d0/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d0/de5/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob-members.html b/docs/d0/de5/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob-members.html index 738b2214..34bc29b5 100644 --- a/docs/d0/de5/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob-members.html +++ b/docs/d0/de5/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -115,7 +115,7 @@ diff --git a/docs/d1/d0d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4-members.html b/docs/d1/d0d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4-members.html index c09271c9..f02407fe 100644 --- a/docs/d1/d0d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4-members.html +++ b/docs/d1/d0d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html b/docs/d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html index 813f96df..0009402f 100644 --- a/docs/d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html +++ b/docs/d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -194,7 +194,7 @@

diff --git a/docs/d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html b/docs/d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html index 7f5f9850..ed7d534c 100644 --- a/docs/d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html +++ b/docs/d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -131,7 +131,7 @@ diff --git a/docs/d2/d24/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IAccessTokenSupplier.html b/docs/d2/d24/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IAccessTokenSupplier.html index df111d1c..d4176ba8 100644 --- a/docs/d2/d24/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IAccessTokenSupplier.html +++ b/docs/d2/d24/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IAccessTokenSupplier.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -114,7 +114,7 @@ diff --git a/docs/d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html b/docs/d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html index bc72f15b..14bf7040 100644 --- a/docs/d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html +++ b/docs/d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -130,7 +130,7 @@ diff --git a/docs/d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html b/docs/d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html index 0923d321..e4f8b4ce 100644 --- a/docs/d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html +++ b/docs/d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -154,7 +154,7 @@

diff --git a/docs/d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html b/docs/d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html index 8a4da8fe..567520f6 100644 --- a/docs/d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html +++ b/docs/d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -420,7 +420,7 @@

diff --git a/docs/d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html b/docs/d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html index 84fb6b71..aa0bb133 100644 --- a/docs/d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html +++ b/docs/d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html b/docs/d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html index 89ca4878..0fe6ae1b 100644 --- a/docs/d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html +++ b/docs/d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -171,7 +171,7 @@

diff --git a/docs/d2/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker-members.html b/docs/d2/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker-members.html index 1faceb30..3a19919d 100644 --- a/docs/d2/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker-members.html +++ b/docs/d2/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/d2/dd5/interfaceIEvaluatedDecision-members.html b/docs/d2/dd5/interfaceIEvaluatedDecision-members.html index 098b3561..effd4e67 100644 --- a/docs/d2/dd5/interfaceIEvaluatedDecision-members.html +++ b/docs/d2/dd5/interfaceIEvaluatedDecision-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -110,7 +110,7 @@ diff --git a/docs/d2/dde/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1-members.html b/docs/d2/dde/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1-members.html index d73556a0..450c8e88 100644 --- a/docs/d2/dde/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1-members.html +++ b/docs/d2/dde/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html b/docs/d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html index d7a55b3a..2e0929ca 100644 --- a/docs/d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html +++ b/docs/d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -204,7 +204,7 @@

diff --git a/docs/d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html b/docs/d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html index 93a724d9..8f61a332 100644 --- a/docs/d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html +++ b/docs/d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -187,7 +187,7 @@

diff --git a/docs/d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html b/docs/d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html index ebe94c1c..a4f5e1a2 100644 --- a/docs/d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html +++ b/docs/d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -171,7 +171,7 @@

diff --git a/docs/d3/d3e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICompleteJobResponse.html b/docs/d3/d3e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICompleteJobResponse.html index 9c0a2e1c..49dbe347 100644 --- a/docs/d3/d3e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICompleteJobResponse.html +++ b/docs/d3/d3e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICompleteJobResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/d3/d63/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1-members.html b/docs/d3/d63/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1-members.html index 5f860076..f71b78a1 100644 --- a/docs/d3/d63/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1-members.html +++ b/docs/d3/d63/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d3/d81/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder-members.html b/docs/d3/d81/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder-members.html index 698a9276..0e00eaea 100644 --- a/docs/d3/d81/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder-members.html +++ b/docs/d3/d81/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html b/docs/d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html index 6cc9ff00..c6a17381 100644 --- a/docs/d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html +++ b/docs/d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -154,7 +154,7 @@

diff --git a/docs/d3/dd3/interfaceIEvaluateDecisionCommandStep1-members.html b/docs/d3/dd3/interfaceIEvaluateDecisionCommandStep1-members.html index 8dd7377a..a5d13f96 100644 --- a/docs/d3/dd3/interfaceIEvaluateDecisionCommandStep1-members.html +++ b/docs/d3/dd3/interfaceIEvaluateDecisionCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/d3/df4/interfaceIEvaluatedDecisionOutput.html b/docs/d3/df4/interfaceIEvaluatedDecisionOutput.html index 606a2ad3..eda80ecd 100644 --- a/docs/d3/df4/interfaceIEvaluatedDecisionOutput.html +++ b/docs/d3/df4/interfaceIEvaluatedDecisionOutput.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -186,7 +186,7 @@

    - +

diff --git a/docs/d4/d13/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2.html b/docs/d4/d13/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2.html index 74a6b042..b1171e79 100644 --- a/docs/d4/d13/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2.html +++ b/docs/d4/d13/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -147,7 +147,7 @@

diff --git a/docs/d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html b/docs/d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html index 10ab5b3b..69a55f16 100644 --- a/docs/d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html +++ b/docs/d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html b/docs/d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html index d324f0eb..75ccdc39 100644 --- a/docs/d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html +++ b/docs/d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -142,7 +142,7 @@

diff --git a/docs/d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html b/docs/d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html index a62693f0..ddfb614b 100644 --- a/docs/d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html +++ b/docs/d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -139,7 +139,7 @@ diff --git a/docs/d4/d36/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse-members.html b/docs/d4/d36/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse-members.html index cf2068e1..99519992 100644 --- a/docs/d4/d36/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse-members.html +++ b/docs/d4/d36/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -106,7 +106,7 @@ diff --git a/docs/d4/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2-members.html b/docs/d4/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2-members.html index bf36744e..6f6ffbc7 100644 --- a/docs/d4/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2-members.html +++ b/docs/d4/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d4/d48/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1-members.html b/docs/d4/d48/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1-members.html index c8b4f6f9..dd4fdb25 100644 --- a/docs/d4/d48/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1-members.html +++ b/docs/d4/d48/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d4/d51/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder-members.html b/docs/d4/d51/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder-members.html index 343c0260..e767ec8c 100644 --- a/docs/d4/d51/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder-members.html +++ b/docs/d4/d51/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/d4/d5a/interfaceIEvaluatedDecisionInput.html b/docs/d4/d5a/interfaceIEvaluatedDecisionInput.html index b107a054..0fb4d277 100644 --- a/docs/d4/d5a/interfaceIEvaluatedDecisionInput.html +++ b/docs/d4/d5a/interfaceIEvaluatedDecisionInput.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -186,7 +186,7 @@

    - +

diff --git a/docs/d4/d69/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2-members.html b/docs/d4/d69/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2-members.html index 545b35c6..2fe4070b 100644 --- a/docs/d4/d69/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2-members.html +++ b/docs/d4/d69/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/d4/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3-members.html b/docs/d4/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3-members.html index f68b7e38..cf1d8e7d 100644 --- a/docs/d4/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3-members.html +++ b/docs/d4/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html b/docs/d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html index f50bc35b..d63c6b57 100644 --- a/docs/d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html +++ b/docs/d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -215,7 +215,7 @@

diff --git a/docs/d5/d0e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1-members.html b/docs/d5/d0e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1-members.html index 5d019c06..2e1eb0d1 100644 --- a/docs/d5/d0e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1-members.html +++ b/docs/d5/d0e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html b/docs/d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html index 176e498e..705577a0 100644 --- a/docs/d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html +++ b/docs/d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -136,7 +136,7 @@

diff --git a/docs/d5/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult-members.html b/docs/d5/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult-members.html index 3c46593c..c4c68763 100644 --- a/docs/d5/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult-members.html +++ b/docs/d5/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -107,7 +107,7 @@ diff --git a/docs/d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html b/docs/d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html index 71b9b7c5..9015023f 100644 --- a/docs/d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html +++ b/docs/d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -193,7 +193,7 @@

diff --git a/docs/d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html b/docs/d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html index 827e7c7d..d074fcf0 100644 --- a/docs/d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html +++ b/docs/d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -170,7 +170,7 @@

diff --git a/docs/d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html b/docs/d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html index bc538b56..74d4fd34 100644 --- a/docs/d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html +++ b/docs/d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -185,7 +185,7 @@

diff --git a/docs/d5/d79/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1.html b/docs/d5/d79/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1.html index cc6c6c9d..29225d1c 100644 --- a/docs/d5/d79/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1.html +++ b/docs/d5/d79/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -122,7 +122,7 @@ diff --git a/docs/d5/d82/interfaceIEvaluatedDecisionInput-members.html b/docs/d5/d82/interfaceIEvaluatedDecisionInput-members.html index f9b3dcca..884458fd 100644 --- a/docs/d5/d82/interfaceIEvaluatedDecisionInput-members.html +++ b/docs/d5/d82/interfaceIEvaluatedDecisionInput-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html b/docs/d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html index 1bc4e166..7d283135 100644 --- a/docs/d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html +++ b/docs/d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -122,7 +122,7 @@ diff --git a/docs/d5/dbc/interfaceIEvaluatedDecisionOutput-members.html b/docs/d5/dbc/interfaceIEvaluatedDecisionOutput-members.html index 356c90f2..e3bb5e08 100644 --- a/docs/d5/dbc/interfaceIEvaluatedDecisionOutput-members.html +++ b/docs/d5/dbc/interfaceIEvaluatedDecisionOutput-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html b/docs/d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html index 5e822379..82b3cfec 100644 --- a/docs/d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html +++ b/docs/d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d5/df7/namespaceZeebe_1_1Client_1_1Api.html b/docs/d5/df7/namespaceZeebe_1_1Client_1_1Api.html index ddaa087d..63a89c4e 100644 --- a/docs/d5/df7/namespaceZeebe_1_1Client_1_1Api.html +++ b/docs/d5/df7/namespaceZeebe_1_1Client_1_1Api.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/d6/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1-members.html b/docs/d6/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1-members.html index c85127ae..48bfae54 100644 --- a/docs/d6/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1-members.html +++ b/docs/d6/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d6/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2-members.html b/docs/d6/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2-members.html index 26663e10..7fcc4a70 100644 --- a/docs/d6/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2-members.html +++ b/docs/d6/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d6/d18/namespaceZeebe.html b/docs/d6/d18/namespaceZeebe.html index 598c2ab5..4d0d4105 100644 --- a/docs/d6/d18/namespaceZeebe.html +++ b/docs/d6/d18/namespaceZeebe.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html b/docs/d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html index 48d89846..1916d109 100644 --- a/docs/d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html +++ b/docs/d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -205,7 +205,7 @@

diff --git a/docs/d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html b/docs/d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html index 9cc05ce3..bf26bc1b 100644 --- a/docs/d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html +++ b/docs/d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -366,7 +366,7 @@

diff --git a/docs/d6/d38/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder-members.html b/docs/d6/d38/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder-members.html index 959b6da1..b2a39b5d 100644 --- a/docs/d6/d38/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder-members.html +++ b/docs/d6/d38/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder-members.html @@ -26,7 +26,7 @@ Logo -
diff --git a/docs/d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html b/docs/d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html index 2ff84ce7..66cdf9e7 100644 --- a/docs/d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html +++ b/docs/d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -109,6 +109,9 @@ + + + @@ -127,6 +130,26 @@

Public Member Functions

IZeebeSecureClientBuilder AllowUntrustedCertificates ()
 DANGER: This allows untrusted certificates for the gRPC connection with Zeebe. More...
 
IZeebeClientFinalBuildStep UseAccessToken (string accessToken)
 Client should use the given access token to authenticate with. More...
 
 

Member Function Documentation

+ +

◆ AllowUntrustedCertificates()

+ +
+
+ + + + + + + +
IZeebeSecureClientBuilder Zeebe.Client.Api.Builder.IZeebeSecureClientBuilder.AllowUntrustedCertificates ()
+
+ +

DANGER: This allows untrusted certificates for the gRPC connection with Zeebe.

+

This setting tells the client to allow to use untrusted certificates in the underlying SocketHttpHandler. For further details see https://github.com/dotnet/runtime/issues/42482. This might be useful for testing.

Returns
the builder to create a secure client
+ +
+

◆ UseAccessToken()

@@ -190,7 +213,7 @@

diff --git a/docs/d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.js b/docs/d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.js index 41078e15..93ba0906 100644 --- a/docs/d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.js +++ b/docs/d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.js @@ -1,5 +1,6 @@ var interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder = [ + [ "AllowUntrustedCertificates", "d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a35881cce91811891e96bccd21d78ec86", null ], [ "UseAccessToken", "d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a7e54e81da971f5555863ef55aa222c5f", null ], [ "UseAccessTokenSupplier", "d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a6629538576bbb21ae5018582c2e0bc50", null ] ]; \ No newline at end of file diff --git a/docs/d6/d6a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep-members.html b/docs/d6/d6a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep-members.html index 98b35af4..b64d8615 100644 --- a/docs/d6/d6a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep-members.html +++ b/docs/d6/d6a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d6/d84/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep-members.html b/docs/d6/d84/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep-members.html index 197afb67..7d08bf40 100644 --- a/docs/d6/d84/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep-members.html +++ b/docs/d6/d84/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d6/d89/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2-members.html b/docs/d6/d89/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2-members.html index 17812fc4..12f2bfbb 100644 --- a/docs/d6/d89/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2-members.html +++ b/docs/d6/d89/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d6/da3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse-members.html b/docs/d6/da3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse-members.html index 8dc1b023..768403a7 100644 --- a/docs/d6/da3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse-members.html +++ b/docs/d6/da3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d6/db5/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3-members.html b/docs/d6/db5/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3-members.html index bd2d13af..da08ad23 100644 --- a/docs/d6/db5/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3-members.html +++ b/docs/d6/db5/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -106,7 +106,7 @@ diff --git a/docs/d6/db7/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1-members.html b/docs/d6/db7/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1-members.html index c7f0d2f6..414d7599 100644 --- a/docs/d6/db7/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1-members.html +++ b/docs/d6/db7/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html b/docs/d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html index 0a97aef0..d808d341 100644 --- a/docs/d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html +++ b/docs/d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -134,7 +134,7 @@

diff --git a/docs/d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html b/docs/d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html index d57eaa2a..4591ad3d 100644 --- a/docs/d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html +++ b/docs/d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -177,7 +177,7 @@

diff --git a/docs/d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html b/docs/d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html index 228b312f..87521aa7 100644 --- a/docs/d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html +++ b/docs/d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html b/docs/d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html index 27404b5b..7c7aefd3 100644 --- a/docs/d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html +++ b/docs/d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -120,7 +120,7 @@ diff --git a/docs/d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html b/docs/d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html index b5c20b87..f512b3ee 100644 --- a/docs/d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html +++ b/docs/d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html b/docs/d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html index d36058cb..c71cb95f 100644 --- a/docs/d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html +++ b/docs/d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -125,7 +125,7 @@ diff --git a/docs/d7/d39/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata-members.html b/docs/d7/d39/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata-members.html index 6ca70d2b..05ba33a1 100644 --- a/docs/d7/d39/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata-members.html +++ b/docs/d7/d39/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -106,7 +106,7 @@ diff --git a/docs/d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html b/docs/d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html index f19481fd..19bb30b3 100644 --- a/docs/d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html +++ b/docs/d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -321,7 +321,7 @@

diff --git a/docs/d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html b/docs/d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html index 6750ff7d..c59ec83c 100644 --- a/docs/d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html +++ b/docs/d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -135,7 +135,7 @@ diff --git a/docs/d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html b/docs/d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html index 2d96bb5e..12b2326d 100644 --- a/docs/d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html +++ b/docs/d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -490,7 +490,7 @@

    - +

diff --git a/docs/d7/df3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IUpdateRetriesResponse.html b/docs/d7/df3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IUpdateRetriesResponse.html index aaebfc09..7b2a3d2e 100644 --- a/docs/d7/df3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IUpdateRetriesResponse.html +++ b/docs/d7/df3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IUpdateRetriesResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/d8/d3e/interfaceIEvaluatedDecision.html b/docs/d8/d3e/interfaceIEvaluatedDecision.html index 445d2076..aa7be924 100644 --- a/docs/d8/d3e/interfaceIEvaluatedDecision.html +++ b/docs/d8/d3e/interfaceIEvaluatedDecision.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -311,7 +311,7 @@

    - +

diff --git a/docs/d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html b/docs/d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html index 56b4940e..2760d42e 100644 --- a/docs/d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html +++ b/docs/d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d8/d68/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep-members.html b/docs/d8/d68/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep-members.html index 7c681772..292c68b0 100644 --- a/docs/d8/d68/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep-members.html +++ b/docs/d8/d68/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d8/d6d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse-members.html b/docs/d8/d6d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse-members.html index f14616e0..947a99ee 100644 --- a/docs/d8/d6d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse-members.html +++ b/docs/d8/d6d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -112,7 +112,7 @@ diff --git a/docs/d8/d6f/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1-members.html b/docs/d8/d6f/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1-members.html index d72a3a29..fa587ba4 100644 --- a/docs/d8/d6f/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1-members.html +++ b/docs/d8/d6f/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d8/d75/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse-members.html b/docs/d8/d75/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse-members.html index 44dbf349..65050aa2 100644 --- a/docs/d8/d75/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse-members.html +++ b/docs/d8/d75/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -106,7 +106,7 @@ diff --git a/docs/d8/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1-members.html b/docs/d8/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1-members.html index 143d3316..b16a978c 100644 --- a/docs/d8/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1-members.html +++ b/docs/d8/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html b/docs/d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html index fdbe1f80..5529b54e 100644 --- a/docs/d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html +++ b/docs/d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d8/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo-members.html b/docs/d8/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo-members.html index bd05677c..00626940 100644 --- a/docs/d8/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo-members.html +++ b/docs/d8/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d8/dc4/interfaceIDecisionMetadata.html b/docs/d8/dc4/interfaceIDecisionMetadata.html index 284bc7c5..ae68b5b0 100644 --- a/docs/d8/dc4/interfaceIDecisionMetadata.html +++ b/docs/d8/dc4/interfaceIDecisionMetadata.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -181,7 +181,7 @@

    - +

diff --git a/docs/d8/deb/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1-members.html b/docs/d8/deb/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1-members.html index 4e0563ce..8a5236b5 100644 --- a/docs/d8/deb/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1-members.html +++ b/docs/d8/deb/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d9/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICancelProcessInstanceResponse.html b/docs/d9/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICancelProcessInstanceResponse.html index 52a8ef60..19bd8a6d 100644 --- a/docs/d9/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICancelProcessInstanceResponse.html +++ b/docs/d9/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICancelProcessInstanceResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html b/docs/d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html index 04476022..4b127937 100644 --- a/docs/d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html +++ b/docs/d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d9/d89/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder-members.html b/docs/d9/d89/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder-members.html index 28cce423..bdc336f5 100644 --- a/docs/d9/d89/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder-members.html +++ b/docs/d9/d89/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html b/docs/d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html index a1063cfd..644856f1 100644 --- a/docs/d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html +++ b/docs/d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d9/d9e/interfaceIDecisionMetadata-members.html b/docs/d9/d9e/interfaceIDecisionMetadata-members.html index f34ad660..03ed8476 100644 --- a/docs/d9/d9e/interfaceIDecisionMetadata-members.html +++ b/docs/d9/d9e/interfaceIDecisionMetadata-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/d9/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3-members.html b/docs/d9/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3-members.html index 542fce48..541d6f1c 100644 --- a/docs/d9/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3-members.html +++ b/docs/d9/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -112,7 +112,7 @@ diff --git a/docs/d9/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1.html b/docs/d9/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1.html index 4ef61f9c..c379c48d 100644 --- a/docs/d9/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1.html +++ b/docs/d9/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -142,7 +142,7 @@

diff --git a/docs/d9/def/namespaceZeebe_1_1Client_1_1Api_1_1Commands.html b/docs/d9/def/namespaceZeebe_1_1Client_1_1Api_1_1Commands.html index f613634d..8507b774 100644 --- a/docs/d9/def/namespaceZeebe_1_1Client_1_1Api_1_1Commands.html +++ b/docs/d9/def/namespaceZeebe_1_1Client_1_1Api_1_1Commands.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -159,7 +159,7 @@ diff --git a/docs/da/d52/interfaceIEvaluateDecisionCommandStep1.html b/docs/da/d52/interfaceIEvaluateDecisionCommandStep1.html index 68c3c907..5e68bc04 100644 --- a/docs/da/d52/interfaceIEvaluateDecisionCommandStep1.html +++ b/docs/da/d52/interfaceIEvaluateDecisionCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -177,7 +177,7 @@

    - +

diff --git a/docs/da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html b/docs/da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html index 92b2e539..361cdc39 100644 --- a/docs/da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html +++ b/docs/da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/da/d88/namespaceZeebe_1_1Client.html b/docs/da/d88/namespaceZeebe_1_1Client.html index f8dba822..84268640 100644 --- a/docs/da/d88/namespaceZeebe_1_1Client.html +++ b/docs/da/d88/namespaceZeebe_1_1Client.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -109,7 +109,7 @@ diff --git a/docs/da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html b/docs/da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html index 5f508ec9..92889b59 100644 --- a/docs/da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html +++ b/docs/da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -142,7 +142,7 @@

diff --git a/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2-members.html b/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2-members.html index 2e59ff6a..d5af63a0 100644 --- a/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2-members.html +++ b/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse-members.html b/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse-members.html index 83f0b16f..1ac93452 100644 --- a/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse-members.html +++ b/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/db/d11/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo-members.html b/docs/db/d11/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo-members.html index 5d207605..3fc80b59 100644 --- a/docs/db/d11/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo-members.html +++ b/docs/db/d11/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -107,7 +107,7 @@ diff --git a/docs/db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html b/docs/db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html index 8806f1ee..f9915182 100644 --- a/docs/db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html +++ b/docs/db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -212,7 +212,7 @@

    - +

diff --git a/docs/db/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1-members.html b/docs/db/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1-members.html index d85304cb..5e6e1656 100644 --- a/docs/db/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1-members.html +++ b/docs/db/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -107,7 +107,7 @@ diff --git a/docs/db/d6b/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2-members.html b/docs/db/d6b/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2-members.html index 7464f944..9c2a4f3a 100644 --- a/docs/db/d6b/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2-members.html +++ b/docs/db/d6b/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/db/d7f/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient-members.html b/docs/db/d7f/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient-members.html index 6af07fad..10cb2cb4 100644 --- a/docs/db/d7f/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient-members.html +++ b/docs/db/d7f/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -106,7 +106,7 @@ diff --git a/docs/db/da3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2-members.html b/docs/db/da3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2-members.html index b075902f..df4af8ab 100644 --- a/docs/db/da3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2-members.html +++ b/docs/db/da3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/db/dca/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2-members.html b/docs/db/dca/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2-members.html index f430235c..66bf405f 100644 --- a/docs/db/dca/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2-members.html +++ b/docs/db/dca/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html b/docs/db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html index e987c1d7..9c22b616 100644 --- a/docs/db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html +++ b/docs/db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -130,7 +130,7 @@ diff --git a/docs/db/df8/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2-members.html b/docs/db/df8/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2-members.html index beb130a6..994cf922 100644 --- a/docs/db/df8/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2-members.html +++ b/docs/db/df8/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/dc/d04/namespaceZeebe_1_1Client_1_1Api_1_1Builder.html b/docs/dc/d04/namespaceZeebe_1_1Client_1_1Api_1_1Builder.html index 74cef87b..4c15fc03 100644 --- a/docs/dc/d04/namespaceZeebe_1_1Client_1_1Api_1_1Builder.html +++ b/docs/dc/d04/namespaceZeebe_1_1Client_1_1Api_1_1Builder.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -136,7 +136,7 @@ diff --git a/docs/dc/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3-members.html b/docs/dc/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3-members.html index 06b96031..c5148ff4 100644 --- a/docs/dc/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3-members.html +++ b/docs/dc/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/dc/d84/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder-members.html b/docs/dc/d84/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder-members.html index 94f3042a..9351528c 100644 --- a/docs/dc/d84/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder-members.html +++ b/docs/dc/d84/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html b/docs/dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html index 46e92807..3ad3d900 100644 --- a/docs/dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html +++ b/docs/dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -171,7 +171,7 @@

diff --git a/docs/dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html b/docs/dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html index 37ddd765..8d9bf187 100644 --- a/docs/dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html +++ b/docs/dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -196,7 +196,7 @@

    - +

diff --git a/docs/dc/dfd/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep-members.html b/docs/dc/dfd/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep-members.html index b62824a2..448a7b68 100644 --- a/docs/dc/dfd/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep-members.html +++ b/docs/dc/dfd/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/dd/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology-members.html b/docs/dd/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology-members.html index f9129668..fd34763b 100644 --- a/docs/dd/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology-members.html +++ b/docs/dd/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html b/docs/dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html index b3a6262c..55fc0665 100644 --- a/docs/dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html +++ b/docs/dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -216,7 +216,7 @@

diff --git a/docs/dd/d50/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1-members.html b/docs/dd/d50/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1-members.html index f18ba68e..77046f19 100644 --- a/docs/dd/d50/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1-members.html +++ b/docs/dd/d50/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/dd/d6c/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1-members.html b/docs/dd/d6c/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1-members.html index 41d1c4e2..098dc2cc 100644 --- a/docs/dd/d6c/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1-members.html +++ b/docs/dd/d6c/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/dd/db0/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2-members.html b/docs/dd/db0/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2-members.html index 1bcc1d02..f77f9dc7 100644 --- a/docs/dd/db0/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2-members.html +++ b/docs/dd/db0/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/dd/db3/namespaceZeebe_1_1Client_1_1Api_1_1Responses.html b/docs/dd/db3/namespaceZeebe_1_1Client_1_1Api_1_1Responses.html index 1e7601b4..c99ae22f 100644 --- a/docs/dd/db3/namespaceZeebe_1_1Client_1_1Api_1_1Responses.html +++ b/docs/dd/db3/namespaceZeebe_1_1Client_1_1Api_1_1Responses.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -160,7 +160,7 @@ diff --git a/docs/dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html b/docs/dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html index a9a44ff5..ea01038f 100644 --- a/docs/dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html +++ b/docs/dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -184,7 +184,7 @@

diff --git a/docs/dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html b/docs/dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html index 3b42e5f1..588b47df 100644 --- a/docs/dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html +++ b/docs/dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -122,7 +122,7 @@ diff --git a/docs/de/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1-members.html b/docs/de/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1-members.html index bc8fb75a..84954060 100644 --- a/docs/de/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1-members.html +++ b/docs/de/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/de/d5c/interfaceIDecisionRequirementsMetadata-members.html b/docs/de/d5c/interfaceIDecisionRequirementsMetadata-members.html index 852cc4e8..02c3c83e 100644 --- a/docs/de/d5c/interfaceIDecisionRequirementsMetadata-members.html +++ b/docs/de/d5c/interfaceIDecisionRequirementsMetadata-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -107,7 +107,7 @@ diff --git a/docs/de/d80/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep-members.html b/docs/de/d80/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep-members.html index 1126a461..b51d8c64 100644 --- a/docs/de/d80/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep-members.html +++ b/docs/de/d80/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html b/docs/de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html index 1dadbaf3..3ee9414f 100644 --- a/docs/de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html +++ b/docs/de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -147,7 +147,7 @@

diff --git a/docs/de/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IFailJobResponse.html b/docs/de/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IFailJobResponse.html index 474c6a0d..08ea407e 100644 --- a/docs/de/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IFailJobResponse.html +++ b/docs/de/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IFailJobResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html b/docs/de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html index 6545f0bd..97aa66af 100644 --- a/docs/de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html +++ b/docs/de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/de/ddc/interfaceZeebe_1_1Client_1_1IZeebeClient-members.html b/docs/de/ddc/interfaceZeebe_1_1Client_1_1IZeebeClient-members.html index 941cf806..44552b31 100644 --- a/docs/de/ddc/interfaceZeebe_1_1Client_1_1IZeebeClient-members.html +++ b/docs/de/ddc/interfaceZeebe_1_1Client_1_1IZeebeClient-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -117,7 +117,7 @@ diff --git a/docs/de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html b/docs/de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html index da2852c6..20058e56 100644 --- a/docs/de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html +++ b/docs/de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -157,7 +157,7 @@

diff --git a/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3-members.html b/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3-members.html index e04c7f64..747c38d3 100644 --- a/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3-members.html +++ b/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1-members.html b/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1-members.html index 15b7d54d..6c84b447 100644 --- a/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1-members.html +++ b/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/de/df7/namespaceZeebe_1_1Client_1_1Api_1_1Misc.html b/docs/de/df7/namespaceZeebe_1_1Client_1_1Api_1_1Misc.html index d4cd1441..e90584b6 100644 --- a/docs/de/df7/namespaceZeebe_1_1Client_1_1Api_1_1Misc.html +++ b/docs/de/df7/namespaceZeebe_1_1Client_1_1Api_1_1Misc.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html b/docs/de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html index 7acad093..cc8370af 100644 --- a/docs/de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html +++ b/docs/de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/df/d06/interfaceIMatchedDecisionRule.html b/docs/df/d06/interfaceIMatchedDecisionRule.html index 3e3b1652..1cd46101 100644 --- a/docs/df/d06/interfaceIMatchedDecisionRule.html +++ b/docs/df/d06/interfaceIMatchedDecisionRule.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -186,7 +186,7 @@

    - +

diff --git a/docs/df/d13/interfaceIMatchedDecisionRule-members.html b/docs/df/d13/interfaceIMatchedDecisionRule-members.html index 8bd7c7d2..205a6ae0 100644 --- a/docs/df/d13/interfaceIMatchedDecisionRule-members.html +++ b/docs/df/d13/interfaceIMatchedDecisionRule-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html b/docs/df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html index 018a94b3..1a0f191d 100644 --- a/docs/df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html +++ b/docs/df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -165,7 +165,7 @@

diff --git a/docs/df/d4b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2-members.html b/docs/df/d4b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2-members.html index efa23d4f..4635f8d5 100644 --- a/docs/df/d4b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2-members.html +++ b/docs/df/d4b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html b/docs/df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html index 5d84d127..9aa83df9 100644 --- a/docs/df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html +++ b/docs/df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -290,7 +290,7 @@

    - +

diff --git a/docs/df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html b/docs/df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html index 42f2962d..f437158e 100644 --- a/docs/df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html +++ b/docs/df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -161,7 +161,7 @@

    - +

diff --git a/docs/df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html b/docs/df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html index 2a0decd8..9c9ad98e 100644 --- a/docs/df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html +++ b/docs/df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -279,7 +279,7 @@

diff --git a/docs/dir_09d442850baba38b957d6a76e6ec806a.html b/docs/dir_09d442850baba38b957d6a76e6ec806a.html index a97a3e5d..0dbffcd4 100644 --- a/docs/dir_09d442850baba38b957d6a76e6ec806a.html +++ b/docs/dir_09d442850baba38b957d6a76e6ec806a.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/dir_2739a70d4777da5ad454341ec349fce2.html b/docs/dir_2739a70d4777da5ad454341ec349fce2.html index 72ab9ccc..d8163e69 100644 --- a/docs/dir_2739a70d4777da5ad454341ec349fce2.html +++ b/docs/dir_2739a70d4777da5ad454341ec349fce2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -114,7 +114,7 @@ diff --git a/docs/dir_52bea0c97656d06529d1f09893fd931d.html b/docs/dir_52bea0c97656d06529d1f09893fd931d.html index 72010ca4..bde73d24 100644 --- a/docs/dir_52bea0c97656d06529d1f09893fd931d.html +++ b/docs/dir_52bea0c97656d06529d1f09893fd931d.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/dir_580496d880bbb980042181fa4dbc77ff.html b/docs/dir_580496d880bbb980042181fa4dbc77ff.html index e81f15a2..30b223b6 100644 --- a/docs/dir_580496d880bbb980042181fa4dbc77ff.html +++ b/docs/dir_580496d880bbb980042181fa4dbc77ff.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/dir_59ead2f44092931f0f384672d3f67ca6.html b/docs/dir_59ead2f44092931f0f384672d3f67ca6.html index 97848d85..66fa82b9 100644 --- a/docs/dir_59ead2f44092931f0f384672d3f67ca6.html +++ b/docs/dir_59ead2f44092931f0f384672d3f67ca6.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/dir_922c588100a187620fdc1533bc178f73.html b/docs/dir_922c588100a187620fdc1533bc178f73.html index c75c5458..21545105 100644 --- a/docs/dir_922c588100a187620fdc1533bc178f73.html +++ b/docs/dir_922c588100a187620fdc1533bc178f73.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/dir_9d9c9ef8cbb75b2a1b56d51a01759903.html b/docs/dir_9d9c9ef8cbb75b2a1b56d51a01759903.html index eb85e6b9..397d17ca 100644 --- a/docs/dir_9d9c9ef8cbb75b2a1b56d51a01759903.html +++ b/docs/dir_9d9c9ef8cbb75b2a1b56d51a01759903.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/functions.html b/docs/functions.html index 75816f33..c75efcc7 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.0.0 +
Zeebe C# Client 2.1.0
C# Client to communicate with an Zeebe Gateway
@@ -100,6 +100,7 @@

- a -

@@ -301,7 +302,7 @@

- w -

    diff --git a/docs/functions_func.html b/docs/functions_func.html index 0d44600c..b0962424 100644 --- a/docs/functions_func.html +++ b/docs/functions_func.html @@ -26,7 +26,7 @@ Logo -
    Zeebe C# Client 2.0.0 +
    Zeebe C# Client 2.1.0
    C# Client to communicate with an Zeebe Gateway
    @@ -99,6 +99,7 @@

    - a -

    @@ -245,7 +246,7 @@

    - w -

      diff --git a/docs/functions_prop.html b/docs/functions_prop.html index 930f9212..13ee8df8 100644 --- a/docs/functions_prop.html +++ b/docs/functions_prop.html @@ -26,7 +26,7 @@ Logo -
      Zeebe C# Client 2.0.0 +
      Zeebe C# Client 2.1.0
      C# Client to communicate with an Zeebe Gateway
      @@ -227,7 +227,7 @@

      - w -

        diff --git a/docs/hierarchy.html b/docs/hierarchy.html index bf43bc0e..16a3b10f 100644 --- a/docs/hierarchy.html +++ b/docs/hierarchy.html @@ -26,7 +26,7 @@ Logo -
        Zeebe C# Client 2.0.0 +
        Zeebe C# Client 2.1.0
        C# Client to communicate with an Zeebe Gateway
        @@ -202,7 +202,7 @@ diff --git a/docs/index.html b/docs/index.html index 94013cfe..3297c28d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,7 +26,7 @@ Logo -
        Zeebe C# Client 2.0.0 +
        Zeebe C# Client 2.1.0
        C# Client to communicate with an Zeebe Gateway
        @@ -294,7 +294,7 @@

        diff --git a/docs/namespacemembers.html b/docs/namespacemembers.html index 67986506..57af651e 100644 --- a/docs/namespacemembers.html +++ b/docs/namespacemembers.html @@ -26,7 +26,7 @@ Logo -
        Zeebe C# Client 2.0.0 +
        Zeebe C# Client 2.1.0
        C# Client to communicate with an Zeebe Gateway
        @@ -101,7 +101,7 @@ diff --git a/docs/namespacemembers_enum.html b/docs/namespacemembers_enum.html index 7ba67f9e..8591e3b1 100644 --- a/docs/namespacemembers_enum.html +++ b/docs/namespacemembers_enum.html @@ -26,7 +26,7 @@ Logo -
        Zeebe C# Client 2.0.0 +
        Zeebe C# Client 2.1.0
        C# Client to communicate with an Zeebe Gateway
        @@ -99,7 +99,7 @@ diff --git a/docs/namespacemembers_func.html b/docs/namespacemembers_func.html index bd220728..e23537f8 100644 --- a/docs/namespacemembers_func.html +++ b/docs/namespacemembers_func.html @@ -26,7 +26,7 @@ Logo -
        Zeebe C# Client 2.0.0 +
        Zeebe C# Client 2.1.0
        C# Client to communicate with an Zeebe Gateway
        @@ -100,7 +100,7 @@ diff --git a/docs/namespaces.html b/docs/namespaces.html index aed3c4e9..b362f56a 100644 --- a/docs/namespaces.html +++ b/docs/namespaces.html @@ -26,7 +26,7 @@ Logo -
        Zeebe C# Client 2.0.0 +
        Zeebe C# Client 2.1.0
        C# Client to communicate with an Zeebe Gateway
        @@ -184,7 +184,7 @@ diff --git a/docs/navtreedata.js b/docs/navtreedata.js index d0ff1ba5..cfc92913 100644 --- a/docs/navtreedata.js +++ b/docs/navtreedata.js @@ -54,7 +54,7 @@ var NAVTREE = var NAVTREEINDEX = [ "annotated.html", -"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a9f8d67444f5159f9eaaeaec32ccbb8ab" +"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a5cec393180f0272146acf1e615230668" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/docs/navtreeindex0.js b/docs/navtreeindex0.js index 72075fa8..0f63eedb 100644 --- a/docs/navtreeindex0.js +++ b/docs/navtreeindex0.js @@ -10,104 +10,104 @@ var NAVTREEINDEX0 = "d0/d12/interfaceIDecisionRequirementsMetadata.html#acccfe57c6c4c3d21ce2891ca765740ce":[2,0,2,1], "d0/d39/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1.html":[1,0,0,0,0,1,18], "d0/d39/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1.html":[2,0,0,0,0,1,18], -"d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html":[2,0,0,0,0,1,1], "d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html":[1,0,0,0,0,1,1], -"d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html#a812d2062fe9630879fdcba09ac1d93a0":[2,0,0,0,0,1,1,0], +"d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html":[2,0,0,0,0,1,1], "d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html#a812d2062fe9630879fdcba09ac1d93a0":[1,0,0,0,0,1,1,0], -"d0/dab/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPublishMessageResponse.html":[2,0,0,0,0,3,12], +"d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html#a812d2062fe9630879fdcba09ac1d93a0":[2,0,0,0,0,1,1,0], "d0/dab/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPublishMessageResponse.html":[1,0,0,0,0,3,12], +"d0/dab/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPublishMessageResponse.html":[2,0,0,0,0,3,12], "d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html":[1,0,0,0,0,1,7], "d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html":[2,0,0,0,0,1,7], "d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html#a40d4cef0731118ab14bdc9ae4b4cb007":[1,0,0,0,0,1,7,0], "d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html#a40d4cef0731118ab14bdc9ae4b4cb007":[2,0,0,0,0,1,7,0], -"d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html#a46f6eddd29cace93eebbfe077ed09d39":[2,0,0,0,0,1,7,1], "d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html#a46f6eddd29cace93eebbfe077ed09d39":[1,0,0,0,0,1,7,1], -"d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html":[2,0,0,0,0,3,10], +"d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html#a46f6eddd29cace93eebbfe077ed09d39":[2,0,0,0,0,1,7,1], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html":[1,0,0,0,0,3,10], +"d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html":[2,0,0,0,0,3,10], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#a35c08001e85b015a9b42016c71bccdc7":[2,0,0,0,0,3,10,1], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#a35c08001e85b015a9b42016c71bccdc7":[1,0,0,0,0,3,10,1], -"d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#aa4225972fbdf911398023ba0e0bef459":[1,0,0,0,0,3,10,2], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#aa4225972fbdf911398023ba0e0bef459":[2,0,0,0,0,3,10,2], -"d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#aba0a31a66cd04948ae332debcbb6bbc5":[2,0,0,0,0,3,10,3], +"d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#aa4225972fbdf911398023ba0e0bef459":[1,0,0,0,0,3,10,2], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#aba0a31a66cd04948ae332debcbb6bbc5":[1,0,0,0,0,3,10,3], +"d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#aba0a31a66cd04948ae332debcbb6bbc5":[2,0,0,0,0,3,10,3], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#ae17c9d361622d6ec1318ddbca2ef110b":[1,0,0,0,0,3,10,0], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#ae17c9d361622d6ec1318ddbca2ef110b":[2,0,0,0,0,3,10,0], -"d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#ae3fd7cbfefa940fbb1baf3274da59ad3":[1,0,0,0,0,3,10,4], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#ae3fd7cbfefa940fbb1baf3274da59ad3":[2,0,0,0,0,3,10,4], -"d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html":[2,0,0,0,0,0,2], +"d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#ae3fd7cbfefa940fbb1baf3274da59ad3":[1,0,0,0,0,3,10,4], "d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html":[1,0,0,0,0,0,2], +"d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html":[2,0,0,0,0,0,2], "d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#a674598084fe70a2550d667b5e3ae1c98":[2,0,0,0,0,0,2,2], "d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#a674598084fe70a2550d667b5e3ae1c98":[1,0,0,0,0,0,2,2], -"d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#a8de8d1febe93685c220a9b7e381e529e":[2,0,0,0,0,0,2,0], "d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#a8de8d1febe93685c220a9b7e381e529e":[1,0,0,0,0,0,2,0], +"d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#a8de8d1febe93685c220a9b7e381e529e":[2,0,0,0,0,0,2,0], "d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#ab969cc775e9253e23bf870ae99fa2ae8":[2,0,0,0,0,0,2,1], "d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#ab969cc775e9253e23bf870ae99fa2ae8":[1,0,0,0,0,0,2,1], "d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html":[2,0,0,0,0,4,1], "d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html":[1,0,0,0,0,4,1], -"d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html#a761aec12d30a603b1cb0c0ce2d5eb5e7":[1,0,0,0,0,4,1,1], "d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html#a761aec12d30a603b1cb0c0ce2d5eb5e7":[2,0,0,0,0,4,1,1], -"d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html#a8376a25e687c47071d2e52270af6b6a5":[2,0,0,0,0,4,1,0], +"d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html#a761aec12d30a603b1cb0c0ce2d5eb5e7":[1,0,0,0,0,4,1,1], "d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html#a8376a25e687c47071d2e52270af6b6a5":[1,0,0,0,0,4,1,0], -"d2/d24/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IAccessTokenSupplier.html":[2,0,0,0,0,0,0], +"d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html#a8376a25e687c47071d2e52270af6b6a5":[2,0,0,0,0,4,1,0], "d2/d24/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IAccessTokenSupplier.html":[1,0,0,0,0,0,0], -"d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html":[1,0,0,0,0,3,4], +"d2/d24/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IAccessTokenSupplier.html":[2,0,0,0,0,0,0], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html":[2,0,0,0,0,3,4], -"d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#a58372d3e6d1bdd954e7886099bc26b78":[1,0,0,0,0,3,4,1], +"d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html":[1,0,0,0,0,3,4], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#a58372d3e6d1bdd954e7886099bc26b78":[2,0,0,0,0,3,4,1], +"d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#a58372d3e6d1bdd954e7886099bc26b78":[1,0,0,0,0,3,4,1], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#a93cd52b29eeb3365218d9d6bae5a907f":[2,0,0,0,0,3,4,3], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#a93cd52b29eeb3365218d9d6bae5a907f":[1,0,0,0,0,3,4,3], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#a953ceb24799e93064df49df32b149ebe":[2,0,0,0,0,3,4,0], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#a953ceb24799e93064df49df32b149ebe":[1,0,0,0,0,3,4,0], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#af4fd38904c4aae7dc733f81747223b52":[2,0,0,0,0,3,4,2], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#af4fd38904c4aae7dc733f81747223b52":[1,0,0,0,0,3,4,2], -"d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html":[1,0,0,0,0,1,4], "d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html":[2,0,0,0,0,1,4], -"d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html#a496c63444b672c49a974556bb34edefe":[1,0,0,0,0,1,4,0], +"d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html":[1,0,0,0,0,1,4], "d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html#a496c63444b672c49a974556bb34edefe":[2,0,0,0,0,1,4,0], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html":[1,0,0,0,0,4,4], +"d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html#a496c63444b672c49a974556bb34edefe":[1,0,0,0,0,1,4,0], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html":[2,0,0,0,0,4,4], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a0bd0858260a6ec4d2397b0ff97645825":[1,0,0,0,0,4,4,8], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html":[1,0,0,0,0,4,4], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a0bd0858260a6ec4d2397b0ff97645825":[2,0,0,0,0,4,4,8], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a4fc6453b1f3c5f4a743829fb3fa26cec":[2,0,0,0,0,4,4,1], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a0bd0858260a6ec4d2397b0ff97645825":[1,0,0,0,0,4,4,8], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a4fc6453b1f3c5f4a743829fb3fa26cec":[1,0,0,0,0,4,4,1], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a61390bdd234664eca6f2756e12192aec":[2,0,0,0,0,4,4,7], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a4fc6453b1f3c5f4a743829fb3fa26cec":[2,0,0,0,0,4,4,1], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a61390bdd234664eca6f2756e12192aec":[1,0,0,0,0,4,4,7], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a71000a7612f5c8a54b3e01e997897218":[1,0,0,0,0,4,4,2], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a61390bdd234664eca6f2756e12192aec":[2,0,0,0,0,4,4,7], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a71000a7612f5c8a54b3e01e997897218":[2,0,0,0,0,4,4,2], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a71000a7612f5c8a54b3e01e997897218":[1,0,0,0,0,4,4,2], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#aa4c868eed67e29b53888f89bf27b29a7":[2,0,0,0,0,4,4,3], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#aa4c868eed67e29b53888f89bf27b29a7":[1,0,0,0,0,4,4,3], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab3049749211dc9ee4b145c02e99952f8":[2,0,0,0,0,4,4,6], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab3049749211dc9ee4b145c02e99952f8":[1,0,0,0,0,4,4,6], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab5b0887bb1bb8afd2d1259b5c690205a":[1,0,0,0,0,4,4,0], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab5b0887bb1bb8afd2d1259b5c690205a":[2,0,0,0,0,4,4,0], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ae13a82bafc0d7c1ffe5b9b9273106843":[1,0,0,0,0,4,4,9], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ae13a82bafc0d7c1ffe5b9b9273106843":[2,0,0,0,0,4,4,9], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#aea7602ab97985620a6d8c2454e41ff3e":[1,0,0,0,0,4,4,5], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ae13a82bafc0d7c1ffe5b9b9273106843":[1,0,0,0,0,4,4,9], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#aea7602ab97985620a6d8c2454e41ff3e":[2,0,0,0,0,4,4,5], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#af71bd628edb5821bd8938a7b273b6426":[1,0,0,0,0,4,4,4], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#aea7602ab97985620a6d8c2454e41ff3e":[1,0,0,0,0,4,4,5], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#af71bd628edb5821bd8938a7b273b6426":[2,0,0,0,0,4,4,4], -"d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html":[1,0,0,0,0,1,19], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#af71bd628edb5821bd8938a7b273b6426":[1,0,0,0,0,4,4,4], "d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html":[2,0,0,0,0,1,19], -"d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html#a9b7b67b5388ccd021c03ddb922744192":[1,0,0,0,0,1,19,0], +"d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html":[1,0,0,0,0,1,19], "d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html#a9b7b67b5388ccd021c03ddb922744192":[2,0,0,0,0,1,19,0], -"d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html":[1,0,0,0,0,0,10], +"d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html#a9b7b67b5388ccd021c03ddb922744192":[1,0,0,0,0,1,19,0], "d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html":[2,0,0,0,0,0,10], +"d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html":[1,0,0,0,0,0,10], "d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html#a8d021cf10ce6004fc755a6693c5ef314":[2,0,0,0,0,0,10,0], "d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html#a8d021cf10ce6004fc755a6693c5ef314":[1,0,0,0,0,0,10,0], "d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html#a9b06024e5747fb5133fed380ca82f42e":[1,0,0,0,0,0,10,1], "d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html#a9b06024e5747fb5133fed380ca82f42e":[2,0,0,0,0,0,10,1], -"d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html":[1,0,0,0,0,1,13], "d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html":[2,0,0,0,0,1,13], +"d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html":[1,0,0,0,0,1,13], "d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html#a57e040172dcdae18979586344b239acd":[1,0,0,0,0,1,13,0], "d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html#a57e040172dcdae18979586344b239acd":[2,0,0,0,0,1,13,0], "d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html#aa0d9df6935da886d3e6e964e5a399bcd":[2,0,0,0,0,1,13,1], "d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html#aa0d9df6935da886d3e6e964e5a399bcd":[1,0,0,0,0,1,13,1], "d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html":[1,0,0,0,0,0,12], "d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html":[2,0,0,0,0,0,12], -"d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#a366ccabef03e52e5d7fe8621c5bff75d":[2,0,0,0,0,0,12,1], "d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#a366ccabef03e52e5d7fe8621c5bff75d":[1,0,0,0,0,0,12,1], -"d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ac26cfa775cbfd651109c526d47f317a6":[2,0,0,0,0,0,12,0], +"d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#a366ccabef03e52e5d7fe8621c5bff75d":[2,0,0,0,0,0,12,1], "d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ac26cfa775cbfd651109c526d47f317a6":[1,0,0,0,0,0,12,0], +"d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ac26cfa775cbfd651109c526d47f317a6":[2,0,0,0,0,0,12,0], "d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ad7318e868930ee33862721399242783f":[2,0,0,0,0,0,12,2], "d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ad7318e868930ee33862721399242783f":[1,0,0,0,0,0,12,2], "d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html":[1,0,0,0,0,0,5], @@ -128,108 +128,110 @@ var NAVTREEINDEX0 = "d3/df4/interfaceIEvaluatedDecisionOutput.html#a79c2937abaf4a28296de132cfbe93b4e":[2,0,5,1], "d4/d13/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2.html":[2,0,6,0], "d4/d13/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2.html#a6bbddd324bfa4582bc6fa18f953bdd20":[2,0,6,0,0], -"d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html":[1,0,0,0,0,1,0], "d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html":[2,0,0,0,0,1,0], +"d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html":[1,0,0,0,0,1,0], "d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html#ae28f36413983e55d97b5db9aa7ed5a59":[2,0,0,0,0,1,0,0], "d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html#ae28f36413983e55d97b5db9aa7ed5a59":[1,0,0,0,0,1,0,0], "d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html":[2,0,0,0,0,1,21], "d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html":[1,0,0,0,0,1,21], "d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html#ad9f3eeda0f9ee82c25e425109f411201":[2,0,0,0,0,1,21,0], "d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html#ad9f3eeda0f9ee82c25e425109f411201":[1,0,0,0,0,1,21,0], -"d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html":[2,0,0,0,0,1,9], "d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html":[1,0,0,0,0,1,9], +"d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html":[2,0,0,0,0,1,9], "d4/d5a/interfaceIEvaluatedDecisionInput.html":[2,0,4], "d4/d5a/interfaceIEvaluatedDecisionInput.html#a2ba6833d0acfd10c2ac74e12c4e7ef16":[2,0,4,1], "d4/d5a/interfaceIEvaluatedDecisionInput.html#a97cdcee6bdcfea8a1dcec89bda578d43":[2,0,4,2], "d4/d5a/interfaceIEvaluatedDecisionInput.html#ad81512af22154fd788875fb68951cd09":[2,0,4,0], -"d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html":[1,0,0,0,0,1,17], "d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html":[2,0,0,0,0,1,17], +"d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html":[1,0,0,0,0,1,17], "d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html#a0be9cde9a6d1b0e1dc3562d913ccd814":[1,0,0,0,0,1,17,1], "d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html#a0be9cde9a6d1b0e1dc3562d913ccd814":[2,0,0,0,0,1,17,1], -"d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html#a71ff5fcdf6f532aad6bbe0abc2ec19e8":[1,0,0,0,0,1,17,0], "d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html#a71ff5fcdf6f532aad6bbe0abc2ec19e8":[2,0,0,0,0,1,17,0], +"d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html#a71ff5fcdf6f532aad6bbe0abc2ec19e8":[1,0,0,0,0,1,17,0], "d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html#adbf07d88b1abf698f0502a047b2405a2":[1,0,0,0,0,1,17,2], "d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html#adbf07d88b1abf698f0502a047b2405a2":[2,0,0,0,0,1,17,2], -"d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html":[1,0,0,0,0,3,0], "d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html":[2,0,0,0,0,3,0], -"d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html#a64a9a9c685df4a474ace2528601fc7e4":[1,0,0,0,0,3,0,0], +"d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html":[1,0,0,0,0,3,0], "d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html#a64a9a9c685df4a474ace2528601fc7e4":[2,0,0,0,0,3,0,0], +"d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html#a64a9a9c685df4a474ace2528601fc7e4":[1,0,0,0,0,3,0,0], "d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html":[1,0,0,0,0,4,3], "d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html":[2,0,0,0,0,4,3], "d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html#aca9a5ca68a4d650d8a3ab952da39b120":[1,0,0,0,0,4,3,1], "d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html#aca9a5ca68a4d650d8a3ab952da39b120":[2,0,0,0,0,4,3,1], -"d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html#afe848cc8c082c14389010b44d98dc734":[1,0,0,0,0,4,3,0], "d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html#afe848cc8c082c14389010b44d98dc734":[2,0,0,0,0,4,3,0], +"d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html#afe848cc8c082c14389010b44d98dc734":[1,0,0,0,0,4,3,0], "d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html":[1,0,0,0,0,1,14], "d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html":[2,0,0,0,0,1,14], "d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html#a00faa4eeae2f6a2d2dc18e2d1153b214":[1,0,0,0,0,1,14,0], "d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html#a00faa4eeae2f6a2d2dc18e2d1153b214":[2,0,0,0,0,1,14,0], -"d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html":[2,0,0,0,0,1,12], "d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html":[1,0,0,0,0,1,12], -"d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html#ae19730f1e14442e22acd7c289ad0b886":[2,0,0,0,0,1,12,0], +"d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html":[2,0,0,0,0,1,12], "d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html#ae19730f1e14442e22acd7c289ad0b886":[1,0,0,0,0,1,12,0], -"d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html#ae6fdec6305522f829eb513b76205b376":[2,0,0,0,0,1,12,1], +"d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html#ae19730f1e14442e22acd7c289ad0b886":[2,0,0,0,0,1,12,0], "d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html#ae6fdec6305522f829eb513b76205b376":[1,0,0,0,0,1,12,1], +"d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html#ae6fdec6305522f829eb513b76205b376":[2,0,0,0,0,1,12,1], "d5/d79/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1.html":[2,0,0,0,0,1,3], "d5/d79/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1.html":[1,0,0,0,0,1,3], "d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html":[1,0,0,0,0,1,23], "d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html":[2,0,0,0,0,1,23], "d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html":[2,0,0,0,0,4,2], "d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html":[1,0,0,0,0,4,2], -"d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html#a751286c47f00b2b07eb221f21143079c":[1,0,0,0,0,4,2,0], "d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html#a751286c47f00b2b07eb221f21143079c":[2,0,0,0,0,4,2,0], +"d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html#a751286c47f00b2b07eb221f21143079c":[1,0,0,0,0,4,2,0], "d5/df7/namespaceZeebe_1_1Client_1_1Api.html":[1,0,0,0,0], "d6/d18/namespaceZeebe.html":[1,0,0], -"d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html":[1,0,0,0,0,0,11], "d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html":[2,0,0,0,0,0,11], -"d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a3ccb013a123c5515eec311e7b03340d1":[1,0,0,0,0,0,11,0], +"d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html":[1,0,0,0,0,0,11], "d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a3ccb013a123c5515eec311e7b03340d1":[2,0,0,0,0,0,11,0], +"d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a3ccb013a123c5515eec311e7b03340d1":[1,0,0,0,0,0,11,0], "d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a6b4cee13545ef76638772add30fbd65d":[1,0,0,0,0,0,11,1], "d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a6b4cee13545ef76638772add30fbd65d":[2,0,0,0,0,0,11,1], "d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a9277829317816183d43b78a2505a6140":[2,0,0,0,0,0,11,2], "d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a9277829317816183d43b78a2505a6140":[1,0,0,0,0,0,11,2], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html":[1,0,0,0,0,3,5], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html":[2,0,0,0,0,3,5], -"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a119434f6966f7c76f764b935427e76e9":[1,0,0,0,0,3,5,6], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a119434f6966f7c76f764b935427e76e9":[2,0,0,0,0,3,5,6], -"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a651d6bd5b6bc785b0b1225161a6fcfd6":[1,0,0,0,0,3,5,5], +"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a119434f6966f7c76f764b935427e76e9":[1,0,0,0,0,3,5,6], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a651d6bd5b6bc785b0b1225161a6fcfd6":[2,0,0,0,0,3,5,5], -"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a6f12cb1cfc8bfc5741e9a26f45143b65":[2,0,0,0,0,3,5,9], +"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a651d6bd5b6bc785b0b1225161a6fcfd6":[1,0,0,0,0,3,5,5], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a6f12cb1cfc8bfc5741e9a26f45143b65":[1,0,0,0,0,3,5,9], -"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#aa29aba554935557900a9f42850a2ebeb":[2,0,0,0,0,3,5,8], +"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a6f12cb1cfc8bfc5741e9a26f45143b65":[2,0,0,0,0,3,5,9], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#aa29aba554935557900a9f42850a2ebeb":[1,0,0,0,0,3,5,8], +"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#aa29aba554935557900a9f42850a2ebeb":[2,0,0,0,0,3,5,8], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#abb67e883431d77f828bcf3d53be27c6e":[1,0,0,0,0,3,5,4], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#abb67e883431d77f828bcf3d53be27c6e":[2,0,0,0,0,3,5,4], -"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#ac08df1f66038e5c5f80c58a1c1ddb9d8":[2,0,0,0,0,3,5,2], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#ac08df1f66038e5c5f80c58a1c1ddb9d8":[1,0,0,0,0,3,5,2], -"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#ac7cdfd065845764d2465a4ffa7880314":[1,0,0,0,0,3,5,3], +"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#ac08df1f66038e5c5f80c58a1c1ddb9d8":[2,0,0,0,0,3,5,2], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#ac7cdfd065845764d2465a4ffa7880314":[2,0,0,0,0,3,5,3], +"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#ac7cdfd065845764d2465a4ffa7880314":[1,0,0,0,0,3,5,3], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#adf490aeaac25940330e7e1376762220a":[2,0,0,0,0,3,5,7], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#adf490aeaac25940330e7e1376762220a":[1,0,0,0,0,3,5,7], -"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#aee09587cc0c197d5d4658dd11ce1879c":[1,0,0,0,0,3,5,1], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#aee09587cc0c197d5d4658dd11ce1879c":[2,0,0,0,0,3,5,1], +"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#aee09587cc0c197d5d4658dd11ce1879c":[1,0,0,0,0,3,5,1], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#afec3c956ff4a506bee490cf2411e49de":[2,0,0,0,0,3,5,0], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#afec3c956ff4a506bee490cf2411e49de":[1,0,0,0,0,3,5,0], -"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html":[1,0,0,0,0,0,13], "d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html":[2,0,0,0,0,0,13], -"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a6629538576bbb21ae5018582c2e0bc50":[1,0,0,0,0,0,13,1], -"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a6629538576bbb21ae5018582c2e0bc50":[2,0,0,0,0,0,13,1], -"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a7e54e81da971f5555863ef55aa222c5f":[1,0,0,0,0,0,13,0], -"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a7e54e81da971f5555863ef55aa222c5f":[2,0,0,0,0,0,13,0], -"d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html":[1,0,0,0,0,0,6], +"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html":[1,0,0,0,0,0,13], +"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a35881cce91811891e96bccd21d78ec86":[2,0,0,0,0,0,13,0], +"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a35881cce91811891e96bccd21d78ec86":[1,0,0,0,0,0,13,0], +"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a6629538576bbb21ae5018582c2e0bc50":[2,0,0,0,0,0,13,2], +"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a6629538576bbb21ae5018582c2e0bc50":[1,0,0,0,0,0,13,2], +"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a7e54e81da971f5555863ef55aa222c5f":[2,0,0,0,0,0,13,1], +"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a7e54e81da971f5555863ef55aa222c5f":[1,0,0,0,0,0,13,1], "d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html":[2,0,0,0,0,0,6], +"d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html":[1,0,0,0,0,0,6], "d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html#aafb55f3b1b1d1d1d39d1264894aaff22":[2,0,0,0,0,0,6,0], "d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html#aafb55f3b1b1d1d1d39d1264894aaff22":[1,0,0,0,0,0,6,0], -"d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html":[2,0,0,0,0,0,1], "d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html":[1,0,0,0,0,0,1], +"d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html":[2,0,0,0,0,0,1], "d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html#a5aa016e383cdfb542d3e3c6367ef1aeb":[2,0,0,0,0,0,1,0], "d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html#a5aa016e383cdfb542d3e3c6367ef1aeb":[1,0,0,0,0,0,1,0], "d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html#a7dbd35f00ff05ec985023270d26c9ad4":[1,0,0,0,0,0,1,1], "d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html#a7dbd35f00ff05ec985023270d26c9ad4":[2,0,0,0,0,0,1,1], "d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html":[1,0,0,0,0,0,3], "d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html":[2,0,0,0,0,0,3], -"d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html#abc61e3608e882c6aacaf3ba026113ee4":[1,0,0,0,0,0,3,0], "d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html#abc61e3608e882c6aacaf3ba026113ee4":[2,0,0,0,0,0,3,0], +"d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html#abc61e3608e882c6aacaf3ba026113ee4":[1,0,0,0,0,0,3,0], "d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html":[2,0,0,0,0,3,14], "d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html":[1,0,0,0,0,3,14], "d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html#a5c36668113107043d2eebad84a8121df":[2,0,0,0,0,3,14,0], @@ -238,16 +240,14 @@ var NAVTREEINDEX0 = "d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html":[1,0,0,0,0,3,15], "d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html":[1,0,0,0,0,3,8], "d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html":[2,0,0,0,0,3,8], -"d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#a20b47003094b2e70d03e06a25200a2fd":[2,0,0,0,0,3,8,2], "d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#a20b47003094b2e70d03e06a25200a2fd":[1,0,0,0,0,3,8,2], -"d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#aa1ec8bca3967e82f8caf05f3d18d9470":[1,0,0,0,0,3,8,1], +"d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#a20b47003094b2e70d03e06a25200a2fd":[2,0,0,0,0,3,8,2], "d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#aa1ec8bca3967e82f8caf05f3d18d9470":[2,0,0,0,0,3,8,1], -"d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#aeb042974a9a3c564e767415a0dcaac6e":[2,0,0,0,0,3,8,0], +"d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#aa1ec8bca3967e82f8caf05f3d18d9470":[1,0,0,0,0,3,8,1], "d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#aeb042974a9a3c564e767415a0dcaac6e":[1,0,0,0,0,3,8,0], -"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html":[1,0,0,0,0,1,10], +"d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#aeb042974a9a3c564e767415a0dcaac6e":[2,0,0,0,0,3,8,0], "d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html":[2,0,0,0,0,1,10], -"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a2bcfd242fef2565c77895ee1e795a161":[1,0,0,0,0,1,10,3], +"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html":[1,0,0,0,0,1,10], "d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a2bcfd242fef2565c77895ee1e795a161":[2,0,0,0,0,1,10,3], -"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a5cec393180f0272146acf1e615230668":[1,0,0,0,0,1,10,1], -"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a5cec393180f0272146acf1e615230668":[2,0,0,0,0,1,10,1] +"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a2bcfd242fef2565c77895ee1e795a161":[1,0,0,0,0,1,10,3] }; diff --git a/docs/navtreeindex1.js b/docs/navtreeindex1.js index 351a79fb..a054cc10 100644 --- a/docs/navtreeindex1.js +++ b/docs/navtreeindex1.js @@ -1,23 +1,25 @@ var NAVTREEINDEX1 = { -"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a9f8d67444f5159f9eaaeaec32ccbb8ab":[1,0,0,0,0,1,10,2], +"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a5cec393180f0272146acf1e615230668":[1,0,0,0,0,1,10,1], +"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a5cec393180f0272146acf1e615230668":[2,0,0,0,0,1,10,1], "d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a9f8d67444f5159f9eaaeaec32ccbb8ab":[2,0,0,0,0,1,10,2], -"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ac661e7377360b62abcb1931a898ffc03":[1,0,0,0,0,1,10,0], +"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a9f8d67444f5159f9eaaeaec32ccbb8ab":[1,0,0,0,0,1,10,2], "d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ac661e7377360b62abcb1931a898ffc03":[2,0,0,0,0,1,10,0], -"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ad42f6150a4bc210139c5a33573759548":[2,0,0,0,0,1,10,4], +"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ac661e7377360b62abcb1931a898ffc03":[1,0,0,0,0,1,10,0], "d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ad42f6150a4bc210139c5a33573759548":[1,0,0,0,0,1,10,4], -"d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html":[1,0,0,0,0,3,1], +"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ad42f6150a4bc210139c5a33573759548":[2,0,0,0,0,1,10,4], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html":[2,0,0,0,0,3,1], -"d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a10e83484ed5a2632a390e4ffe674f664":[2,0,0,0,0,3,1,3], +"d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html":[1,0,0,0,0,3,1], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a10e83484ed5a2632a390e4ffe674f664":[1,0,0,0,0,3,1,3], -"d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a4e43bc60b0945a82722cedfd4bd742cd":[2,0,0,0,0,3,1,4], +"d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a10e83484ed5a2632a390e4ffe674f664":[2,0,0,0,0,3,1,3], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a4e43bc60b0945a82722cedfd4bd742cd":[1,0,0,0,0,3,1,4], +"d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a4e43bc60b0945a82722cedfd4bd742cd":[2,0,0,0,0,3,1,4], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a5d83f8b66d884acdefe4307e8e9bcbf8":[2,0,0,0,0,3,1,2], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a5d83f8b66d884acdefe4307e8e9bcbf8":[1,0,0,0,0,3,1,2], -"d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a9d4d9710bab7f7944c1fad18e41919a9":[2,0,0,0,0,3,1,0], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a9d4d9710bab7f7944c1fad18e41919a9":[1,0,0,0,0,3,1,0], -"d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#adf89f92afa01a33f813cefe6fd7f3137":[2,0,0,0,0,3,1,1], +"d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a9d4d9710bab7f7944c1fad18e41919a9":[2,0,0,0,0,3,1,0], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#adf89f92afa01a33f813cefe6fd7f3137":[1,0,0,0,0,3,1,1], +"d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#adf89f92afa01a33f813cefe6fd7f3137":[2,0,0,0,0,3,1,1], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html":[2,0,0,0,1], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html":[1,0,0,0,1], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a04edceb7abb5195c0c35efa0de843236":[2,0,0,0,1,10], @@ -26,22 +28,22 @@ var NAVTREEINDEX1 = "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a10370b9ac0ebd7feca4d63e638ddd14c":[1,0,0,0,1,9], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a377d14ed8a060b6a652b24a369833c98":[1,0,0,0,1,1], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a377d14ed8a060b6a652b24a369833c98":[2,0,0,0,1,1], -"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a715622caf01c5e5b92bea55df0aefe95":[2,0,0,0,1,7], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a715622caf01c5e5b92bea55df0aefe95":[1,0,0,0,1,7], -"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a83b77ca41cbde1947a976fa1193ded4a":[1,0,0,0,1,8], +"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a715622caf01c5e5b92bea55df0aefe95":[2,0,0,0,1,7], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a83b77ca41cbde1947a976fa1193ded4a":[2,0,0,0,1,8], -"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a874afc6171c09e250b4853ca190660f3":[1,0,0,0,1,4], +"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a83b77ca41cbde1947a976fa1193ded4a":[1,0,0,0,1,8], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a874afc6171c09e250b4853ca190660f3":[2,0,0,0,1,4], +"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a874afc6171c09e250b4853ca190660f3":[1,0,0,0,1,4], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ab8ab0c28694249cc682e32a24cc7889a":[1,0,0,0,1,5], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ab8ab0c28694249cc682e32a24cc7889a":[2,0,0,0,1,5], -"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ad551d03f526c8694b2a0be7f8dc26bab":[2,0,0,0,1,6], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ad551d03f526c8694b2a0be7f8dc26bab":[1,0,0,0,1,6], +"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ad551d03f526c8694b2a0be7f8dc26bab":[2,0,0,0,1,6], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#adb0cb5ee8719edc5cfa63ff99b8b5b19":[2,0,0,0,1,3], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#adb0cb5ee8719edc5cfa63ff99b8b5b19":[1,0,0,0,1,3], -"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ae4878e746b228217ce748cb59a2e86e4":[2,0,0,0,1,2], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ae4878e746b228217ce748cb59a2e86e4":[1,0,0,0,1,2], -"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ae9ab9cf439f070dd5c785a2aa87e2303":[1,0,0,0,1,0], +"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ae4878e746b228217ce748cb59a2e86e4":[2,0,0,0,1,2], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ae9ab9cf439f070dd5c785a2aa87e2303":[2,0,0,0,1,0], +"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ae9ab9cf439f070dd5c785a2aa87e2303":[1,0,0,0,1,0], "d7/df3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IUpdateRetriesResponse.html":[1,0,0,0,0,3,17], "d7/df3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IUpdateRetriesResponse.html":[2,0,0,0,0,3,17], "d8/d3e/interfaceIEvaluatedDecision.html":[2,0,3], @@ -55,8 +57,8 @@ var NAVTREEINDEX1 = "d8/d3e/interfaceIEvaluatedDecision.html#afb0740cb430a3c42be2df510657f74f5":[2,0,3,7], "d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html":[2,0,0,0,0,0,8], "d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html":[1,0,0,0,0,0,8], -"d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html#aa6a11f4182e4875184a0231f68347f24":[2,0,0,0,0,0,8,0], "d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html#aa6a11f4182e4875184a0231f68347f24":[1,0,0,0,0,0,8,0], +"d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html#aa6a11f4182e4875184a0231f68347f24":[2,0,0,0,0,0,8,0], "d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html":[2,0,0,0,0,1,15], "d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html":[1,0,0,0,0,1,15], "d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html#a2a9fa9a2a4cab434f5f14a948498f90d":[2,0,0,0,0,1,15,0], @@ -68,12 +70,12 @@ var NAVTREEINDEX1 = "d8/dc4/interfaceIDecisionMetadata.html#aa693d36afa5393f2ff1a660809ea416b":[2,0,1,5], "d8/dc4/interfaceIDecisionMetadata.html#ac8464dfb91ae4296559a7823b91b2266":[2,0,1,4], "d8/dc4/interfaceIDecisionMetadata.html#ad94494d75a0a258d64cfbad2b2d431e1":[2,0,1,1], -"d9/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICancelProcessInstanceResponse.html":[2,0,0,0,0,3,2], "d9/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICancelProcessInstanceResponse.html":[1,0,0,0,0,3,2], -"d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html":[2,0,0,0,0,1,16], +"d9/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICancelProcessInstanceResponse.html":[2,0,0,0,0,3,2], "d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html":[1,0,0,0,0,1,16], -"d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html#aaea1241ff4493092038763e23c59faf8":[2,0,0,0,0,1,16,0], +"d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html":[2,0,0,0,0,1,16], "d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html#aaea1241ff4493092038763e23c59faf8":[1,0,0,0,0,1,16,0], +"d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html#aaea1241ff4493092038763e23c59faf8":[2,0,0,0,0,1,16,0], "d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html":[2,0,0,0,0,0,4], "d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html":[1,0,0,0,0,0,4], "d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html#af312e6f9d9129c0882abba20a818833d":[2,0,0,0,0,0,4,0], @@ -86,8 +88,8 @@ var NAVTREEINDEX1 = "da/d52/interfaceIEvaluateDecisionCommandStep1.html":[2,0,6], "da/d52/interfaceIEvaluateDecisionCommandStep1.html#a2bca22265f658b37fc22d54bea79fe01":[2,0,6,1], "da/d52/interfaceIEvaluateDecisionCommandStep1.html#ac13ae1980db7f471f56e56ee3b5aaba7":[2,0,6,2], -"da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html":[1,0,0,0,0,0,9], "da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html":[2,0,0,0,0,0,9], +"da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html":[1,0,0,0,0,0,9], "da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html#ae6992079a09d28d9fb5ede3129029cfe":[2,0,0,0,0,0,9,0], "da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html#ae6992079a09d28d9fb5ede3129029cfe":[1,0,0,0,0,0,9,0], "da/d88/namespaceZeebe_1_1Client.html":[1,0,0,0], @@ -102,33 +104,33 @@ var NAVTREEINDEX1 = "db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html":[1,0,0,0,0,3,11], "db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#a34d9c310b7dff2b6d252cc8d3e6e7394":[1,0,0,0,0,3,11,3], "db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#a34d9c310b7dff2b6d252cc8d3e6e7394":[2,0,0,0,0,3,11,3], -"db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#ab1b4c053a127d36cc9061e96b35efbe2":[2,0,0,0,0,3,11,0], "db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#ab1b4c053a127d36cc9061e96b35efbe2":[1,0,0,0,0,3,11,0], -"db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#ac5b14e74b39161bbac6d6cf7ad009507":[2,0,0,0,0,3,11,1], +"db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#ab1b4c053a127d36cc9061e96b35efbe2":[2,0,0,0,0,3,11,0], "db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#ac5b14e74b39161bbac6d6cf7ad009507":[1,0,0,0,0,3,11,1], +"db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#ac5b14e74b39161bbac6d6cf7ad009507":[2,0,0,0,0,3,11,1], "db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#aec82d69d4ed869039d4527bd883048f0":[1,0,0,0,0,3,11,2], "db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#aec82d69d4ed869039d4527bd883048f0":[2,0,0,0,0,3,11,2], "dc/d04/namespaceZeebe_1_1Client_1_1Api_1_1Builder.html":[1,0,0,0,0,0], "dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html":[1,0,0,0,0,1,5], "dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html":[2,0,0,0,0,1,5], -"dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html#a785c0495c173b6e3ba1980b175bb9465":[2,0,0,0,0,1,5,0], "dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html#a785c0495c173b6e3ba1980b175bb9465":[1,0,0,0,0,1,5,0], +"dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html#a785c0495c173b6e3ba1980b175bb9465":[2,0,0,0,0,1,5,0], "dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html#ad05e1c4563f4dc1e16ca864d7eaedb98":[2,0,0,0,0,1,5,1], "dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html#ad05e1c4563f4dc1e16ca864d7eaedb98":[1,0,0,0,0,1,5,1], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html":[2,0,0,0,0,3,7], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html":[1,0,0,0,0,3,7], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a1c78566bb6db79ee85d5bcc2ff76cc85":[1,0,0,0,0,3,7,0], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a1c78566bb6db79ee85d5bcc2ff76cc85":[2,0,0,0,0,3,7,0], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a1c78566bb6db79ee85d5bcc2ff76cc85":[1,0,0,0,0,3,7,0], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a2f5a8450f2bbeb4e40b79cfa9c04cd9d":[2,0,0,0,0,3,7,6], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a2f5a8450f2bbeb4e40b79cfa9c04cd9d":[1,0,0,0,0,3,7,6], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a2fdc616dbae422b068481869f3393b11":[2,0,0,0,0,3,7,2], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a2fdc616dbae422b068481869f3393b11":[1,0,0,0,0,3,7,2], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a3ebe082efc71c973919a9462bf210cf4":[2,0,0,0,0,3,7,3], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a2fdc616dbae422b068481869f3393b11":[2,0,0,0,0,3,7,2], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a3ebe082efc71c973919a9462bf210cf4":[1,0,0,0,0,3,7,3], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a40ef403c0f71d68748bc3a1f3e2057cb":[2,0,0,0,0,3,7,9], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a3ebe082efc71c973919a9462bf210cf4":[2,0,0,0,0,3,7,3], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a40ef403c0f71d68748bc3a1f3e2057cb":[1,0,0,0,0,3,7,9], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a52dcaaf846ca91ad327b3c333fc7814c":[2,0,0,0,0,3,7,5], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a40ef403c0f71d68748bc3a1f3e2057cb":[2,0,0,0,0,3,7,9], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a52dcaaf846ca91ad327b3c333fc7814c":[1,0,0,0,0,3,7,5], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a52dcaaf846ca91ad327b3c333fc7814c":[2,0,0,0,0,3,7,5], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a6cda4af72c822cfe5a3b7817fcf245b0":[1,0,0,0,0,3,7,11], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a6cda4af72c822cfe5a3b7817fcf245b0":[2,0,0,0,0,3,7,11], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a6e007a65b4d34776999fd785b2fe6a63":[1,0,0,0,0,3,7,7], @@ -137,49 +139,49 @@ var NAVTREEINDEX1 = "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a744a674cba2fe873abba69c6ee725581":[2,0,0,0,0,3,7,1], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a9730f3918a9dc0e7c420b1f2f99aca08":[1,0,0,0,0,3,7,10], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a9730f3918a9dc0e7c420b1f2f99aca08":[2,0,0,0,0,3,7,10], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#aa0007e8fbe2cb18c5b3ea925521b2fcc":[1,0,0,0,0,3,7,4], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#aa0007e8fbe2cb18c5b3ea925521b2fcc":[2,0,0,0,0,3,7,4], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#aa0007e8fbe2cb18c5b3ea925521b2fcc":[1,0,0,0,0,3,7,4], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#af128cbe8db2fef999bda05b4c7e7853c":[1,0,0,0,0,3,7,8], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#af128cbe8db2fef999bda05b4c7e7853c":[2,0,0,0,0,3,7,8], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#af1c5a7db655676d720e79b685e4fa40e":[2,0,0,0,0,3,7,12], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#af1c5a7db655676d720e79b685e4fa40e":[1,0,0,0,0,3,7,12], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#af1c5a7db655676d720e79b685e4fa40e":[2,0,0,0,0,3,7,12], "dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html":[2,0,0,0,0,3,9], "dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html":[1,0,0,0,0,3,9], -"dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#aad77097bb09a8938f6c0096cc15d8dba":[2,0,0,0,0,3,9,0], "dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#aad77097bb09a8938f6c0096cc15d8dba":[1,0,0,0,0,3,9,0], +"dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#aad77097bb09a8938f6c0096cc15d8dba":[2,0,0,0,0,3,9,0], "dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#ad5066fdf0832699225037b155f20f72e":[2,0,0,0,0,3,9,2], "dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#ad5066fdf0832699225037b155f20f72e":[1,0,0,0,0,3,9,2], "dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#adfb05d21db3838bf917ade6a38f8351d":[2,0,0,0,0,3,9,3], "dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#adfb05d21db3838bf917ade6a38f8351d":[1,0,0,0,0,3,9,3], -"dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#ae0c0d213a9591abda881ee789095de10":[2,0,0,0,0,3,9,1], "dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#ae0c0d213a9591abda881ee789095de10":[1,0,0,0,0,3,9,1], +"dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#ae0c0d213a9591abda881ee789095de10":[2,0,0,0,0,3,9,1], "dd/db3/namespaceZeebe_1_1Client_1_1Api_1_1Responses.html":[1,0,0,0,0,3], "dd/db3/namespaceZeebe_1_1Client_1_1Api_1_1Responses.html#a1a9e862a4c86d9647570967f6001b9a2":[1,0,0,0,0,3,18], "dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html":[2,0,0,0,0,1,8], "dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html":[1,0,0,0,0,1,8], -"dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html#a543b15d86a55a05375d4b9f04fee0326":[1,0,0,0,0,1,8,0], "dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html#a543b15d86a55a05375d4b9f04fee0326":[2,0,0,0,0,1,8,0], +"dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html#a543b15d86a55a05375d4b9f04fee0326":[1,0,0,0,0,1,8,0], "dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html#a92948a6b91ec0cd6b61ea1d2937beec8":[2,0,0,0,0,1,8,1], "dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html#a92948a6b91ec0cd6b61ea1d2937beec8":[1,0,0,0,0,1,8,1], -"dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html":[2,0,0,0,0,1,25], "dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html":[1,0,0,0,0,1,25], -"de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html":[2,0,0,0,0,2,0], +"dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html":[2,0,0,0,0,1,25], "de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html":[1,0,0,0,0,2,0], -"de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html#a67fa11ed8849cd06c1bd5bc524f286d9":[2,0,0,0,0,2,0,0], +"de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html":[2,0,0,0,0,2,0], "de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html#a67fa11ed8849cd06c1bd5bc524f286d9":[1,0,0,0,0,2,0,0], -"de/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IFailJobResponse.html":[1,0,0,0,0,3,6], +"de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html#a67fa11ed8849cd06c1bd5bc524f286d9":[2,0,0,0,0,2,0,0], "de/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IFailJobResponse.html":[2,0,0,0,0,3,6], +"de/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IFailJobResponse.html":[1,0,0,0,0,3,6], "de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html":[1,0,0,0,0,0,7], "de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html":[2,0,0,0,0,0,7], -"de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html#a9d6848dfba6c3436a99959c8919e900d":[2,0,0,0,0,0,7,0], "de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html#a9d6848dfba6c3436a99959c8919e900d":[1,0,0,0,0,0,7,0], +"de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html#a9d6848dfba6c3436a99959c8919e900d":[2,0,0,0,0,0,7,0], "de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html":[1,0,0,0,0,1,20], "de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html":[2,0,0,0,0,1,20], -"de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html#a571c951aa60a16f6c3ed957a897499dd":[1,0,0,0,0,1,20,0], "de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html#a571c951aa60a16f6c3ed957a897499dd":[2,0,0,0,0,1,20,0], +"de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html#a571c951aa60a16f6c3ed957a897499dd":[1,0,0,0,0,1,20,0], "de/df7/namespaceZeebe_1_1Client_1_1Api_1_1Misc.html":[1,0,0,0,0,2], -"de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html":[2,0,0,0,0,3,13], "de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html":[1,0,0,0,0,3,13], +"de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html":[2,0,0,0,0,3,13], "df/d06/interfaceIMatchedDecisionRule.html":[2,0,7], "df/d06/interfaceIMatchedDecisionRule.html#a371ab79f574d55ac401fcf2f9d9fbc26":[2,0,7,0], "df/d06/interfaceIMatchedDecisionRule.html#af741b15a16d065822bf0f31b751607b0":[2,0,7,1], @@ -188,30 +190,30 @@ var NAVTREEINDEX1 = "df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html":[2,0,0,0,0,1,6], "df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html#a4a5a8fe159510992c0fe4e7417e36c8c":[1,0,0,0,0,1,6,1], "df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html#a4a5a8fe159510992c0fe4e7417e36c8c":[2,0,0,0,0,1,6,1], -"df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html#aac72874e79fc6adec2bfb366e7097e01":[2,0,0,0,0,1,6,0], "df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html#aac72874e79fc6adec2bfb366e7097e01":[1,0,0,0,0,1,6,0], -"df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html":[1,0,0,0,0,4,0], +"df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html#aac72874e79fc6adec2bfb366e7097e01":[2,0,0,0,0,1,6,0], "df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html":[2,0,0,0,0,4,0], -"df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a59b44132084c211cbae9d81ff99804ca":[2,0,0,0,0,4,0,3], +"df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html":[1,0,0,0,0,4,0], "df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a59b44132084c211cbae9d81ff99804ca":[1,0,0,0,0,4,0,3], +"df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a59b44132084c211cbae9d81ff99804ca":[2,0,0,0,0,4,0,3], "df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a8c429fc86a8093c8cafa7ff39e6d517b":[2,0,0,0,0,4,0,1], "df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a8c429fc86a8093c8cafa7ff39e6d517b":[1,0,0,0,0,4,0,1], -"df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a8f24aa0d771928b078293383a0e76aeb":[1,0,0,0,0,4,0,0], "df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a8f24aa0d771928b078293383a0e76aeb":[2,0,0,0,0,4,0,0], +"df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a8f24aa0d771928b078293383a0e76aeb":[1,0,0,0,0,4,0,0], "df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#af7c7675709c3a77d44c53e672ebe3b60":[2,0,0,0,0,4,0,2], "df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#af7c7675709c3a77d44c53e672ebe3b60":[1,0,0,0,0,4,0,2], "df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html":[1,0,0,0,0,3,16], "df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html":[2,0,0,0,0,3,16], -"df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html#a096a4c7fd0b404a311dee2ad7ec93536":[2,0,0,0,0,3,16,0], "df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html#a096a4c7fd0b404a311dee2ad7ec93536":[1,0,0,0,0,3,16,0], -"df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html#a9cb363b32dfe0812cf4dfa402ccd6d47":[2,0,0,0,0,3,16,1], +"df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html#a096a4c7fd0b404a311dee2ad7ec93536":[2,0,0,0,0,3,16,0], "df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html#a9cb363b32dfe0812cf4dfa402ccd6d47":[1,0,0,0,0,3,16,1], -"df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html":[2,0,0,0,0,1,2], +"df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html#a9cb363b32dfe0812cf4dfa402ccd6d47":[2,0,0,0,0,3,16,1], "df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html":[1,0,0,0,0,1,2], -"df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html#a1aa28e4533273ecdc7308d2c626b3ae5":[2,0,0,0,0,1,2,0], +"df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html":[2,0,0,0,0,1,2], "df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html#a1aa28e4533273ecdc7308d2c626b3ae5":[1,0,0,0,0,1,2,0], -"df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html#aa1b591ff96d653c3631faacc86d209cb":[2,0,0,0,0,1,2,3], +"df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html#a1aa28e4533273ecdc7308d2c626b3ae5":[2,0,0,0,0,1,2,0], "df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html#aa1b591ff96d653c3631faacc86d209cb":[1,0,0,0,0,1,2,3], +"df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html#aa1b591ff96d653c3631faacc86d209cb":[2,0,0,0,0,1,2,3], "df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html#aa4e44755c75269bffc1ebbd01e0fa455":[2,0,0,0,0,1,2,4], "df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html#aa4e44755c75269bffc1ebbd01e0fa455":[1,0,0,0,0,1,2,4], "df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html#ad6863e04483d18f6e5e6a6153e25147e":[2,0,0,0,0,1,2,1], diff --git a/docs/search/all_0.js b/docs/search/all_0.js index a430b135..f4611a33 100644 --- a/docs/search/all_0.js +++ b/docs/search/all_0.js @@ -6,6 +6,7 @@ var searchData= ['addresourcestring_3',['AddResourceString',['../d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a2bcfd242fef2565c77895ee1e795a161',1,'Zeebe::Client::Api::Commands::IDeployResourceCommandStep1']]], ['addresourcestringutf8_4',['AddResourceStringUtf8',['../d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ad42f6150a4bc210139c5a33573759548',1,'Zeebe::Client::Api::Commands::IDeployResourceCommandStep1']]], ['address_5',['Address',['../d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a9d4d9710bab7f7944c1fad18e41919a9',1,'Zeebe::Client::Api::Responses::IBrokerInfo']]], - ['asyncjobhandler_6',['AsyncJobHandler',['../db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html#a1ed6b33bbf0290c4ac41ab22d01e52ca',1,'Zeebe::Client::Api::Worker']]], - ['autocompletion_7',['AutoCompletion',['../d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab5b0887bb1bb8afd2d1259b5c690205a',1,'Zeebe::Client::Api::Worker::IJobWorkerBuilderStep3']]] + ['allowuntrustedcertificates_6',['AllowUntrustedCertificates',['../d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a35881cce91811891e96bccd21d78ec86',1,'Zeebe::Client::Api::Builder::IZeebeSecureClientBuilder']]], + ['asyncjobhandler_7',['AsyncJobHandler',['../db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html#a1ed6b33bbf0290c4ac41ab22d01e52ca',1,'Zeebe::Client::Api::Worker']]], + ['autocompletion_8',['AutoCompletion',['../d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab5b0887bb1bb8afd2d1259b5c690205a',1,'Zeebe::Client::Api::Worker::IJobWorkerBuilderStep3']]] ]; diff --git a/docs/search/functions_0.js b/docs/search/functions_0.js index 8273309e..887ccca5 100644 --- a/docs/search/functions_0.js +++ b/docs/search/functions_0.js @@ -5,6 +5,7 @@ var searchData= ['addresourcestream_2',['AddResourceStream',['../d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a9f8d67444f5159f9eaaeaec32ccbb8ab',1,'Zeebe::Client::Api::Commands::IDeployResourceCommandStep1']]], ['addresourcestring_3',['AddResourceString',['../d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a2bcfd242fef2565c77895ee1e795a161',1,'Zeebe::Client::Api::Commands::IDeployResourceCommandStep1']]], ['addresourcestringutf8_4',['AddResourceStringUtf8',['../d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ad42f6150a4bc210139c5a33573759548',1,'Zeebe::Client::Api::Commands::IDeployResourceCommandStep1']]], - ['asyncjobhandler_5',['AsyncJobHandler',['../db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html#a1ed6b33bbf0290c4ac41ab22d01e52ca',1,'Zeebe::Client::Api::Worker']]], - ['autocompletion_6',['AutoCompletion',['../d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab5b0887bb1bb8afd2d1259b5c690205a',1,'Zeebe::Client::Api::Worker::IJobWorkerBuilderStep3']]] + ['allowuntrustedcertificates_5',['AllowUntrustedCertificates',['../d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a35881cce91811891e96bccd21d78ec86',1,'Zeebe::Client::Api::Builder::IZeebeSecureClientBuilder']]], + ['asyncjobhandler_6',['AsyncJobHandler',['../db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html#a1ed6b33bbf0290c4ac41ab22d01e52ca',1,'Zeebe::Client::Api::Worker']]], + ['autocompletion_7',['AutoCompletion',['../d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab5b0887bb1bb8afd2d1259b5c690205a',1,'Zeebe::Client::Api::Worker::IJobWorkerBuilderStep3']]] ]; From e50ca757c97ec25a2aae57608eda76d4e09052dc Mon Sep 17 00:00:00 2001 From: Christopher Zell Date: Sat, 12 Aug 2023 09:05:06 +0200 Subject: [PATCH 4/4] test: upgrade IT to 8.2.11 --- Client.IntegrationTests/ZeebeIntegrationTestHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client.IntegrationTests/ZeebeIntegrationTestHelper.cs b/Client.IntegrationTests/ZeebeIntegrationTestHelper.cs index ea853673..b4ffae9a 100644 --- a/Client.IntegrationTests/ZeebeIntegrationTestHelper.cs +++ b/Client.IntegrationTests/ZeebeIntegrationTestHelper.cs @@ -14,7 +14,7 @@ namespace Client.IntegrationTests { public class ZeebeIntegrationTestHelper { - public const string LatestVersion = "8.2.8"; + public const string LatestVersion = "8.2.11"; private const ushort ZeebePort = 26500;