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 ¶
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
Click to show internal directories.
Click to hide internal directories.