#bonita7 #process_variables #data

Retrieving the contextual variable processInstanceId and parentProcessId from the UI.

Hi everyone,
I’m currently trying to retrieve a business data object keyed by the processInstanceId via a filtered query. Unfortunately, I can’t figure how to access the processInstanceId or the parentProcessId from the UI.

Any thought

Thx
david

Retrieving the contextual variable processInstanceId and parentProcessId from the UI.

Hi everyone,
I’m currently trying to retrieve a business data object keyed by the processInstanceId via a filtered query. Unfortunately, I can’t figure how to access the processInstanceId or the parentProcessId from the UI.

Any thought

Thx
david

How to find exactly where a case variable (process data) is used?

If I wanted to know every single place a case variable (process data) was used in a workflow, how would I go about doing that? I've tried clicking on the names of process data in the "Tree View" on the bottom right and I've tried using the 'Find' tool (CTRL+F), but nothing gives me any information. This is considering that I have many case variables linked to different arrows (sequence flows), so it shouldn't point to one exact place.

Currently using Bonita BPM 6.3.7.

Can we read and write or use process variable inside studio ?

I'm implementing Leave App Process.
I have 3 human tasks Leave Application, Manager Approval/Reject and Leave Notification task.
In Leave Application user will fill leave application details like Type of Leave, No of Days & Reason.
In Manager Approval/Reject manager will see the same info and can Approve or Reject the leave
But now I want to use Exclusive gateway.
By which By default flow will go to - Manager Approval/Reject Task and a conditional flow will go to Leave Notification task

Notifications