I have run into this a couple times which makes me think i'm missing something foundational. So finally decided to ask...
i have form with lots of variables. when the user submits the form (we are using public access rights), the variables do show in the form submission--monitor instances--so i know they are being 'saved'.
the form is saved to repository. that is the only action in the form process.
now i want to use those variables in a workflow. i'm going to be specifically grabbing information and calling webservice to populate info in a database.
i set up retrieve business process variables action and run the workflow on a form that I know (from the forms instance submission) has a value in the variable. i track tokens at the end of the workflow.
i never see a a value in the variable. its as though it doesn't come over with the form.
what am i missing?