Fórum

Kaleo Workflow with two reviewers and due date feature.

Neha Singh, modificado 11 Anos atrás.

Kaleo Workflow with two reviewers and due date feature.

New Member Postagens: 4 Data de Entrada: 02/04/12 Postagens Recentes
I am facing little issue configuring due dates in case of two reviewers in the kaleo definition xml. For that I used following snippet in both reviewer's task tag.
<task>
<name>review1</name>
<due-date-duration>3</due-date-duration>
<due-date-scale>day</due-date-scale>
<actions>
- - -
</actions>
</task>

But when I save that xml I get following error.
An error occurred in the workflow engine.

And on removing the
<due-date-duration>3</due-date-duration>
<due-date-scale>day</due-date-scale>
it works fine.

Moreover I have a requirement of setting workflow delay of maximum 3 days . If not, it is default set REFUSED in case of both the reviewers.How do I do that...?