I have a process with a SAIL start form. The form field values are saved into pr

I have a process with a SAIL start form. The form field values are saved into process variables. Process Initiator fills the form and submits for approval. Approver rejects, as a result its sent back to user, who submitted the form, for modification. User makes some modification and submits it again. Modify request User Input task reuses the same SAIL form but when the user modifies the form data and submits, the new values are not reflected in the process variables. ...

OriginalPostID-122268

OriginalPostID-122268

  Discussion posts and replies are publicly visible

Parents
  • Unlike a start form a task form(in you case Modify request?) can only save component values to ac's. So first check if you are directly saving into pv's (saveInto: pv!variable). This works only if it a start form. So to better reuse your form rule in both type of forms you must save into ri!variable and map these rule inputs with appropriate ac's or pv's while you are calling this rule in form nodes.
Reply
  • Unlike a start form a task form(in you case Modify request?) can only save component values to ac's. So first check if you are directly saving into pv's (saveInto: pv!variable). This works only if it a start form. So to better reuse your form rule in both type of forms you must save into ri!variable and map these rule inputs with appropriate ac's or pv's while you are calling this rule in form nodes.
Children
No Data