public static interface GatewayOuterClass.ActivatedJobOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCustomHeaders()
a set of custom headers defined during modelling; returned as a serialized
JSON document
|
com.google.protobuf.ByteString |
getCustomHeadersBytes()
a set of custom headers defined during modelling; returned as a serialized
JSON document
|
long |
getDeadline()
when the job can be activated again, sent as a UNIX epoch timestamp
|
GatewayOuterClass.JobHeaders |
getJobHeaders()
a set of headers tying the job to a workflow instance/task instance
|
GatewayOuterClass.JobHeadersOrBuilder |
getJobHeadersOrBuilder()
a set of headers tying the job to a workflow instance/task instance
|
long |
getKey()
the key, a unique identifier for the job
|
String |
getPayload()
JSON document, computed at activation time, consisting of all visible variables to
the task scope
|
com.google.protobuf.ByteString |
getPayloadBytes()
JSON document, computed at activation time, consisting of all visible variables to
the task scope
|
int |
getRetries()
the amount of retries left to this job (should always be positive)
|
String |
getType()
the type of the job (should match what was requested)
|
com.google.protobuf.ByteString |
getTypeBytes()
the type of the job (should match what was requested)
|
String |
getWorker()
the name of the worker which activated this job
|
com.google.protobuf.ByteString |
getWorkerBytes()
the name of the worker which activated this job
|
boolean |
hasJobHeaders()
a set of headers tying the job to a workflow instance/task instance
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getKey()
the key, a unique identifier for the job
int64 key = 1;
String getType()
the type of the job (should match what was requested)
string type = 2;
com.google.protobuf.ByteString getTypeBytes()
the type of the job (should match what was requested)
string type = 2;
boolean hasJobHeaders()
a set of headers tying the job to a workflow instance/task instance
.gateway_protocol.JobHeaders jobHeaders = 3;
GatewayOuterClass.JobHeaders getJobHeaders()
a set of headers tying the job to a workflow instance/task instance
.gateway_protocol.JobHeaders jobHeaders = 3;
GatewayOuterClass.JobHeadersOrBuilder getJobHeadersOrBuilder()
a set of headers tying the job to a workflow instance/task instance
.gateway_protocol.JobHeaders jobHeaders = 3;
String getCustomHeaders()
a set of custom headers defined during modelling; returned as a serialized JSON document
string customHeaders = 4;
com.google.protobuf.ByteString getCustomHeadersBytes()
a set of custom headers defined during modelling; returned as a serialized JSON document
string customHeaders = 4;
String getWorker()
the name of the worker which activated this job
string worker = 5;
com.google.protobuf.ByteString getWorkerBytes()
the name of the worker which activated this job
string worker = 5;
int getRetries()
the amount of retries left to this job (should always be positive)
int32 retries = 6;
long getDeadline()
when the job can be activated again, sent as a UNIX epoch timestamp
int64 deadline = 7;
String getPayload()
JSON document, computed at activation time, consisting of all visible variables to the task scope
string payload = 8;
com.google.protobuf.ByteString getPayloadBytes()
JSON document, computed at activation time, consisting of all visible variables to the task scope
string payload = 8;
Copyright © 2017–2019 camunda services GmbH. All rights reserved.