cancel
Showing results for 
Search instead for 
Did you mean: 

Timer count only in the week

arak1
Champ in-the-making
Champ in-the-making
Hi everyone,

I have a workflow with a boundary event:



    <boundaryEvent id="tiempoCertificacion" attachedToRef="apelarCertificacion" cancelActivity="true">
      <timerEventDefinition>
        <timeDuration>PT72H</timeDuration>
      </timerEventDefinition>
    </boundaryEvent>



This workflow must be completed within 72 hours.

I need:

1) The time only count in the week, and not saturday or sunday.
2) Show the current time (of this event) in live, in a custom web application. Can I get the variable which store the value of time? (Preferably via REST)

Any guide or recommendation for this?

Thanks in advance.

Greetings,
Pablo Arak.
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Arak,

Following pull request implements required functionality:
https://github.com/Activiti/Activiti/pull/646

Regards
Martin