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=cb88e55046e6ed5ccf9f2b9a5811d2341ab967bf;hb=a0e8f9b4d92028975baaba0317899536045804c8;hp=126b16f720926306c3be1328b07688e330c41aa5;hpb=78a50589529bf6aa4fcb904b52b2d85ebf87ff59;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 126b16f72..cb88e5504 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 @@ -45,7 +45,7 @@ mixin + * (mix:title) [slc:executionFlow] > nt:unstructured, mix:title -- slc:name (STRING) m +- slc:name (STRING) ! m // if the execution spec is a referenceable node - slc:spec (REFERENCE) // if the execution spec is internal (without name) @@ -53,7 +53,7 @@ mixin // PROCESS [slc:process] > nt:unstructured, mix:created, mix:lastModified -- slc:uuid (STRING) m +- slc:uuid (STRING) ! m - slc:status (STRING) m + slc:flow (slc:realizedFlow) @@ -70,4 +70,15 @@ mixin // the realized execution spec attributes + * (slc:executionSpecAttribute) * +// RESULT +[slc:result] > nt:unstructured, mix:created, mix:lastModified +- slc:uuid (STRING) ! m +- slc:completed (DATE) + +[slc:check] > nt:unstructured, mix:created +// true for PASSED, false for FAILED or ERROR +- slc:success (BOOLEAN) ! m +- slc:message (STRING) +// ERROR if set, the check could not be performed because of an unexpected exception +- slc:errorMessage (STRING)