Documentation
¶
Index ¶
Constants ¶
View Source
const ( CreateTaskKey = "create" DeleteTaskKey = "delete" )
WSS's tasks.
Variables ¶
This section is empty.
Functions ¶
func CreateInputs ¶
func CreateInputs(definition workflowparser.WorkflowDefinition, name string) (map[string]interface{}, error)
CreateInputs maps create task's inputs. name is optional and has to be unique.
func CreateOutputs ¶
CreateOutputs maps create task's outputs. id is unique workflow id.
func DeleteInputs ¶
DeleteInputs maps delete task's inputs. id is unique workflow id.
func DeleteOutputs ¶
DeleteOutputs maps delete task's outputs.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.