model

package
v0.0.0-...-738d89c Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2023 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeployDiagramInput

type DeployDiagramInput struct {
	// 部署名称
	Name string `json:"name"`
	// 所属应用
	AppID int `json:"appID"`
	// 流程文件
	ResourceKey []string `json:"resourceKey,omitempty"`
	// 流程图文件ID
	ResourceID []int `json:"resourceID,omitempty"`
}

type StartProcessInput

type StartProcessInput struct {
	// 流程定义ID
	ProcDefKey string `json:"procDefKey"`
	// 业务ID
	BusinessKey string `json:"businessKey"`
	// 流程变量
	Variables []*VariableInput `json:"variables,omitempty"`
}

type VariableInput

type VariableInput struct {
	// 变量名称
	Name string `json:"name"`
	// 变量类型
	Type string `json:"type"`
	// 变量值
	Value string `json:"value"`
}

Jump to

Keyboard shortcuts

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