Ad-Hoc task creator namespace

Ad-Hoc task creator namespace
Hi,
I'm trying to edit my Ad-Hoc task notification template and wanted to add a means of telling the recipient who assigned the task to them, without going to comments and history. Is there a namespace expression that I can add to the body of the email to do this?
Using #Performer* only brings in the information about assignee.
Thanks!
Andy Green
Keybank - 2008.2

The user who creates an Ad Hoc Task is technically the Customer of that task. Therefore, you can use #Customer.FirstName# #Customer.LastName# to embed the name of the person who created the Ad Hoc Task in the email.

Similar Messages

  • Ad Hoc Tasks

    Ad Hoc Tasks
    Does anyone know how to have an email automatically triggered onc ethe "Done" button has been clicked on an Ad Hoc task?
    Thanks in advance,
    Shane

    There is already a feature request for this. Details:
    #23331 : Adhoc Task - configuring a completion email for an ad-hoc task.
    The above feature request is for triggering an email when task is done. There are a couple of other enhancements in the works for other emails / actions related to ad hoc tasks. However #23331 seems appropriate to what Shane is asking for.
    Note that the above feature request is currently being targeted for the RIO product release later this year. It has also bee

  • Instructions for Ad-Hoc Tasks

    Instructions for Ad-Hoc Tasks
    In reading the ServiceManager training material a screenshot displays "Task Instructions" under the "Ad-Hoc Tasks" button on the page navigator when an Ad-Hoc task is created.  Currently in our system, this "Task Instructions" button does not display.  The only way a fulfiller sees his or her instructions is through the use of the email generated when the Ad-Hoc task is assigned.  Is there something we need to enable to make this button appear?
    Thanks!
    Charlie

    I believe what you are seeing is the link to the standard Task Instructions for the service- not task instructions for the ad-hoc task. If you go to the Plan tab of a service and click on a task you will see that the task has a tab called "Task Instructions". If there is something filled in on that tab then you will get a Task Instructions link on the right hand side bar of the task in service manager. As far as I know there is no way to include the specific task instructions that were included on the ad

  • BPM Task payload namespace issue while modifying from ADF UI

    Hi,
    In my BPM process, I have the below tasks.
    1. Input task - user input form
    2. Review task - to review the user input values
    I have created the UI for the above tasks through Auto-generate forms.
    Before invoking Input task, I have created a transformation to initailize the payload elements, so that in the UI these field elements will be become editable.
    I have an ADF table which is used to insert account details elements which is initialized in the transformation with namespace.
    <ns0:bankAccountsType>
    <ns0:registrationNumber></ns0:registrationNumber>
    <ns0:accountNumber></ns0:accountNumber>
    <ns0:bankName></ns0:bankName>
    </ns0:bankAccountsType>
    I am using the createInsert operation of the ADF command button to insert records for these table in UI. The row is getting inserted with values and clicked "Approve" to go to the Review task.
    Now if i check the flow trace for this instance in EM console. ie "Review Task - Instance entered the activity"
    The payload elements for this account types is coming namespace for first record (becoz the row is intialized in BPM transformation) and the second & third record is not showing namespace.
    <ns0:bankAccountsType>
    <ns0:registrationNumber>111111111111111</ns0:registrationNumber>
    <ns0:accountNumber>1111111111111111</ns0:accountNumber>
    <ns0:bankName>qqqq</ns0:bankName>
    </ns0:bankAccountsType>     
    <bankAccountsType>
                   <registrationNumber>222222222222</registrationNumber>
                   <accountNumber>222222222222</accountNumber>
                   <bankName>www</bankName>
              </bankAccountsType>
              <bankAccountsType>
                   <registrationNumber>3333333333</registrationNumber>
                   <accountNumber>3333333333</accountNumber>
                   <bankName>sas</bankName>
              </bankAccountsType>
    Is there any way ADF can keep the namespace while adding new items?
    Jdeveloper
    Studio Edition Version 11.1.1.5.0
    Build JDEVADF_11.1.1.5.0_GENERIC_110409.0025.6013
    Thanks in advance.
    Regards,
    Murali.S
    Edited by: 1006338 on 16 May, 2013 5:18 AM
    Edited by: 1006338 on 16 May, 2013 5:20 AM

    Before invoking Input task, I have created a transformation to initailize the payload elements, so that in the UI these field elements will be become editable.
    I have an ADF table which is used to insert account details elements which is initialized in the transformation with namespace.You can simple use a ADF form to do this. Create ADF editable input fields in a panelFormLayout and wehn user enters values and clicks ona button .. pass those values to BPM payload.
    See - http://andrejusb.blogspot.com/2010/10/initializing-oracle-bpm-11g-process.html

  • Urgent ! AD hoc task routing.

    In our bussiness senario a human task need to use ad hoc workflow.
    Recipient number and recipients id identified as hoc.
    Assigned recipient decide next step assignee names..
    This continue until task complete.
    is it suitable to use Oracle BPEL for this reason?
    is there any one use this seneraio. How ?
    Can we do it declaratively using bpel using bpel diagram or we can use code inside JSP pages.?
    Thanks.

    repost

  • AD hoc task assignments...

    We have a human task which assignees number and order identified ad hoc.
    A assignee can chose other assigne. And sent to task to this asgignees and
    this process until task complete.
    Can we implement this using Oracle BPEL human task?
    We touhgt to use loop and reassign the task to the next user until task complete
    using bpel diagram declaretively. But We can't solve how we can arrange input and output parameter on diagram. is it tue way?
    There is no sample about that on Oracle side.
    We need urgent help.
    Thanks.

    repost.

  • UWL ad-hoc task permissions not clear - need restrictions on editing

    When someone registers a task and assigns it to another the person receiving the task has the possibility of clicking "edit" and seeing the editing screen for this task. He thereby is given the possibility of not only changing the task text, but also marking the task as completed even though the task is set to be "Completed awaiting approval". After marking the task as completed he even may delete the task all together. This cannot be the way this is supposed to function.
    Are there permission settings/role assignments I haven't understood, or is this dependant on the UWL XML file editing???
    We are on SPS11.
    Henning

    When someone registers a task and assigns it to another the person receiving the task has the possibility of clicking "edit" and seeing the editing screen for this task. He thereby is given the possibility of not only changing the task text, but also marking the task as completed even though the task is set to be "Completed awaiting approval". After marking the task as completed he even may delete the task all together. This cannot be the way this is supposed to function.
    Are there permission settings/role assignments I haven't understood, or is this dependant on the UWL XML file editing???
    We are on SPS11.
    Henning

  • Multiple SQL task objects inside a package object is not generating proper DTSX

    
    I am programmatically adding multiple ExecuteSQLtask objects inside a package. I am specifying all the required properties to the ExecuteSQLtask objects.  However, when I save the package object to dtsx, the package looses the properties of some
    of the ExecuteSQLtask object.
    In the below example, I have created 3 ExecuteSQL task objects using the function AddSqlTask. However, once you run it, one of the objects will loose its properties. What makes it more weird is the fact that sometimes, object 1 looses the properties,
    some times, its object number 2. Its random. I know that these objects are COM objects. Is there something I need to careful of when setting the properties ? Why are the values lost when I save them to DTSX ?
    using System;
    using System.Collections.Generic;
    using System.Configuration;
    using System.Data;
    using System.Data.SqlClient;
    using System.Globalization;
    using System.IO;
    using System.Linq;
    using System.Text;
    using System.Threading;
    using System.Threading.Tasks;
    using System.Timers;
    using Microsoft.SqlServer.Dts.Runtime;
    using Microsoft.SqlServer.Dts.Runtime;
    using Microsoft.SqlServer.Dts.Tasks.FileSystemTask;
    using Microsoft.SqlServer.Dts.Tasks.BulkInsertTask;
    using Microsoft.SqlServer.Dts.Runtime;
    using Microsoft.SqlServer.Dts.Pipeline;
    using Microsoft.SqlServer.Dts.Pipeline.Wrapper;
    using Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask;
    using Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask;
    namespace PackageCreator
    class Program
    static void Main(string[] args)
    #region Package 1
    Package package1 = new Package();
    #region ConnectionString
    AddSqlConnection(
    package1,
    ConfigurationManager.AppSettings["ServerHostName"],
    ConfigurationManager.AppSettings["SqlServerDefaultDB"]
    #endregion
    AddSqlTask(package1, "P1 - Task1");
    AddSqlTask(package1, "P1 - Task2");
    AddSqlTask(package1, "P1 - TaskFinal");
    #region Add Dependencies
    package1.PrecedenceConstraints.Add(
    package1.Executables[0] as TaskHost,
    package1.Executables[1] as TaskHost
    package1.PrecedenceConstraints.Add(
    package1.Executables[1] as TaskHost,
    package1.Executables[2] as TaskHost
    #endregion
    #endregion
    #region Package 2
    Package package2 = new Package();
    #region ConnectionString
    AddSqlConnection(
    package2,
    ConfigurationManager.AppSettings["ServerHostName"],
    ConfigurationManager.AppSettings["SqlServerDefaultDB"]
    #endregion
    AddSqlTask(package2, "P2 - TaskFinal");
    #region ExecutePackageTaskClass
    Executable exec1 = package2.Executables.Add("STOCK:ExecutePackageTask");
    TaskHost th = exec1 as TaskHost;
    ExecutePackageTask myTask = th.InnerObject as ExecutePackageTask;
    myTask.PackageID = package1.ID;
    #endregion
    #region Add Dependencies
    package2.PrecedenceConstraints.Add(
    package2.Executables[0] as TaskHost,
    package2.Executables[1] as TaskHost
    #endregion
    #endregion
    //new Ispac(package1, package1.ID).DeployAndRun();
    SavePackage(package1);
    SavePackage(package2);
    var packageList = new List<Package>();
    packageList.Add(package1);
    packageList.Add(package2);
    new IspacPackageCollections(packageList).DeployAndRun();
    Console.Read();
    private static void AddSqlTask(Package package, string component)
    //Thread.Sleep(5000);
    package.Executables.Add("STOCK:SQLTask");
    ExecuteSQLTask executeSQLTask = (package.Executables[package.Executables.Count - 1]
    as TaskHost).InnerObject
    as ExecuteSQLTask;
    executeSQLTask.Connection = package.Connections[0].ID;
    executeSQLTask.SqlStatementSource = "insert into [dbo].[SupersetPackageDependencies] (Component) values ('" +
    component + @"')";
    private static void SavePackage(Package package)
    string packageNetworkLocation = @""
    + ConfigurationManager.AppSettings["packageNetworkLocation"]
    + @"\" + package.ID + ".dtsx";
    new Application().SaveToXml(
    packageNetworkLocation,
    package,
    null
    //new Application().SaveToSqlServer(
    // package,
    // null,
    // "ANUPN8470P",
    // null,
    // null
    #region AddConnectionManager
    private static ConnectionManager AddSqlConnection(Package package, string server, string database)
    return AddConnection(
    package,
    "OLEDB",
    String.Format(
    CultureInfo.InvariantCulture,
    "Provider=SQLOLEDB.1;Data Source={0};Persist Security Info=False;Initial Catalog={1};Integrated Security=SSPI;",
    server,
    database)
    private static ConnectionManager AddConnection(Package package, string type, string connectionString)
    ConnectionManager manager = package.Connections.Add(type);
    manager.ConnectionString = connectionString;
    manager.Name = String.Format(
    CultureInfo.InvariantCulture,
    "{0} Connection",
    type);
    return manager;
    #endregion
    public static void AddExecuteSqlTask(
    Package _package,
    string _componentId
    _package.Executables.Add("STOCK:SQLTask");
    // Get the task host wrapper
    ExecuteSQLTask executeSQLTask = (_package.Executables[_package.Executables.Count - 1]
    as TaskHost).InnerObject
    as ExecuteSQLTask;
    #region Set required properties
    executeSQLTask.Connection = _package.Connections[0].ID;
    executeSQLTask.SqlStatementSource = "insert into [dbo].[SupersetPackageDependencies] (Component) values ('" +
    _componentId + @"')";
    #endregion
    //return executeSQLTask;

    Why you do not tell what properties get lost?
    And why is the same get repeated (you want parallel?):
    package1.Executables[0] as TaskHost,
    package1.Executables[1] as TaskHost
    package1.PrecedenceConstraints.Add(
    package1.Executables[1] as TaskHost,
    package1.Executables[1]
    And why not to add them
    like
    package1.PrecedenceConstraints.Add(
    package1.Executables[0] as TaskHost);,
    package1.PrecedenceConstraints.Add( package1.Executables[1] as TaskHost
    Arthur
    MyBlog
    Twitter

  • Approval for each phase in task

    Hi Everyone
    I am using task list to create Projects. I have field named - "Phases" with values of Planning, Monitoring, Executing, Closing.
    I want to have approval for each phase from approver. Need suggestions on how do I show each approval for each phase for project? Should I create different fields for each approval? I can create approval workflow so that when user change phases it will send
    out an e-mail to approver, but how user will know which approval is for which phase while looking at project item in the list.
    Your suggestions are appreciated.
    Thanks

    Hi Swetha,
    For your situation, once any phase is approved, you could send an email to notify task creator the certain phase is approved.
    If you need to let users who can access the item know the approved phases, you might add some other fields in the list. For example, add the multiple choices that has:
    Request Initiation
    Initiation approved
    Request Plan
    Planning phase approved
    Request Closure
    Closing phase approved
    And add an extra action in workflow to change the field's value per the approve status.
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Create a Task, for use in "Deferred Task"

    I am in the processing of creating Deferred Tasks for my Update-User workflow.
    I know how to create these easily. My problem is : the actual "Task" itself, which will be called upon from the Workflow.
    I don't know the proper syntax for it.
    For instance, below is the code I am using for my "Send Email Task". This task is supposed to send an automatic email notification.
    *<?xml version='1.0' encoding='UTF-8'?>*
    *<!DOCTYPE TaskDefinition PUBLIC 'waveset.dtd' 'waveset.dtd'>*
    *<!-- MemberObjectGroups="#ID#Top" authType="UserAdminTask" createDate="Thu Jul 16 15:22:08 EEST 2009" extensionClass="WFProcess" name="Send Email Task" visibility="invisible"-->*
    *<TaskDefinition name='Send Email Task' creator='%STARTUP%Configurator' createDate='1247746928617' lastModifier='%STARTUP%Configurator' lastModDate='1247746928617' repoMod='1247746928170' primaryObjectClass='TaskDefinition' wstype='ProvisioningTask' taskType='Workflow' executor='com.waveset.workflow.WorkflowExecutor' syncControlAllowed='true' execMode='sync' execLimit='0' resultLimit='3600' resultOption='delete' visibility='invisible' progressInterval='0'>*
    *<Extension>*
    *<WFProcess maxSteps='0' audit='true'>*
    *<Variable name='user' input='true'>*
    *<Comments>&#xA; A user view. This is required.&#xA; </Comments>*
    *</Variable>*
    *<Variable name='backgroundProvisioning' input='true'>*
    *</Variable>*
    *<Variable name='provisioningRetryButton' value='true' input='true'>*
    *<Comments>&#xA; Set to "true" to enable the inclusion of a Retry link&#xA; in the task result if the provisioning fails.&#xA; </Comments>*
    *</Variable>*
    *<Variable name='approvals'>*
    *<Comments>&#xA; Returned from the Lighthouse Approval process. Contains the&#xA; approval structure. The approvals.approved variable set if&#xA; all approvals were successful. This is passed into the Notify&#xA; process later for post-provisioning notifications.&#xA; </Comments>*
    *</Variable>*
    *<Variable name='userCreated'>*
    *<Comments>&#xA; Set to "true" from the Provision workflow when the&#xA; Lighthouse account has been created.&#xA; </Comments>*
    *</Variable>*
    *<Variable name='sunset'>*
    *<Comments>&#xA; Object containing information for registering a sunset date/time.&#xA; </Comments>*
    *</Variable>*
    *<Variable name='error'>*
    *<Comments>Set in the event of unusual processing errors.</Comments>*
    *</Variable>*
    *<Variable name='options'>*
    *<Comments>Options to pass to the provisioning task regarding resource&#xA; provisioning.&#xA; </Comments>*
    *</Variable>*
    *<Transition to='end'>*
    *<Comments>&#xA; Terminate if we encounter unusual errors (not provisioning errors).&#xA; </Comments>*
    *<ref>error</ref>*
    *</Transition>*
    *<Activity id='0' name='start'>*
    *<Transition to='Notify'/>*
    *</Activity>*
    *<Activity id='1' name='Notify'>*
    *<Action id='0' name='Email' application='com.waveset.provision.WorkflowServices'>*
    *<Argument name='op' value='notify'/>*
    *<Argument name='template' value='Send Email Now'/>*
    *</Action>*
    *<Transition to='End'/>*
    *</Activity>*
    *<Activity id='2' name='end'>*
    *<WorkflowEditor x='428' y='275'/>*
    *</Activity>*
    *</WFProcess>*
    *</Extension>*
    *<MemberObjectGroups>*
    *<ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>*
    *</MemberObjectGroups>*
    *</TaskDefinition>*
    I am not sure if my syntax is correct?
    Any tips?

    Thanks again, sbalu.
    I may have found the error (although, I don't understand what it means).
    Something about *"Missing View"*
    Catalog#format() Entry locale=null, key=SES_WORKITEM_MISSING_VIEW, defVal=SES_WORKITEM_MISSING_VIEW
    20091126 08:28:22.701 TaskThread(0x0052fecf) Catalog#format() Info parameters=null
    20091126 08:28:22.701 TaskThread(0x0052fecf) Catalog#format() Info tmp=null
    20091126 08:28:22.701 TaskThread(0x0052fecf) Catalog#format() Info pattern=Missing view id.
    20091126 08:28:22.701 TaskThread(0x0052fecf) Catalog#format() Info msg=Missing view id.
    20091126 08:28:22.701 TaskThread(0x0052fecf) Catalog#format() Exit returned= Missing view id.
    20091126 08:28:23.092 TaskThread(0x0052fecf) DeferredScanner#addTaskResult() Entry name=Send Email Task, ti=TaskInstance:Send Email Task tdalton
    20091126 08:28:23.092 TaskThread(0x0052fecf) Catalog#format() Entry locale=null, key=SES_WORKITEM_MISSING_VIEW, defVal=SES_WORKITEM_MISSING_VIEW
    20091126 08:28:23.092 TaskThread(0x0052fecf) Catalog#format() Info parameters=null
    20091126 08:28:23.092 TaskThread(0x0052fecf) Catalog#format() Info tmp=null
    20091126 08:28:23.092 TaskThread(0x0052fecf) Catalog#format() Info pattern=Missing view id.
    20091126 08:28:23.092 TaskThread(0x0052fecf) Catalog#format() Info msg=Missing view id.
    20091126 08:28:23.092 TaskThread(0x0052fecf) Catalog#format() Exit returned= Missing view id.
    20091126 08:28:23.092 TaskThread(0x0052fecf) DeferredScanner#addTaskResult() Exit void
    20091126 08:28:23.092 TaskThread(0x0052fecf) DeferredScanner#launchTask() Data executeOnce= false
    20091126 08:28:23.092 TaskThread(0x0052fecf) DeferredScanner#launchTask() Exit returned= false
    20091126 08:28:23.092 TaskThread(0x0052fecf) DeferredScanner#processTrigger() Exit returned= false
    20091126 08:28:23.092 TaskThread(0x0052fecf) DeferredScanner#endObject() Entry no args
    20091126 08:28:23.092 TaskThread(0x0052fecf) DeferredScanner#endObject() Exit void
    20091126 08:28:23.092 TaskThread(0x0052fecf) DeferredScanner#processObject() Exit returned= false
    20091126 08:28:23.092 TaskThread(0x0052fecf) DeferredScanner#processDeferredTasks() Data idOrName== #ID#6BF7-:B3702F65421:491FD113-:D0E4376B71977D1D
    20091126 08:28:23.092 TaskThread(0x0052fecf) DeferredScanner#processDeferredTasks() Data nameOrId== ukaila
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#processDeferredTasks() Data object lastMod= 24
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#processObject() Entry obj=User:ukaila
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#processObject() Data tasks= [ { accountId=ukaila, task=Send Email Task, name=Send Email Task, date=11/25/2009 11:15:00 } ]
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#processObject() Data task list object= { accountId=ukaila, task=Send Email Task, name=Send Email Task, date=11/25/2009 11:15:00 }
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#processTrigger() Entry obj=User:ukaila, trig={ accountId=ukaila, task=Send Email Task, name=Send Email Task, date=11/25/2009 11:15:00 }
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#processTrigger() Data start= 11/25/09 11:15 AM
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#processTrigger() Data _now= 11/26/09 8:28 AM
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#processTrigger() Data task definition= CSC Send Email Task
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#startObject() Entry obj=User:ukaila
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#startObject() Entry type=User, nameOrId=ukaila
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#startObject() Exit void
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#startObject() Exit void
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#processTrigger() Data task template= null
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#processTrigger() Data task definition= TaskDefinition:Send Email Task
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#processTrigger() Data task template= TaskTemplate:null
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#launchTask() Entry obj=User:ukaila, trig={ accountId=ukaila, task=Send Email Task, name=Send Email Task, date=11/25/2009 11:15:00 }, tt=TaskTemplate:null
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#launchTask() Data taskName= null
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#launchTask() Data generated taskName= Send Email Task ukaila
    20091126 08:28:23.123 TaskThread(0x0052fecf) TaskTemplate#setTaskName(String) Entry no args
    20091126 08:28:23.123 TaskThread(0x0052fecf) TaskTemplate#setTaskName(String) Exit void
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#launchTask() Data orgName= null
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#launchTask() Data owner= null
    20091126 08:28:23.123 TaskThread(0x0052fecf) DeferredScanner#launchTask() Data subjectLength= 29,650
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#create(Element) Entry element=[Map: null]
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#getConstructor() Entry element=[Map: null]
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#getConstructor() Info elname=Map
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#getConstructor() Info classAtt=null
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#getConstructor() Info classAtt=null
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#getConstructor() Info regName=Map
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#getConstructor() Exit returned= com.waveset.util.XmlObjectFactory$Registration@1edf84f
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#create(Element) Info handler=com.waveset.util.XmlHashMap@493dca
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#create(Element) Entry element=[Locale: null]
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#getConstructor() Entry element=[Locale: null]
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#getConstructor() Info elname=Locale
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#getConstructor() Info classAtt=null
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#getConstructor() Info classAtt=null
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#getConstructor() Info regName=Locale
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#getConstructor() Exit returned= com.waveset.util.XmlObjectFactory$Registration@77a748
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#create(Element) Info handler=com.waveset.util.XmlLocale@1876e5d
    20091126 08:28:23.123 TaskThread(0x0052fecf) XmlObjectFactory#create(Element) Exit returned= en_US

  • Ad Hoc quering

    Hi!I am a new user of Hyperion performance suit. How do I specify my queries to define new reports? I am not really aware of databases..

    The user who creates an Ad Hoc Task is technically the Customer of that task. Therefore, you can use #Customer.FirstName# #Customer.LastName# to embed the name of the person who created the Ad Hoc Task in the email.

  • Human task notification - Request Info

    When configuring notifications for a human task, what is the proper Recipient to set when the Task Status is "Request Info"?
    If user A requests information from user B, I want to notify user B. So would that be assignees, reviewer, or none of the above?
    Thanks!

    Hi Mike,
    Who is user B in this context. If he's the "task creator" it will be initiator.
    See a list of all possible recipients for the notification message in the developer guide :
    [28.3.10.1 Notifying Recipients of Changes to Task Status|http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/bp_hwfmodel.htm#BABEGBAA]
    Regards,
    Melvin

  • İnbox and MW Task in one iview

    Hi all,
    One of our customers want to see his inbox which has R3 Workflow  and his task which has Portal ad hoc workflow in one iview.
    Is that possible?

    Hi,
    Are you are using UWL?
    If yes then please explain ur scenario a bit.
    As far as i know UWL task iview shows task from all the connectors( sources) in one view.
    I am presently having tasks from Action inbox and Ad hoc tasks in UWL iview without ne effort.
    And if u have a custom iview in which you ant to see the tasks of these two types just have a look at the below thread:
    Uwl iview tab navigation prblem
    I hope this helps.
    Regards,
    Sumit

  • UWL tasks using API

    Hi all,
    I am trying to create UWL tasks from webdynpro using the UWL API. but i am not able to do so.
    I am using the below code for it.
    IPushChannel push = uwlService.getPushChannel();
    IProviderConnector connectors[] = uwlService.getRegisteredProviderConnectors();
    int thisConnector = 0;
    for(int j=0; j<connectors.length; j++){
    x.reportSuccess(connectors[j].toString());
    if(connectors[j].getId().equalsIgnoreCase(IProviderConnector.WEBFLOW_CONNECTOR_ID))
    thisConnector = j;
    if(thisConnector > 0) {
    Item item =new Item(
    IProviderConnector.WEBFLOW_CONNECTOR_ID,
    "USER.R3_DATASOURCE.INABBEPSKA",""+new Date().getTime(),
    "USER.R3_DATASOURCE.INABBEPSKA "
    item.setDescription("This describes a task created at "+new Date().getTime());
    item.setUser("USER.R3_DATASOURCE.INABBEPSKA");
    item.setSubject("This was generated at "+ new Date().getTime());
    item.setItemType(ItemType.UWL_ITEM_TASK_EXECUTABLE);
    item.setCreatedDate(new Date());
    item.setDueDate(new Date());
    item.setCreatorId("USER.R3_DATASOURCE.INABBEPSKA");
    item.setStatus(StatusEnum.NEW);
    item.setExternalObjectId("2");
    // item.setExternalType("AdHocTask");
    Set users = new HashSet();
    users.add("USER.R3_DATASOURCE.INABBEPSKA ");
    push.pushSharedItem(
    connectorsthisConnector,
    item,
    users
    } catch (Exception e) {
    x.reportSuccess(e.toString());
    Where am i going wrong!!!!!!!!!!
    the tasks are not being created in UWL iview.
    Regards,
    Sudheer.

    Hi Sudheer,
    I have used the below code to create a task in the UWL, u can try with this code,
    try
              IUser creator = null;
                         IWDClientUser clientUser  =  WDClientUser.getCurrentUser();
                         sapUser = clientUser.getSAPUser();
              creator = sapUser;
              IJWFPortalService service =     (IJWFPortalService) PortalRuntime.getRuntimeResources().getService(IJWFPortalService.KEY);
              IWorkflow eWF = service.getWorkflowEngineJMS();
              Hashtable taskCtxt = new Hashtable();
              taskCtxt.put("_wftemplatename_","QuickTask");
              taskCtxt.put("_wfdescription_","Description of the Task");
              taskCtxt.put("_wftaskassignees_","sapuserid of the assignee");
              taskCtxt.put("_wfdueasap_", "ASAP");
              Hashtable appCtxt = new Hashtable();
              appCtxt.put("mysystem", "SAP_LocalSystem");
              appCtxt.put("mylaunchcontext", "uwl");
              appCtxt.put("myappcontext", "test");
              eWF.createTask("Title of the Task",creator,taskCtxt,null);
         catch (Exception e)
              wdComponentAPI.getMessageManager().reportSuccess(e.toString());
    Regards,
    Kalaivani

  • Task details form VacationRequestTaskFlow giving error

    Hi,
    After deploying the VacationRequestTaskFlowApp on the weblogic server (10.3.1), I am getting the following error -
    [2009-08-25T16:01:45.831+04:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.services.workflow.worklist] [tid: Thread-43] [userId: <anonymous>] [ecid: 0000IDHRiTODSc15zvH7iW1A^tpQ0000CQ,0] [APP: VacationRequestTaskFlow] <oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.registerTaskFlowWithTask> ****Application Name = worklist**********Task DN = null**********Composite version = null**********Task DN namespace = http://xmlns.oracle.com/VacationRequest/VacationRequest/VacationRequestTask**********Task Flow File Name = WEB-INF/VacationRequestTask_TaskFlow.xml**********Task Flow URI = /workflow/VacationRequestTaskFlow/faces/adf.task-flow?_id=VacationRequestTask_TaskFlow&_document=WEB-INF/VacationRequestTask_TaskFlow.xml**********Host name = <server_name>******
    [2009-08-25T16:01:45.894+04:00] [soa_server1] [ERROR] [] [oracle.soa.services.workflow.common] [tid: Thread-43] [userId: <anonymous>] [ecid: 0000IDHRiTODSc15zvH7iW1A^tpQ0000CQ,0] [APP: VacationRequestTaskFlow] <.> Unable to Encrypt data.[[
    Unable to Encrypt data.
    Check installation/post-installation steps for errors. Check for errors during SOA server startup.
    ORABPEL-35010
    Unable to Encrypt data.
    Unable to Encrypt data.
    Check installation/post-installation steps for errors. Check for errors during SOA server startup.
         at oracle.bpel.services.common.util.EncryptionService.encrypt(EncryptionService.java:58)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.encryptString(VerificationService.java:2184)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.createTokenFromMap(VerificationService.java:1942)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.getInternalContextToken(VerificationService.java:368)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.getInternalContext(VerificationService.java:395)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:332)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread$1.run(TaskFlowDeployerThread.java:318)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.getInternalWorkflowContext(TaskFlowDeployerThread.java:311)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.registerTaskFlowWithTask(TaskFlowDeployerThread.java:232)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.run(TaskFlowDeployerThread.java:113)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=BPM-CRYPTO,keyName=BPM-CRYPTO read)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
         at java.security.AccessController.checkPermission(AccessController.java:546)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:350)
         at oracle.security.jps.util.JpsAuth$Diagnostic.checkPermission(JpsAuth.java:270)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$6.checkPermission(JpsAuth.java:374)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:410)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:432)
         at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:541)
         at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.getCredential(SspCredentialStore.java:403)
         at oracle.bpel.services.common.util.CSFStore$1.run(CSFStore.java:234)
         at oracle.bpel.services.common.util.CSFStore.getCredentialInfo(CSFStore.java:227)
         at oracle.bpel.services.common.util.EncryptionService.getKey(EncryptionService.java:132)
         at oracle.bpel.services.common.util.EncryptionService.encrypt(EncryptionService.java:54)
         ... 10 more
    [2009-08-25T16:01:46.159+04:00] [soa_server1] [ERROR] [] [oracle.soa.services.workflow.verification] [tid: Thread-43] [userId: <anonymous>] [ecid: 0000IDHRiTODSc15zvH7iW1A^tpQ0000CQ,0] [APP: VacationRequestTaskFlow] <.> createInternalWorkflowContext: access error: access denied (oracle.security.jps.JpsPermission VerificationService.createInternalWorkflowContext)
    [2009-08-25T16:01:46.159+04:00] [soa_server1] [ERROR] [] [oracle.soa.services.workflow.query] [tid: Thread-43] [userId: <anonymous>] [ecid: 0000IDHRiTODSc15zvH7iW1A^tpQ0000CQ,0] [APP: VacationRequestTaskFlow] <.> Access to internal workflow context is denied.[[
    Requested access to internal workflow context is not allowed according to security policy.
    Ensure that correct security policy is used. If the error persists, contact Oracle Support Services.
    ORABPEL-30515
    Access to internal workflow context is denied.
    Requested access to internal workflow context is not allowed according to security policy.
    Ensure that correct security policy is used. If the error persists, contact Oracle Support Services.
         at oracle.bpel.services.workflow.verification.impl.VerificationService.createTaskDisplayInternalWorkflowContext(VerificationService.java:1007)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread$1.run(TaskFlowDeployerThread.java:318)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.getInternalWorkflowContext(TaskFlowDeployerThread.java:311)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.registerTaskFlowWithTask(TaskFlowDeployerThread.java:232)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.run(TaskFlowDeployerThread.java:113)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.security.AccessControlException: access denied (oracle.security.jps.JpsPermission VerificationService.createInternalWorkflowContext)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
         at java.security.AccessController.checkPermission(AccessController.java:546)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:350)
         at oracle.security.jps.util.JpsAuth$Diagnostic.checkPermission(JpsAuth.java:270)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$6.checkPermission(JpsAuth.java:374)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:410)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:432)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.createTaskDisplayInternalWorkflowContext(VerificationService.java:1000)
         ... 5 more
    [2009-08-25T16:01:46.159+04:00] [soa_server1] [ERROR] [] [oracle.soa.services.workflow.worklist] [tid: Thread-43] [userId: <anonymous>] [ecid: 0000IDHRiTODSc15zvH7iW1A^tpQ0000CQ,0] [APP: VacationRequestTaskFlow] <oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.run> java.lang.Exception: ORABPEL-30515[[
    Any ideas as to what might be causing this? We are using the DefaultAuthenticator for authetincation

    What is the solution for this issue? We are also seeing the similar exception while deploying OIM application on WLS 1031.
    Exception looks like follows:
    Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 2 failed: [Deployer:149026]deploy application oim on AdminServer. Target state: deploy failed on Server AdminServer java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oim,keyName=OIMSchemaPassword read)
    Please suggest if you already got the solution.
    Thanks
    Ashutosh Pitre

Maybe you are looking for