flow

package
v0.0.0-...-c54ede3 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TSequenceFlow

type TSequenceFlow struct {
	ID                  string                   `xml:"id,attr" json:"id"`                               // ID
	Name                string                   `xml:"name,attr" json:"name"`                           // 序列流名称
	SourceRef           string                   `xml:"sourceRef,attr" json:"source_ref"`                // 出发元素
	TargetRef           string                   `xml:"targetRef,attr" json:"target_ref"`                // 目标元素
	ConditionExpression []expression.TExpression `xml:"conditionExpression" json:"condition_expression"` // 布尔表达式
}

flow *TSequenceFlow github.com/averyyan/bpmn-engine/bpmn/sepc/types.SequenceFlow

func (*TSequenceFlow) GetConditionExpression

func (flow *TSequenceFlow) GetConditionExpression() string

获取表达式

func (*TSequenceFlow) HasConditionExpression

func (flow *TSequenceFlow) HasConditionExpression() bool

是否存在表达式

Jump to

Keyboard shortcuts

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