Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Task Owner in Job Specification File
rishi
We are using a Job Specification File to instantiate a workflow dynamically. This is a static file which we create and keep. How do we change the owner for subsequent tasks. I can't omit the owner attribute, thus whatever owner was specified during initial instantiation of job spec file, is displayed (in our workflow report). The owner for each task (we are using external tasks mainly) is a required attribute. How can i ensure that the correct owner i.e. the person who actually called the task - his\her name gets reflected in the task.
I would appreciate any insights\help. Thanks.
Find more posts tagged with
Comments
lucifer
You need to have an external task which runs a script which automatically changes the owner ship
Migrateduser
Or you could have whatever process that runs the iwjobc on the job spec first apply some regexes to supply the proper values for the owner attributes on the tasks.
akshathp
Or, you could also use
$iwhome/bin/iwjobvariable -g tsk_user $wfid
to get the owner's name. Where, $wfid is the workflow ID. This has to be used in the external task script.
Hope this helps.
Thanks.
Akshat Pramod Sharma
Interwoven Inc.
Edited by akshat on 08/22/02 05:18 PM (server time).