Question
Determine Object sub type in a workflow
I am trying to direct my workflow based on what sub type the PBO is. The following syntax only works for the Parent types.
if (primaryBusinessObject instanceof wt.doc.WTDocument|com.ptc.ReferenceDocument)
Thanks

