Documentation ¶
Index ¶
- func CheckVars(ctx context.Context, eng expression.Engine, state *model.WorkflowState, ...) error
- func Decode(ctx context.Context, vars []byte) (model.Vars, error)
- func Encode(ctx context.Context, vars model.Vars) ([]byte, error)
- func InputVars(ctx context.Context, eng expression.Engine, oldVarsBin []byte, ...) error
- func OutputVars(ctx context.Context, eng expression.Engine, newVarsBin []byte, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckVars ¶ added in v0.1.177
func CheckVars(ctx context.Context, eng expression.Engine, state *model.WorkflowState, el *model.Element) error
CheckVars checks for missing variables expected in a result
func Encode ¶
Encode encodes the map of workflow variables into a go binary to be sent across the wire.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.