FYI - based on a question from a customer, I decided to determine what the maximum length for a workflow task transition comment was - and, at least on Windows running TeamSite 6.5SP2 it appears to be: 4016 characters.
If you type in 4017 (or more) characters into the task transition comment area and then try to transition the task - you'll get an error message something like:
Task task_id cannot be finished: task_name (task_id)I'd be curious to know if different versions of TeamSite and/or TeamSite running on different platforms (Solaris, Linux) have a different maximum for this.
Looking at the servletd_out.log file - I notice the following as the underlying error:
...
2008-05-08 08:58:47,800 [http-8080-Processor25] ERROR
com.interwoven.ui.teamsite.workflow.task.TransitionTaskCommand
(user_id commandID iw.ccpro.task_details_transition_task)
- Task 155518 cannot be finished: task_name (155518)
com.interwoven.cssdk.common.CSException: (Transport marshalling error)
at com.interwoven.cssdk.workflow.jni.CSTaskJNIServer.chooseTransition
(Native Method)
...