Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BulkRequest ¶
type BulkRequest = model.BulkRequest
type BulkResponse ¶
type BulkResponse = model.BulkResponse
type CamundaCompleteRequest ¶
type CamundaCompleteRequest struct {
WorkerId string `json:"workerId,omitempty"`
Variables map[string]CamundaVariable `json:"localVariables,omitempty"`
}
type CamundaExternalTask ¶
type CamundaExternalTask struct {
Id string `json:"id,omitempty"`
Variables map[string]CamundaVariable `json:"variables,omitempty"`
ActivityId string `json:"activityId,omitempty"`
Retries int64 `json:"retries"`
ExecutionId string `json:"executionId"`
ProcessInstanceId string `json:"processInstanceId"`
ProcessDefinitionId string `json:"processDefinitionId"`
TenantId string `json:"tenantId"`
Error string `json:"errorMessage"`
}
type CamundaFetchRequest ¶
type CamundaFetchRequest struct {
WorkerId string `json:"workerId,omitempty"`
MaxTasks int64 `json:"maxTasks,omitempty"`
Topics []CamundaTopic `json:"topics,omitempty"`
}
type CamundaTopic ¶
type CamundaVariable ¶
type CamundaVariable struct {
Type string `json:"type,omitempty"`
Value interface{} `json:"value,omitempty"`
}
type Incident ¶
type Incident struct {
Id string `json:"id" bson:"id"`
MsgVersion int64 `json:"msg_version,omitempty" bson:"msg_version,omitempty"` //from version 3 onward will be set in KafkaIncidentsCommand and be copied to this field
ExternalTaskId string `json:"external_task_id" bson:"external_task_id"`
ProcessInstanceId string `json:"process_instance_id" bson:"process_instance_id"`
ProcessDefinitionId string `json:"process_definition_id" bson:"process_definition_id"`
WorkerId string `json:"worker_id" bson:"worker_id"`
ErrorMessage string `json:"error_message" bson:"error_message"`
Time time.Time `json:"time" bson:"time"`
TenantId string `json:"tenant_id" bson:"tenant_id"`
DeploymentName string `json:"deployment_name" bson:"deployment_name"`
}
type KafkaIncidentsCommand ¶
type VariableWithUnixTimestamp ¶
type VariableWithUnixTimestamp = model.VariableWithUnixTimestamp
Click to show internal directories.
Click to hide internal directories.