cmd

package
v0.0.0-...-8b75618 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackTaskCmd

type BackTaskCmd struct {
	TaskId       int
	TargetFlowId string
	Comment      string
}

func (BackTaskCmd) Execute

func (backTaskCmd BackTaskCmd) Execute(interceptor behavior.CommandContext) (interface{}, error)

type CompleteCmd

type CompleteCmd struct {
	TaskId     int
	Variables  map[string]interface{}
	LocalScope bool
}

func (CompleteCmd) Execute

func (taskCmd CompleteCmd) Execute(interceptor behavior.CommandContext) (interface{}, error)

type DeploymentCmd

type DeploymentCmd struct {
	Name     string
	Key      string
	TenantId string
	Bytes    []byte
}

func (DeploymentCmd) Execute

func (deploy DeploymentCmd) Execute(interceptor behavior.CommandContext) (interface{}, error)

type GetTaskCmd

type GetTaskCmd struct {
	UserId  string
	GroupId string
}

func (GetTaskCmd) Execute

func (getTaskCmd GetTaskCmd) Execute(interceptor behavior.CommandContext) (interface{}, error)

type StartProcessInstanceByKeyCmd

type StartProcessInstanceByKeyCmd struct {
	ProcessDefinitionKey string
	Variables            map[string]interface{}
	BusinessKey          string
	TenantId             string
}

func (StartProcessInstanceByKeyCmd) Execute

func (start StartProcessInstanceByKeyCmd) Execute(interceptor behavior.CommandContext) (interface{}, error)

Jump to

Keyboard shortcuts

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