Skip to main content
alphar0001
September 14, 2023
Solved

is it possible to pass changed ri variable back from an interface without button click

  • September 14, 2023
  • 2 replies
  • 0 views

I am trying to access changed ri variables from an interface of user input task. I am accessing it by using ac domain with the rule input name in the node output  and saving the ac variable to a new pv. But the new pv is coming as blank.  There is no button click in the userinput task. The userinput task is exited on exception flow. Is it possible to save the change rule input value back to a new process variable.

Best answer by mikes0011

No value is saved into the PV until the task is submitted.  If no button (or submit link) has been clicked then no submit has occurred.

2 replies

mikes0011
mikes0011Answer
Brainy
September 14, 2023

No value is saved into the PV until the task is submitted.  If no button (or submit link) has been clicked then no submit has occurred.

stefanhelzle0001
Brainy
September 14, 2023

When an exception is triggered, the task is skipped and there is no user interaction happening. You cannot get any data from that skipped task.