extensions

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TAssignmentDefinition

type TAssignmentDefinition struct {
	Assignee        string `xml:"assignee,attr"`
	CandidateGroups string `xml:"candidateGroups,attr"`
}

TAssignmentDefinition is the BPMN XML representation of a assignment definition

func (TAssignmentDefinition) GetCandidateGroups

func (ad TAssignmentDefinition) GetCandidateGroups() []string

GetCandidateGroups returns the candidate groups of the assignment definition

type TIoMapping

type TIoMapping struct {
	Source string `xml:"source,attr"`
	Target string `xml:"target,attr"`
}

TIoMapping is the BPMN XML representation of a io mapping

type TTaskDefinition

type TTaskDefinition struct {
	TypeName string `xml:"type,attr"`
	Retries  string `xml:"retries,attr"`
}

TTaskDefinition is the BPMN XML representation of a task definition

Jump to

Keyboard shortcuts

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