Process instance moving furture but sometimes interface still not submiting

Certified Senior Developer

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"
)

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    The issue is at manual categorization task, I changes the main home screen to expression backed records by pulling data from expression rule to record, is this an issue like it is not moving sometime to parent url ?Just thinking not sure, Internet connection is good , we found this issue in multiple users who are at different internet protocals

Children