Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Workflow annoyance I never noticed before
System
I just wrote an external task that does some checking of business rules we have regarding where files can be placed. Because I'm lazy, and I figure my users are too, I figured I would just put the information about which files failed the rules check in the task comment. Naturally, I chose to separate them by putting each file on a separate line in the comments. When I transition it, I'm only getting the first line of the comment. After I thought about it for a minute or two, I decided that what's probably happening is that since the workflow perl modules are still just wrappers for the CLTs instead of being a real API, the shell is mangling it and losing everything past the first newline when it calls iwcallback.
I'll probably try separating the lines of the comment with <br/>, unless someone else has a better suggestion for doing multi-line comments.
Find more posts tagged with
Comments
There are no comments yet