Workflow code can not access properties that are on node | Community
Skip to main content
New Participant
June 14, 2017
Solved

Workflow code can not access properties that are on node

  • June 14, 2017
  • 1 reply
  • 671 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MC_Stuff

Hi Tom,

   The suspect would be either session Or payload path is different when workflow is launched vs running manually. Hence seeing different behaviour.   In your workflow process log the session & payload path and compare against launched vs manually should give you a clue what is happening & fix accordingly.

Thanks,

1 reply

MC_Stuff
MC_StuffAccepted solution
New Participant
June 15, 2017

Hi Tom,

   The suspect would be either session Or payload path is different when workflow is launched vs running manually. Hence seeing different behaviour.   In your workflow process log the session & payload path and compare against launched vs manually should give you a clue what is happening & fix accordingly.

Thanks,