If I run this in a script it works.
dwaction: ([action:`dload`kload`kinc]desc:(“D”;“K”;“KI”));
`:db/dwaction set dwaction;
dwstatus: ([status:`progress`success`error]desc:(“P”;“F”;“E”));
`:db/dwstatus set dwstatus;
dwlog: (action:dwaction$();status:
dwstatus$();start:datetime$();end:
datetime$();err:();note:());
`:db/dwlog set dwlog;