Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Action_RunJS ¶
func Action_RunJS(w *workflow.Workflow, m *workflow.TemplateData) error
func GetSchema ¶
func GetSchema() workflow.SchemaEndpoint
GetAction returns the action for the target
Types ¶
type JSSchema ¶
type JSSchema struct { }
func (JSSchema) GetActionSchema ¶
func (s JSSchema) GetActionSchema() map[string]workflow.ActionSchema
GetActions returns the actions for this schema
func (JSSchema) GetFunctionMap ¶
func (s JSSchema) GetFunctionMap() map[string]workflow.FunctionSchema
GetFunctionMap returns the function map for this schema
func (JSSchema) GetTargetSchema ¶
func (s JSSchema) GetTargetSchema() map[string]workflow.TargetSchema
GetTargetSchema returns the target schema for this action
Click to show internal directories.
Click to hide internal directories.