[ 
https://jira.nuxeo.com/browse/NXCM-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=102459#comment-102459
 ] 

Mariana Cedica commented on NXCM-446:
-------------------------------------

Implementation in CMF
-----------------------
- Added a new doc type DecisionalDistributionTask and overridden the 
ConditionalfolderFactory contribution to create a ConditionalFolder containing 
a DecisionalDistributionTask as the decisional step.
- the DecisionalDistributionTask is mapped to the 
DecisionalDistributionTaskChain (this is the automation chain executed when the 
step is run)
- the DecisionalDistributionTask, sets the next option to run to 1 if the 
current task is validated, or to 2 if the current task is refused
    <chain id="DecisionalDistributionTaskChain">
      <operation id="Case.Management.CreateCaseLink" />
      <operation id="Case.Management.Step.CaseLink.Mapping">
        <param name="actionnable" type="boolean">true</param>
        <param name="mappingProperties" type="Properties">
          <property key="dc:title">Case:dc:title</property>
          <property key="acslk:dueDate">Step:rtsk:dueDate</property>
          <property key="acslk:automaticValidation">
            Step:rtsk:automaticValidation
          </property>
        </param>
        <param name="leavingChainsProperties" type="Properties">
          <property 
key="validate">validateAndRemoveLinkAndExecuteOption1</property>
          <property key="refuse">refuseAndRemoveLinkAndExecuteOption2</property>
        </param>
      </operation>
      <operation id="Case.Management.Distribution" />
    </chain>


> Add conditional step to Content Routing
> ---------------------------------------
>
>                 Key: NXCM-446
>                 URL: https://jira.nuxeo.com/browse/NXCM-446
>             Project: Nuxeo Case Management
>          Issue Type: New Feature
>          Components: Content Routing
>            Reporter: Darcy CarriƩ
>            Assignee: Mariana Cedica
>             Fix For: 1.8.x
>
>
> Create a "conditional" type of step for routing where the condition is YES/NO

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to