Hi ,Hi ,Using TS 6.5 SP1 Win 2003 .I have two cgi task in wf one after the other .First cgi task is the start task of workflow.Second cgi task is activated after the first one .Second cgi task has also immediate="t" Owner of both the tasks is same .The first cgi task starts immediately as worflow is activated . But the second cgi task does not starts automatically .I need to go to the task list and then click 'Start Input Task' .Attaching the code for both the cgi tasks and worflow .Whatelse is the requirement for the cgi task to start automatically ?I have fulfilled the two requirement : 1. Owner of previous task and cgi task should be same . 2. immediate="t" should be there for cgi task RegardsRohit pathakRegardsRohit Pathak
The cgi task follows another cgitask, both owned by the same user, and the first cgitask script used the TeamSite::CGI_lite::iwcallback() method to initiate a callback to the workflow engine.
Is $task->CallBack() different from TeamSite::CGI_lite::iwcallback() ?
Hi Fish ,Thanks for ur reply .In my post i have mentioned 2 pre-conditions , but actually I am also following all the 3 condition .If u see in test2.wft code ...i have used $task->CallBack()Is $task->CallBack() different from TeamSite::CGI_lite::iwcallback() ?I even tried TeamSite::CGI_lite::iwcallback() but its not working .RegardsRohit Pathak
CGI to CGI transition issue can often be avoided in the first place. In many cases you can have single CGI task and from it invoke multiple CGIs.For example, on "Done" Action/Button of CGI-1 you may post to the action that is CGI-2, etc. "Last" CGI in the chain would have to call back to WF