[Yanel-commits] rev 36353 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Tue May 6 09:37:57 CEST 2008


Author: michi
Date: 2008-05-06 09:37:56 +0200 (Tue, 06 May 2008)
New Revision: 36353

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/f4fb5067-e96e-4c4f-9e18-9ea15f8e57d5
Log:
note about schema added

Modified: public/yanel/trunk/src/realms/yanel-website/content/f4fb5067-e96e-4c4f-9e18-9ea15f8e57d5
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/f4fb5067-e96e-4c4f-9e18-9ea15f8e57d5	2008-05-06 07:02:56 UTC (rev 36352)
+++ public/yanel/trunk/src/realms/yanel-website/content/f4fb5067-e96e-4c4f-9e18-9ea15f8e57d5	2008-05-06 07:37:56 UTC (rev 36353)
@@ -4,5 +4,13 @@
   <title>Workflow</title>
   <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/>
 </head>
-<body>  <h1>Workflow<br/></h1>  <p>The XMLResource src/resources/xml/src/java/org/wyona/yanel/impl/resources/XMLResource.java for example has the WorkflowableV1 interface implemented. Also check the YanelServlet for how the workflow interface is used.</p><p>WorkflowableV1 interfaces requires that a resource has also the VersionableV2 interface implemented.<br/></p></body>
-</html>
+<body>  <h1>Workflow<br/></h1>  <p>The XMLResource src/resources/xml/src/java/org/wyona/yanel/impl/resources/XMLResource.java for example has the WorkflowableV1 interface implemented. Also check the YanelServlet for how the workflow interface is used.</p><p>WorkflowableV1 interfaces requires that a resource has also the VersionableV2 interface implemented.</p><p>A workflow schema can be associated with a resource by adding a reference within the corresponding resource configuration, for example:</p><p>
+<code>
+&lt;yanel:property name=&quot;workflow-schema&quot; value=&quot;/app/workflow/workflow-with-review.xml&quot;/&gt;
+</code>
+</p>
+<p>
+whereas if no source scheme is specified, then the workflow schema is located within the default data repository of the corresponding realm.
+</p>
+</body>
+</html>
\ No newline at end of file



More information about the Yanel-commits mailing list