Documentation
¶
Overview ¶
* Copyright © 2020. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.
Index ¶
- Constants
- func New(ctx activity.InitContext) (activity.Activity, error)
- type Activity
- type Field
- func (this *Field) GetDValue() interface{}
- func (this *Field) GetName() string
- func (this *Field) GetType() string
- func (this *Field) IsOptional() bool
- func (this *Field) SetDValue(dValue string)
- func (this *Field) SetName(name string)
- func (this *Field) SetOptional(optional bool)
- func (this *Field) SetType(dataType string)
- type Input
- type Output
- type Settings
Constants ¶
View Source
const (
PassThroughDataOut = "PassThroughDataOut"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Activity ¶
type Activity struct {
// contains filtered or unexported fields
}
Activity is the structure for Activity Metadata
type Field ¶
type Field struct {
// contains filtered or unexported fields
}
func (*Field) IsOptional ¶
func (*Field) SetOptional ¶
type Input ¶
type Input struct { Nodes interface{} `md:"Nodes,required"` Edges interface{} `md:"Edges,required"` PassThroughData interface{} `md:"PassThroughData,required"` BatchEnd bool `md:"BatchEnd"` }
Input Structure
Click to show internal directories.
Click to hide internal directories.