Question
Voices Needed for an Enhancement (E7697029) to Change Management
Is the issue just the checkActivitiesFinished() method or
promoteChangeables()? These kind of workflow expressions are completely
within your control as is the OOTB workflow. I cannot see a case were
you would want to just accept the default. You just need to figure out
how your workflow logic should differ from the OOTB. A little coding is
involved. I rmember one revision of PDMLink changed the behavior of
checkActivitiesFinished() that if no CAs were created, it continued. I
wanted it to stop so I wrote my own to stop and wait for CAs to exist
AND be resolved.
For this particular class (WorkflowProcessHelper), it would be nice if
PTC broke this out of the JAR file and published the source code. The
change2 API is good enough to create your own from scratch though.
promoteChangeables()? These kind of workflow expressions are completely
within your control as is the OOTB workflow. I cannot see a case were
you would want to just accept the default. You just need to figure out
how your workflow logic should differ from the OOTB. A little coding is
involved. I rmember one revision of PDMLink changed the behavior of
checkActivitiesFinished() that if no CAs were created, it continued. I
wanted it to stop so I wrote my own to stop and wait for CAs to exist
AND be resolved.
For this particular class (WorkflowProcessHelper), it would be nice if
PTC broke this out of the JAR file and published the source code. The
change2 API is good enough to create your own from scratch though.
