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