X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.support.jcr%2Fsrc%2Fmain%2Fresources%2Forg%2Fargeo%2Fslc%2Fjcr%2Fslc.cnd;h=62c469bc4963ba9215b60983f1ade79904a0a757;hb=a181e3d059185a9dc108e81f38c66f48f4e4aac8;hp=e82799fe1e6c8f116c6326046be04d8878489c6f;hpb=3ca3b8ffdf07d1821bc6cb09c6d39292edf8575d;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.support.jcr/src/main/resources/org/argeo/slc/jcr/slc.cnd b/runtime/org.argeo.slc.support.jcr/src/main/resources/org/argeo/slc/jcr/slc.cnd index e82799fe1..62c469bc4 100644 --- a/runtime/org.argeo.slc.support.jcr/src/main/resources/org/argeo/slc/jcr/slc.cnd +++ b/runtime/org.argeo.slc.support.jcr/src/main/resources/org/argeo/slc/jcr/slc.cnd @@ -15,5 +15,16 @@ mixin mixin - slc:name (STRING) m +[slc:process] > nt:unstructured, mix:created, mix:lastModified +- slc:uuid (STRING) m +- slc:status (STRING) m ++ slc:flow (slc:realizedFlow) + +[slc:realizedFlow] > nt:base +mixin +- slc:started (DATE) +- slc:completed (DATE) ++ slc:address (nt:address) ++ slc:flow (slc:realizedFlow) *