Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then I create a form and add a select box with a bunch of Value/Label pairs.


I then go to the 'Workflow Variables' within this Property Editor window and add the new workflow variable 'patientAssignment' I created above.

I click OK. I map the activity to the form and publish. When I run through the process, I choose one of the values from the dropdown. I assume that when I choose this value, it gets assigned to the workflow variable 'patientAssignment'.

I complete the task. Unfortunately, my transition logic sends it to the wrong activity because it doesn't think the 'patientAssignment' workflow variable has been set.

To double check this, I look at the process instance and verify that the 'patientAssignment' workflow variable wasn't set.

Any ideas on what I'm missing?

...