Unfortunately
Workflow Builder does not allow spaces in the task transition description. However, I know for a fact that spaces will show up for the successorset description if you modify the .wft file directly (notepad, TextPad, etc.) and add them there. I'd rather not have to take that route, though.
For example, I want this:
<successors>
<successorset description = "Publish_to_QA_Notify_Owner">
<succ v = "Submit_1"/>
</successorset>
<successorset description = "Publish_to_QA_and_Hold">
<succ v = "Submit_2"/>
</successorset>
</successors>
to look like this:
<successors>
<successorset description = "Publish to QA. Notify Owner">
<succ v = "Submit_1"/>
</successorset>
<successorset description = "Publish to QA and Hold">
<succ v = "Submit_2"/>
</successorset>
</successors>
Is there a way to set the Successorset --> Description attribute programatically? Any other thoughts?
Thanks in advance,
Dan Pike
Portland General Electric
dan_pike@pgn.com