In cloud, we have a workflow that passes variables to a business process. All the variable are passing except checkboxes. We cannot get the checkbox variables to pass.
I setup a simple form (new format) that has:
- FirstName (Single field)
- LastName (Single field)
- rbPhones (radio button - 2 options: Home, Mobile)
- ckPhones (check box - 2 options: Home, Mobile)
I set the BP to allow "invoke business process" (so we can pass variables from WF) and selected the 4 input variables.
** The checkbok phones is listed as "Boolean" as Parameter Type here**
I re-worked the workflow to start the test BP and matched the fields.
When I run the workflow:
- The variable ckPhones (checkbox) never gets the values that are sent from the workflow (selecting 1 option or both)
- The workflow instance never completes (shows running even though the BP has submitted the form)
What are we missing with passing the variable to checkboxes from a workflow to a business process?
thanks,
Brian