TeamSite 6.7.1 LinuxI am trying to convert an existing wft into a new workflow model. I have a few tasks that all have the same successorset description "Error Occurred". This successorset description is used with the CS SDK code we have behind these tasks. It appears that this is some sort of limitation within the workflow modeler. Is it something stupid that I am missing or is this not possible?I see in the same models provided by Interwoven (configurable default submit), there are goofy things like Submit File and Submit files for the same functionality.So if this is a limitation, how can one accomplish having common transitions accessed within code?
Hmm...So, in essence, instead of having a common transition to error method within our CS SDK code, I now need to transition to <TaskName>_Error inside every task or some other programmatic identifier? What a pain in the.......