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
A "sometimes-issue" is difficult to debug, especially without any details.
I think you can replace that foreach with the following code:
a!save(ri!II_DT_DocumentClassification, local!data)
previosly it is the code i have and since i see this issue tried this way but still unable to fix
udayasai said: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?
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
Can you show us that process model?
HI Stefan
Attached the main and sub process , where in main process i have a reconcile of doc extraction from AI skill and later i have activity chaining from for manual categororization attached form which is not submitting sometimes , Also ui of task screen attached
The button that does not fully work sometimes, is that in the reconcile task, or in the manual categorization task?
I do not see any obvious issues here. Did you check the tomcat-stdout log file for any errors? Could it be that this is a client issue with e.g. high latency internet connection.
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
Did you check the tomcat-stdout log file for any errors?
Hello udayasai, I am facing similar issue, were you able to fix this issue?