camunda

package
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2025 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

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 (this *Camunda) GetHistoricProcessInstance(id string, userId string) (result messages.HistoricProcessInstance, err error)

func (*Camunda) GetIncidents

func (this *Camunda) GetIncidents() (result []messages.CamundaIncident, err error)

func (*Camunda) GetProcessName

func (this *Camunda) GetProcessName(id string, tenantId string) (name string, err error)

func (*Camunda) GetShardIncidents

func (this *Camunda) GetShardIncidents(shard string) (result []messages.CamundaIncident, err error)

func (*Camunda) StartProcess

func (this *Camunda) StartProcess(processDefinitionId string, userId string) (err error)

func (*Camunda) StartProcessWithBusinessKey added in v0.0.9

func (this *Camunda) StartProcessWithBusinessKey(processDefinitionId string, businessKey string, userId string) (err error)

func (*Camunda) StopProcessInstance

func (this *Camunda) StopProcessInstance(id string, tenantId string) (err error)

type FactoryType

type FactoryType struct{}

func (*FactoryType) Get

type NameWrapper

type NameWrapper struct {
	Name string `json:"name"`
}

type Variable

type Variable struct {
	Value     interface{} `json:"value"`
	Type      string      `json:"type"`
	ValueInfo interface{} `json:"valueInfo"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL