A user will have to spefically start a CGI task from the workflow tab in content center unless it is the first (and only) task in a workflow in which case it can automatically be invoked immediatly after the instantiation screen.A CGI task is typically used when user input to a task is required via some custom GUI.
immediate='t'
My question is bit basic. When you log in to teamsite through browser, HTTP protocol is between browser and TS server. Now workflow is internal process of TS, so it does not interact in HTTP. Now cgi task needs and HTTP request to invoke cgi program. The request coming in workflow is not HTTP, so how does this cgi program get invoked ?
when I click on submit, workflow is initiated. I am not sending any request from browser, so how is this request an HTTP request ? Thats why I think workflow instantiation is not through HTTP requst, is this incorrect ?Pls explain.