내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Workflow code can not access properties that are on node

Avatar

Level 4

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

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 9

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 답변 개

Avatar

정확한 답변 작성자:
Level 9

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,