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
  • 0
    Certified Lead Developer
    my form is not submitting and moving back to home screen

    What exactly do you mean by this?  Why do you think the task is "not submitting", if the process is moving forward (which it sounds like you're saying here)?  Are you saying you're expecting the user to be carried forward directly into a subsequent task?  If so, is activity chaining enabled on all intermediary steps in the process?  Can you verify by providing us a screenshot of your process flow?

  • 0
    Certified Senior Developer
    in reply to Mike Schmitt

    Hi Smith,

    The form in the UI is not closing when user is submitting it but in backend user input task is completed and moving further to next nodes, The question is why in the UI form still remain static without closing even i click button multiple times if instance node is completed, This is not happening every time only for few tasks like 2 in 10 tasks i see this issue 

    In happy path it should close come back to home screen where i show the tasks grid

Reply
  • 0
    Certified Senior Developer
    in reply to Mike Schmitt

    Hi Smith,

    The form in the UI is not closing when user is submitting it but in backend user input task is completed and moving further to next nodes, The question is why in the UI form still remain static without closing even i click button multiple times if instance node is completed, This is not happening every time only for few tasks like 2 in 10 tasks i see this issue 

    In happy path it should close come back to home screen where i show the tasks grid

Children