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
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
Click to show internal directories.
Click to hide internal directories.