activity

package
v0.5.8 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2019 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ACTION_REF = "github.com/TIBCOSoftware/flogo-contrib/action/activity"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionData

type ActionData struct {
	Ref string `json:"ref"`
}

type ActionFactory

type ActionFactory struct {
}

func (*ActionFactory) Init

func (ff *ActionFactory) Init() error

func (*ActionFactory) New

func (ff *ActionFactory) New(config *action.Config) (action.Action, error)

type ActivityAction

type ActivityAction struct {
	// contains filtered or unexported fields
}

func (*ActivityAction) IOMetadata

func (a *ActivityAction) IOMetadata() *data.IOMetadata

IOMetadata get the Action's IO metadata

func (*ActivityAction) Metadata

func (a *ActivityAction) Metadata() *action.Metadata

Metadata get the Action's metadata

func (*ActivityAction) Run

func (a *ActivityAction) Run(ctx context.Context, inputs map[string]*data.Attribute) (map[string]*data.Attribute, error)

Jump to

Keyboard shortcuts

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