Getting started tutorial - Bonita BPM 7.3 - The review request form does not display data

1
0
-1

I am working on the getting started tutorial. I have managed to get it to work until the last stage. Here I have created the reviewTravelRequest form as described by the steps. When I run the process and enter data in the submitTravelRequest form correctly. I then proceed to press the Start button. It does log me into the portal as helen.kelly. I logout and login as william.jobs to review the cases and approve the travel request. I see the request, but the form does not display any data.

Any suggestions on what could be wrong.

I am also looking for documentation to do the following.
1. Cases created, Pending and Approved dashboard for each user/manager.
2. How to set the expiry date for each case?
3. I do not see old cases even though I have not approved. For e.g. I enter 2 requests for helen, but only see the last one?

GP

2 answers

1
0
-1

I had the same problem and the solution that worked for me was:

Within the reviewTravelRequest form I had the request variable pointing to:

/{{context.travelRequest_ref.link}}

I corrected it to:

../{{context.travelRequest_ref.link}} (Note the two dots ".." at the begining of the sentence.

Now everything works just fine.

1
0
-1

I have the same problem,
Please give solution if your issue is solved.

Notifications