TS71, win server 2003
-------------------------------
I have a workflow, in which cgitask is there. The initiated job gets completed only when the owner of job executed cgitask. If any other user tries to execute this task then it does not work. There are no permision issues as owner can be admin or a business user.
This cgitask's attribute are as follows
immediate="t", start="t", owner="__TAG__('iw_user')"
This statement is mentioned in manual
A cgi task script can run automatically upon the cgi task becoming activated under the following situations: ????The cgitask element’s immediate attribute’s value is specified as t and one of the following: ????The start attribute has a value of t and owner attribute for the task is the same as the owner attribute for the workflow |
Does it mean that this task CAN RUN automatically or does it mean that this task WILL RUN automatically. So no other user can run this task except the job owner ? Or can this be activated by user other than job owner , but in that case it wont be automatic ?
What I am getting from the way this task works currently is this task can be activated by job owner only. Which is not whats mentioned in manual.
I have put the code in here.
Please help clarify these things.
[html]
owner="__TAG__('iw_user');"
description="Check Task Due Date Before Queuing"
immediate="t"
readonly="t">
[/html]