pkg

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunCleanup

func RunCleanup(config configuration.Config) (err error)

Types

type Camunda

type Camunda interface {
	ListHistoryFinishedBefore(limit string, offset string, sortby string, sortdirection string, finished bool, before time.Time) (result camunda.HistoricProcessInstances, err error)
	ListHistory(limit string, offset string, sortby string, sortdirection string, finished bool) (result camunda.HistoricProcessInstances, err error)
	RemoveProcessInstanceHistory(id string) (err error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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