@ProcessVariable annotated field not showing in UI dropdown list

Hi Team,

Please use attached demo project.

Steps:

  1. run the app.

  2. click BPM->Modeler

  3. The start event select below items:
    image

  4. add Entity Data Task, and select Modify entity:
    image

As there is a process variable defined in the LeaveApplicationForm:

@ProcessVariable
private LeaveApplication leaveApplication;

ER: the Process variable dropdown should list leaveApplication.
AR: leaveApplication is not listed. Though it allows to input the variable name manually.

bpm-sample.zip (127.5 KB)

Please kindly check and see if this is a problem.

Hi,

You need to define the outputVairables property of the @ProcessForm annotation, as described in the documentation.

1 Like