Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IncidentMessage ¶
type IncidentMessage struct {
Id string `json:"id" bson:"id"`
MsgVersion int64 `json:"msg_version" bson:"msg_version"`
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"`
}
Click to show internal directories.
Click to hide internal directories.