Documentation ¶
Index ¶
- func CheckVars(ctx context.Context, state *model.WorkflowState, el *model.Element) 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, oldVarsBin []byte, newVarsBin *[]byte, el *model.Element) error
- func OutputVars(ctx context.Context, newVarsBin []byte, mergeVarsBin *[]byte, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.