Hi Emilio:

The new xml configurable workflow does not currently support curation tasks. 
Thus your choices are either to use regular (3-step) legacy workflow and 
configure as you have below (tasks will work), or if you need the configurable 
workflow, perform the tasks in the admin UI/cron-tiggered command-line,
etc.

Sorry,

Richard
On Aug 9, 2012, at 3:17 AM, emilio lorenzo wrote:

The environment is DSPACE 1.8 + xmlui + curation system. Any invocation of 
curation tasks from the UI goes OK and logs are OK, so I assume curation 
configuration is right,  but, I cant get working the curation task activation 
via the workflow system

Following the documentation,  I ´m using the configuration file  
workflow-curation.xml,  to wire vscan  (or any other declared task)  to step1  
in a workflow.   Something like:

<taskset-map>
   <mapping collection-handle="default" taskset="vscan" />
</taskset-map>
<tasksets>
  <taskset name="viruscan">
    <flowstep name="step1">
      .......



I´ve tested the above configuration with the new xml-workflow system (changing 
the name of one step to match Step1) as


 <step id="step1" role="finaleditor" userSelectionMethod="claimaction">
<action>
<action id="finaleditaction"/>
</actions>
 </step>


but with no results... In the logs files doesn't appear any invocation to 
org.dspace.curate.Curator class or any other error, just normal messages from 
org.dspace.xmlworkflow. classes

The main question is the reference to step1 ( <flowstep name="step1"> in 
workflow-curation.xml)...
In which way the relation between steps and taskset-map is defined? anything I 
missed out?
any help would be appreciated

Emilio
--

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
DSpace-tech mailing list
[email protected]<mailto:[email protected]>
https://lists.sourceforge.net/lists/listinfo/dspace-tech

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to