Zeebe C# Client 2.9.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
Zeebe.Client.Api.Responses.IJob Interface Reference

Properties

long Key [get]
 
Returns
The unique key of the job.

 
string Type [get]
 
Returns
The type of the job.

 
long ProcessInstanceKey [get]
 
Returns
Key of the process instance.

 
string BpmnProcessId [get]
 
Returns
BPMN process id of the process.

 
int ProcessDefinitionVersion [get]
 
Returns
Version of the process.

 
long ProcessDefinitionKey [get]
 
Returns
Key of the process.

 
string ElementId [get]
 
Returns
Id of the process element.

 
long ElementInstanceKey [get]
 
Returns
Key of the element instance.

 
string Worker [get]
 
Returns
the assigned worker to complete the job.

 
int Retries [get]
 
Returns
remaining retries.

 
DateTime Deadline [get]
 
string Variables [get]
 
Returns
JSON-formatted variables.

 
string CustomHeaders [get]
 
Returns
JSON-formatted Custom Headers.

 
string TenantId [get]
 
Returns
tenant ID of the process.

 

Property Documentation

◆ Deadline

DateTime Zeebe.Client.Api.Responses.IJob.Deadline
get
Returns
The time until when the job is exclusively assigned to this worker. If the deadline is exceeded, it can happen that the job is handed to another worker and the work is performed twice.

The documentation for this interface was generated from the following file: