Documentation
¶
Index ¶
- Variables
- type Camunda
- func (this *Camunda) GetHistoricProcessInstance(id string, userId string) (result messages.HistoricProcessInstance, err error)
- func (this *Camunda) GetIncidents() (result []messages.CamundaIncident, err error)
- func (this *Camunda) GetProcessName(id string, tenantId string) (name string, err error)
- func (this *Camunda) GetShardIncidents(shard string) (result []messages.CamundaIncident, err error)
- func (this *Camunda) StartProcess(processDefinitionId string, userId string) (err error)
- func (this *Camunda) StartProcessWithBusinessKey(processDefinitionId string, businessKey string, userId string) (err error)
- func (this *Camunda) StopProcessInstance(id string, tenantId string) (err error)
- type FactoryType
- type NameWrapper
- type Variable
Constants ¶
This section is empty.
Variables ¶
View Source
var Factory = &FactoryType{}
Functions ¶
This section is empty.
Types ¶
type Camunda ¶
type Camunda struct {
// contains filtered or unexported fields
}
func (*Camunda) GetHistoricProcessInstance ¶ added in v0.0.9
func (*Camunda) GetIncidents ¶
func (this *Camunda) GetIncidents() (result []messages.CamundaIncident, err error)
func (*Camunda) GetProcessName ¶
func (*Camunda) GetShardIncidents ¶
func (this *Camunda) GetShardIncidents(shard string) (result []messages.CamundaIncident, err error)
func (*Camunda) StartProcess ¶
func (*Camunda) StartProcessWithBusinessKey ¶ added in v0.0.9
type FactoryType ¶
type FactoryType struct{}
func (*FactoryType) Get ¶
func (this *FactoryType) Get(ctx context.Context, config configuration.Config) (interfaces.Camunda, error)
type NameWrapper ¶
type NameWrapper struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.