User of an interactive global activity

Hi
Please help me with the following:
How do I identify the user of an interactive global activity?

To identify the participant who has invoked a Screenflow associated with a Global Interactive, Interactive, Grab or Global Creation activity, you would use "Participant" instead of "participant".
For example, to get the current participant's name, you'd use "Participant.name" inside a Screenflow's automatic task.
Hope this helps,
Dan

Similar Messages

  • PAPI - Run Global Activity

    Hi people,
    I have one simple process in my BPM application with a "global creation" activity and im trying to call this activity with papi, but without success.
    When i call this activty, i have this error:
    EJB Exception: ; nested exception is:
    com.bea.control.ServiceControlException: soapenv:Server.userExceptionjava.lang.RuntimeException: Activity '/Principal#Default-1.0/gc' task 'null' could not execute successfully.renault.ideais.local
    caused by: : com.bea.control.ServiceControlException: soapenv:Server.userExceptionjava.lang.RuntimeException: Activity '/Principal#Default-1.0/gc' task 'null' could not execute successfully.renault.ideais.local
    java.rmi.RemoteException: EJB Exception: ; nested exception is:
    com.bea.control.ServiceControlException: soapenv:Server.userExceptionjava.lang.RuntimeException: Activity '/Principal#Default-1.0/gc' task 'null' could not execute successfully.renault.ideais.local
    at weblogic.ejb20.internal.EJBRuntimeUtils.throwRemoteException(EJBRuntimeUtils.java:102)
    at weblogic.ejb20.internal.BaseEJBHome.handleSystemException(BaseEJBHome.java:307)
    at weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:284)
    at weblogic.ejb20.internal.StatelessEJBObject.postInvoke(StatelessEJBObject.java:168)
    at com.bea.wlw.runtime.core.bean.SyncDispatcher_k1mrl8_EOImpl.invoke(SyncDispatcher_k1mrl8_EOImpl.java:56)
    at com.bea.wlw.runtime.core.dispatcher.Dispatcher.remoteDispatch(Dispatcher.java:161)
    at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.invoke(ServiceHandleImpl.java:436)
    at com.bea.wlw.runtime.core.dispatcher.WlwProxyImpl._invoke(WlwProxyImpl.java:326)
    at com.bea.wlw.runtime.core.dispatcher.WlwProxyImpl.invoke(WlwProxyImpl.java:315)
    at $Proxy17.runGlobalActivity(Unknown Source)My code is very simple:
    //user
    org.xmlsoap.schemas.soap.encoding.String user = org.xmlsoap.schemas.soap.encoding.String.Factory.newInstance();
    user.set("eu2");
    //pass
    org.xmlsoap.schemas.soap.encoding.String pass = org.xmlsoap.schemas.soap.encoding.String.Factory.newInstance();
    pass.set("eu2");
    //session
    org.xmlsoap.schemas.soap.encoding.String session = wsLocalControl.createSession(user, pass, true);
    // activity
    org.xmlsoap.schemas.soap.encoding.String activity = org.xmlsoap.schemas.soap.encoding.String.Factory.newInstance();
    activity.set("/Principal#Default-1.0/gc");    
    // parameters      
    br.com.ideais.ws.ProcessServiceLocalControl.KeyValuePair[] argsGlobal = new KeyValuePair[1];
    argsGlobal[0] = new KeyValuePair();
    org.xmlsoap.schemas.soap.encoding.String key   = org.xmlsoap.schemas.soap.encoding.String.Factory.newInstance();
    key.set("BeginIn");
    org.xmlsoap.schemas.soap.encoding.String value = org.xmlsoap.schemas.soap.encoding.String.Factory.newInstance();
    value.set("");
    argsGlobal[0].key   = key;
    argsGlobal[0].value = value;
    // call the global method      
    br.com.ideais.ws.ProcessServiceLocalControl.GlobalExecutionResult result =  wsLocalControl.runGlobalActivity(session, activity, argsGlobal);Anyone knows the problem?

    It is just a simple code to run a global activity. The global activity is creating instances.
    The issue is: The instances get created by running the global activity from PAPI, but this exception is thrown.
    I am using Oracle 10G and weblogic 9.2
    I have defined 2 JMS connector.
    Also i have defined 2 JDBC Data source and I have not used Transaction for one of the database source.
    Also I am using the thin driver and not the XA driver.
    All this has been configured by following the document:
    http://edocs.bea.com/albsi/docs57/adminguide/index.html
    Regards
    Right Chord

  • Global Activity to use while using PAPI

    Hi,
    I want to create an instance by adding PAPI code to a web-service or by exposing my process as a web-service. Which Global Activity do we use while creating an instance using PAPI ? Is it Global Automatic or Global Creation?

    Hi,
    You can create a new work item instance in a process using (1) PAPI (the Java API) or (2) PAPI-WS (the web service API) or (3) the process specific web service running on the Engine's port 9000. When you do this, the work item instance goes directly into the Begin activity of the process. Once there the work item instance is created and is automatically routed to the first activity in the process.
    There are many reasons for using Global Interactive and Global Automatic activities in a process but you do not need to use a Global Interactive or Global Automatic activity when creating instances using any of these 3 APIs.
    Once an instance is created using any of these 3 APIs, the work item instance immediately and automatically flows to the next activity in the process downstream of the Begin activity.
    Dan

  • Cannot select ldap user profile for SGD Global Admin

    Hi all,
    I'm trying to select some ldap users to be in the SGD Global Administrators role, but I am unable to check the check box next to the user profile once I navigate to the account. There is no check box to check.
    I am actively using LDAP for regular user auth and application assignment, so I know my LDAP "works" in that sense, I just can't use it to assign global admins.
    Any thoughts?
    Adam

    The only way to do this is to create a user profile for the (would-be) admin account. And since they're an LDAP user, you'll have to use LDAP mirroring to do this. For example, let's say the user you want is "cn=Joe Admin, ou=Users, dc=example, dc=com"
    Go to "User Profiles", and browse to/open:
    dc=com
    cd=example
    create the directory object "ou=Users"
    Inside of "ou=Users", create the user profile object "cn=Joe Admin"
    Add this user object to the Global Administrators role.
    http://docs.sun.com/source/820-4907/chapter3.html#d0e13589

  • How to create a new instance of a global activity

    Hi,
    I have one global activity and three interactive tasks. I need a mechanism, which allows me to invoke the global activity from the interactive tasks.
    The global activity should have some information of the task that invoked it and initiate another process.
    Thanks for your help

    Hi Eve,
    Thanks.
    First, it looks like you might be trying to create an instance in a process that is not in your current project. Is it possible that this is the case? Although you can have more than one project open at one time in Studio, you should not do this. Even if you have more than one project open, Studio's runtime components (the Engine, the Workspace, Tomcat and the Derby database) are only working against one project at a time. On Enterprise, this will not be an issue but on Studio you cannot do this.
    Second, if the process that you're trying to create instances on is inside the same project, could you double check the id of the process you are trying to create instances in again? In the Project Navigator tab, right mouse click the process's name -> click "Properties" and look at the read only italisized text beside the "Id" label. It's going to be a String that has no space characters. Is this the String you are using in the method you are using to create instances? Here's an example. If your process's name is "My Process" then its id that you will use to create instances with it might be "MyProcess".
    idOfProcess = "MyProcess"
    ProcessInstance.create(processId : "/" + idOfProcess, arguments : argsIn, argumentsSetName : "BeginIn")Note I used the work "might". You can decide to change the name of your process at any time, but the id is always going to stay the same. So if you change your process to be "My Fantastic Process", its id is still going to be "MyProcess".
    Third, have you defined an Organizational Unit (OU) for your processes (just asking - I am not at all encouraging you to do this)? If you've deployed this using an organization unit (OU) then you'd need to prefix this to the string also. To see if you've defined an OU for your processes right mouse click the project in the Project Navigator tab -> click "Engine Preferences" -> on the left side click "Deployment" -> in the "Organizational Unit" column do you see any entries? Doubt that you do, but if you have an OUs then I'd encourage you to take them out until you get this working.
    Fourth, put logMessage statements before and after your logic where you are creating the instance in the other process just to make sure this where your error is occuring. One of your logMessage statements might look something like this:
    logMessage "Before creating instance in process " + idOfProcess using severity = DEBUGFifth, if none of these ideas have been helpful - please post your logic on this thread. Put the text "{code}" before and after your logic so it reads a little better.
    Thanks,
    Dan

  • Automatically create users in SharePoint based on Active Directory OU

    Hi,
    This is one of our client's requirements.
    Is it possible to automatically create a user in SharePoint and assign him/her read privileges on the portal when ever a new user is created in Active Directory?
    To re-iterate the above question in a different way; when a new employee joins the organization, a user is created in the Active Directory OU. Is it possible to automatically create this user in SharePoint without any manual intervention?
    If yes, how? Is it a third party synchronization tool or does SharePoint has a sync feature / service?
    Thank you,
    Regards,
    Gagandeep Singh
    My CRM blog |
    My SharePoint blog

    Hi,
    user profile synchronization is responsible for that, once user are created in active directory you have syn service running on certain schedule and all users are grabbed the only left step is to either grant permission on SharePointor you have a generic
    access to grant to all authenticated users or certain active directory groups that the user is assigned to
    More about user profile :
    https://technet.microsoft.com/en-us/library/ee721049.aspx
    http://social.technet.microsoft.com/wiki/contents/articles/12545.sharepoint-2013-setting-up-user-profile-synchronization-12.aspx
    https://technet.microsoft.com/en-us/library/ff382639.aspx
    http://blog.sharedove.com/adisjugo/index.php/2012/07/23/setting-user-profile-synchronization-service-in-sharepoint-2013/
    Kind Regards,
    John Naguib
    Senior Consultant
    John Naguib Blog
    John Naguib Twitter
    Please remember to mark this as answered if it helped you

  • Need to automate blocking a set of users from carrying out any activity...

    We want to block a set of users from carrying out any activity in SAP everymorning between 05:00 to 10:00.
    The users should be blocked at 05:00am and unblocked at 10:00am.
    The blocking and unblocking should happen automatically.
    Request any solutions to achieve this.
    Thanks in advance,
    Amit Prayag

    Hi Amit
    Please check the below link
    http://www.sap-img.com/basis/different-methods-to-lock-or-unlock-sap-users.htm
    Thanks and Regards
    Debdeep

  • Attaching e-mails to the interaction record(Activity) via ERMS set up

    Hi Experts,
                     1. Activity (Interaction record) to be created  automatically on receiving an email.
                     2. Once the acitivity is created then it must be routed to employee responsible based on certain rules.
               For the above requirement we are trying to config ERMS.
    During the creation of an activity it should be possible attach ( link ) the e-mail or documents to the interaction record via ERMS set up. Do we need to do any configuration to attach the e-mails to the interaction record (Activity) . Please provide inputs on this requirement.
    Contributions will be highly appriciated. Thanks
    Regards,
    Lakshmana.P

    Hello Lakshmana.P,
    Typically you would not actually route an Interaction Record (IR). If some follow up action is required, it is a best practice to create a service ticket. The IR creation is more appropriate for situations in which ERMS can auto-respond with a solution to an easy question about e.g., shipping rates, return policies, retail locations, or whatever. There are default actions for routing service tickets, but not for interaction record.
    Best regards,
    John

  • Can you authenticate user/password from SAP to Active Directory

    I don't want to implement SSO for ABAP because my company doesn't have the license for  "SAP NW Single Sign-On"; but we would like to authenticate our users and their passwords to active directory.  Our goal is to make sure the user/password in SAP is the same as their Active Directory user/password.  Is this possible?
    Thanks!

    This has been discussed many times, for example see SSO with LAN UserID/Password. The short answer is no, you can't synchronize passwords. You can however achieve the requirement assuming you are using Identity Management to provision users and passwords to all systems (AD, SAP, etc). In that case you will have to deal with users changing their password. Recommendation is to enable SSO. If you don't want to get licenses for NWSSO, try to look at other options (X.509 certificates, SPNEGO in AS JAVA and then issue a Logon Ticket, 3rd party solution, etc).

  • 11g BPM Global Activity with instance access equivalent ??

    Hi,
    I want to be able to update an instance variable from a workspace view much as I could with a 10g Global Activity with Instance access.
    As always I guess there are a number of solutions (even if they dont match the scenario exactly) but which is the best approach ?
    Any help much appreciated.
    cheers
    Tony

    Same problem ...
    I tested with JSP.parameters["arg_myArg"] ... no result

  • PAPI WS: Calling a Global Activity with instance Access

    Hi,
    I have a global activity, which has instance access, and want to call it via PAPI WS. How is this possible? Usually you would use activityExecuteApplication call, but this does not seem to work for activities having instance access.
    Regards
    Matthias

    The inputs are quite simple, the ProcessID, which is '/SampleProcess' for me and the activity name, which is 'GetData'.
    But, of course, this could not work for a Global Activity having instance access. Because in this case an instance id has to be passed in some way, but I don't know, how?
    Regards
    Matthias

  • Passing BPM presentation object global activity

    Hello,
    I would like to pass a BPM presentation object from a JSP page to global actiivity using openGlobal() method. Do you know if this is possible? Any examples available you know?
    Thanks & Regards.

    Thank you Kevin, here are some more details. Please let me know if this is not clear...
    openGlobal is a local java script function in my code but internally it is calling Fuego UrlActions.runApplication().
    Basically I have an map (key & value pair) as a member of BPM object, which I am using in source JSP file. I want to send this object to a global activity which has another JSP page to display this information.
    I know we can pass a string argument this way but I am not sure how to pass map.
    Thanks.

  • Making Global Activity Heading Bold and Tool Tip over columns in OBPM10GR3

    Hi all,
    I would like to make my Global Activity Heading in Applications in the workspace BOLD and change the FONT of it.
    I also would like to have a Tool Tip explaining what a column in the view means.
    How can I do these things in OBPM10GR3?

    Thanks for the reply valf - you can see a trial version of the page here http://www.banded.co.uk/festighoul_trial.html
    Notice that there is a large empty black div at the top of the pagewhere flash content should be playing... The tool tip trigger is nearer the bottom of the page (a graphic of a '?')
    Thanks

  • What r the steps to create task based user interface for interaction center

    Hi all,
                Can any one please let me know the steps to create task based user interface for interaction center? It would be great
                if anyone can share document with step by step.
    Thanks,
    Baasanthi

    Hi all,
                Can any one please let me know the steps to create task based user interface for interaction center? It would be great
                if anyone can share document with step by step.
    Thanks,
    Baasanthi

  • User license type 53 - error "User type 53 is not active

    Hi Experts,
    One of our end user is facing this     "User license type 53 - error "User type 53 is not active"   issue.
    Can any one help  me what need to be done for resolve this issue.
    Appreciate your early response.
    Thanks in advance.
    Sreenivasu  Balaka

    User Type 53 is:
    53        mySAP Limited Prof. (Cat III)                          mySAP Business Suite Limited Professional (Cat III)
    Check whether the active user types for both the user ids in these two systems are in sync or not. Also make sure that there is no wrong value is set in SU01 for the user id. Both system should contain same settings for company specific settings.. like ... Company address, Decimal Notation of users, Time Zone of user, License type etc. etc. ...
    Check these things and let us know what you got.
    fyi: User types can be activated in USMM..
    Regards,
    Dipanjan
    Edited by: Dipanjan Sanpui on Jun 15, 2009 6:06 AM

Maybe you are looking for

  • Windows 7 install

    Cannot get my Photosmart 3210 to install on Windows 7 RC.  Any help??

  • Po price tab in Purchase Requistion

    Hi experts, how to set po price tab values Do not adopt  as a default in purchase requisition if i create a PR from Project System  on that time 'po price tab value is "as gross price" how will i set default "do not adopt" regards G.vijay Edited by:

  • Gradients in Illustraotor CS5 (comparing to InDesign)

    Hello, I'm a heavy user of InDesign, hardly use Illustrator. Now I'm trying to learn it, and there is something that is unclear to me. When I create a gradient in ID, that is made from existing swatches, if I change to swatches color the gradient swa

  • Migrate SSL from iWS4.1 to iWS6.0

    I would like to migrate a secure server instance from iWS4.1 to a virtual server in iWS6.0. For example, on iWS4.1, I have 2 server instances, server1 and server1-secure. I want to setup a single server instance on iWS6.0 and call it server1, with a

  • X-Fi 5.1 Setup Prob

    i did my first custom computer about 6months ago and everything seemed to be working fine. About 2 weeks ago i bought a 5. logitech setup to replace my crappy 2 speaker setup. I follwed the on-screen prompts for speaker installation according to Crea