<!– Start task. Place Order and initialize the Workflow –>
<type name="deliver:placeOrderTask">
<parent>bpm:startTask</parent>
<properties>
<property name="deliver:notifyMe">
<type>d:boolean</type>
<default>false</default>
</property>
<property name="deliver:goodsOrdered">
<type>d:int</type>
<mandatory>true</mandatory>
</property>
<property name="deliver:goodsInStock">
<type>d:int</type>
<mandatory>true</mandatory>
</property>
</properties>
<mandatory-aspects>
<aspect>bpm:assignee</aspect>
</mandatory-aspects>
<!– Custom aspects may be added to collect any arbitrary number of people / groups. –>
</type>
<config evaluator="node-type" condition="deliver:placeOrderTask" replace="true">
<property-sheet>
<separator name="sep1" display-label-id="general" component-generator="HeaderSeparatorGenerator" />
<show-property name="bpm:workflowDescription" component-generator="TextAreaGenerator" />
<show-property name="bpm:workflowPriority" />
<show-property name="bpm:workflowDueDate" />
<show-property name="deliver:notifyMe" />
<show-property name="deliver:goodsOrdered" />
<show-property name="deliver:goodsInStock" />
<separator name="sep2" display-label-id="users_and_roles" component-generator="HeaderSeparatorGenerator" />
<show-association name="bpm:assignee"/>
</property-sheet>
</config>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.