camunda

package
v0.0.35 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Current = V87

Variables

View Source
var (
	ErrCycleDetected     = errors.New("cycle detected in process instance ancestry")
	ErrUnknownAPIVersion = errors.New("unknown Camunda APIs version")
	ErrNotSupported      = errors.New("feature not supported by this version")
)

Functions

This section is empty.

Types

type APIVersion

type APIVersion string
const (
	V87 APIVersion = "8.7"
	V88 APIVersion = "8.8"
)

func Normalize

func Normalize(s string) (APIVersion, error)

func Supported

func Supported() []APIVersion

type Base

type Base interface {
	Capabilities(ctx context.Context) Capabilities
}

type Capabilities

type Capabilities struct {
	APIVersion APIVersion
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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