This repository contains the code for the LittleHorse Server, Dashboard, CLI, and Java/Go/Python SDK's. Brought to you by LittleHorse Enterprises LLC
119
stars
11
forks
source link
`WfSpec` Validation: Check Types on `NODE_OUTPUT` Assignments #1124
Open
coltmcnealy-lh opened 1 week ago
Issue #1119 allows passing the SDK's
NodeOutput
as a parameter into the tasks. Currently, we do not validate the return type of theNode
.We should check the return type of the
Node
and throw an error if it is not valid.