We have a workflow that is launched when a node is created in UGC after a form submission.
The workflow is launched, the code receives the workflow item normally for processing
The properties associated with the form submission on the UGC node are present but not available to the workflow code.
The properties are on the node, but accessing the properties indicates they are not available during the launched workflow.
We can run the workflow manually, and the processing works as expected. All the properties are available.
Looking for suggestions on resolving this issue.
Thanks