diff --git a/src/Zeebe.Client.Accelerator/Abstractions/AbstractJob.cs b/src/Zeebe.Client.Accelerator/Abstractions/AbstractJob.cs
index 300fc41..c40faaf 100644
--- a/src/Zeebe.Client.Accelerator/Abstractions/AbstractJob.cs
+++ b/src/Zeebe.Client.Accelerator/Abstractions/AbstractJob.cs
@@ -45,6 +45,8 @@ public AbstractJob(IJob job)
public string Variables => job.Variables;
public string CustomHeaders => job.CustomHeaders;
+
+ public string TenantId => job.TenantId;
}
}
\ No newline at end of file
diff --git a/src/Zeebe.Client.Accelerator/Zeebe.Client.Accelerator.csproj b/src/Zeebe.Client.Accelerator/Zeebe.Client.Accelerator.csproj
index 95604f8..8bbc90c 100644
--- a/src/Zeebe.Client.Accelerator/Zeebe.Client.Accelerator.csproj
+++ b/src/Zeebe.Client.Accelerator/Zeebe.Client.Accelerator.csproj
@@ -41,21 +41,21 @@ So this is our version of a good Bootstrap Extension for the C# Zeebe Client. Cr
-
+
-
+
-
+