Skip to main content
4-Participant
August 7, 2026
Question

Workflow Varible Issue

  • August 7, 2026
  • 2 replies
  • 43 views
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.4 Windchill Workflow Issue: I created a global workflow process variable and assigned the current task activity comments to it. The value is displayed correctly in the current activity using System.out.println(). However, when I access the same process variable in the next workflow activity, it returns null instead of the expected comment.

2 replies

18-Opal
August 7, 2026

Hi ​@SD_12555453,

How are you accessing it?
Could you please share a screenshot?

4-Participant
August 7, 2026

In the next activity, I am using the process variable on the task page. However, the variable value is null. If required, I can also share the code for your review.