I am on TS7.2.1 on Linux. I took a basic Author Submit With Deploy. I tweaked it a little by introduction couple of tasks, both URL tasks, one for email and one for just generating a file-list. I incorporated this URL task between Review and Submit tasks.
I have defined following attributes, for URL task
ClassName - com.interwoven.datasource.examples.FileListGenerate
TaskBeanId - workflow.task.FileListGeneration
ImmediateTransition - true
My Datasource setting is a given below.
[html]
Filelist Datasources
com.interwoven.datasource.examples.LogWriter
TSDEV
http://TSDEV com.interwoven.cssdk.factory.CSSOAPFactory
[/html]
And LogWriter.jave is a class which basically writes a text file out. This calls doesn't have a return value and ofcourse doesn't have a main.
I see that the file is not even getting created. and my Workflow is stuck at FileGenerate task. Can anyone point me if i am missing anything?
Also can anyone RTFM me as what are mandatory attributes for a URL task, I think only class and the Command URI are necessary which in my case is set to "
http://$IW_SERVER:$IW_PORT/iw-cc/urlexternaltask"
Thank You