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