Skip to main content
July 5, 2022
Question

Set a variable on a process Exception timer

  • July 5, 2022
  • 2 replies
  • 0 views

Hi,

When we set an exception on a process with a timer, is there any way to set a process variable to a value, when the timer is triggered ?

Ex: my process has a 2 hours timer set on a Task input form.

After 2 hours the pv!value is set to true

2 replies

stefanhelzle0001
Brainy
July 5, 2022

An exception triggers an alternative process flow. Add a script task to that and modify your PV as required.

July 5, 2022

Ok course, you're right!

I did not see we can insert a component on the red line ;-) (never tried it before today)

Thank you Stefan