Question
Process instance moving furture but sometimes interface still not submiting
HI Team,
I see sometimes my form is not submitting and moving back to home screen but backend the process is moving furthure?, Is this an environmental issue ? This issue is causing only for few open tasks but not all of them ? Below is the submit button code
a!buttonWidget(
label: "Submit",
submit: true(),
validate: true(),
value: true(),
saveInto: {
a!save(ri!submit,save!value),
a!forEach(
items: local!data,
expression: a!save(ri!II_DT_DocumentClassification, append(ri!II_DT_DocumentClassification,fv!item))
)
},
style: "PRIMARY"
)
