Other question for you guys, I found out a problem with my schema:
(def Workflow
{:id PosInt
:status WorkflowStatus
:latitude Double
:longitude Double
:last-modified s/Inst})
Basically (sgen/generate hs/Workflow) works fine but (scompl/complete hs/Workflow {:longitude 0.1}) does not.
What am I doing wrong here?
Thanks a lot :)