serverlessworkflow / sdk-typescript

Typescript SDK for Serverless Workflow
https://serverlessworkflow.io/
Apache License 2.0
64 stars 16 forks source link

Handle default values #104

Closed JBBianchi closed 3 years ago

JBBianchi commented 3 years ago

What would you like to be added: If the schema defines a default value for a property and the developper didn't provide one, the builder should assign the default value to the said property.

Why is this needed: See #99