workflow

package
v0.35.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AlertsCmd = &cobra.Command{
	Use:   "alerts",
	Short: "Manage workflow alerts",
}
View Source
var FieldUpdatesCmd = &cobra.Command{
	Use:   "field-updates",
	Short: "Manage workflow field updates",
}
View Source
var RulesCmd = &cobra.Command{
	Use:   "rules",
	Short: "Manage workflow rules",
}
View Source
var SenderTypeIds = map[SenderType][]string{
	None:                {"None"},
	CurrentUser:         {"CurrentUser"},
	DefaultWorkflowUser: {"DefaultWorkflowUser"},
	OrgWideEmailAddress: {"OrgWideEmailAddress"},
}

Functions

This section is empty.

Types

type SenderType

type SenderType enumflag.Flag
const (
	None SenderType = iota
	CurrentUser
	DefaultWorkflowUser
	OrgWideEmailAddress
)

Jump to

Keyboard shortcuts

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