Closed lauramaxwell closed 2 months ago
use the type field in workflow spec to check that data matches expected type in CheckSpec() function. type should be optional, so only perform this check if it exists.
type
spec
CheckSpec()
Feature Details
use the
type
field in workflowspec
to check that data matches expected type inCheckSpec()
function.type
should be optional, so only perform this check if it exists.Example Code
Possible Implementation
Additional Comments