processdefinition

package
v0.0.28 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	camunda.Base
	GetProcessDefinitionByKey(ctx context.Context, key int64) (*ProcessDefinition, error)
	SearchProcessDefinitions(ctx context.Context, filter SearchFilterOpts, size int32) (*ResultsProcessDefinition, error)
}

type ProcessDefinition

type ProcessDefinition struct {
	BpmnProcessId string
	Key           int64
	Name          string
	TenantId      string
	Version       int32
	VersionTag    string
}

type ResultsProcessDefinition

type ResultsProcessDefinition struct {
	Total int32
	Items []ProcessDefinition
}

type SearchFilterOpts

type SearchFilterOpts struct {
	Key           int64
	BpmnProcessId string
	Version       int32
	VersionTag    string
}

Jump to

Keyboard shortcuts

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