You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- use JSON for encoding/decoding
- lift encode/decode out of the system database
- distinguish nil values (stored as NULL) in Postgres
- return json strings on the ListWorkflows GetWorkflowSteps paths
- Add comprehensive testing suite
On the get wf steps / list wf path, the contract is that if the value is
nil, you know it was storing a nil value. Else, the value is a JSON
string of your workflow's or step's `T`.
0 commit comments