Change an instance variable on an instance assigned to a participant

We have a situation where an instance is an interactive activity, and this instance is assigned to a participant. Is it possible to programmatically change the value of an instance on the instance of another variable instance (or to add another element in a table of the instance on this instance) while it is assigned?

Hello

Here are a few thoughts.

Even if the instance is assigned to a player, you may:

1. ask the instance to store only the primary key for an external database table. As long as the other participant knew the key, they could search for and update a comprehensive Interactive activity information.

2. you can temporarily stop the instance using a notification. If your process has an activity wait Message that has a property "Interruption" turned on, once notified - the instance would be automatically routed to the Message wait and the Interactive activity, you have downstream of the waiting Message activity. This Interactive inside your other user can edit the information. Once completed, the instance would go to an automatic activity that has logic "action = BACK" and may reallocate the instance to the original participant.

Hope this helps,
Dan

Tags: Fusion Middleware

Similar Questions

  • PBL to retrieve all instances assigned to a participant

    Hello

    I have a requirement to print a series of work items in a single PDF file. I think I may have a solution, but faced with the PBL - any help appreciated. My solution is as follows...

    * The participant will affect a number of work items by using bulk actions-> for me
    * Use a Global call a screen flow interactive
    * Screen flow activity includes PBL to retrieve all the work items that are assigned to the current user
    Take all the necessary data from the work items and move into a generation of PDF as a printing element service.

    Could someone please help with how I would recover all bodies assigned to the current user in PBL? I use Oracle BPM 10.3.

    Thank you

    Neil

    Published by: user13297570 on July 2, 2010 09:32

    Neil - try something like this to get a list of instances assigned to the current participant:

    busProcesses as BusinessProcess
    instanceFilter as InstanceFilter
    instance as Fuego.Papi.Instance
    processName as String = "/" + ""
    
    connectTo(busProcesses, url : Fuego.Server.directoryURL,
       user : "",
       password : "", process : processName)
    
    create instanceFilter
        using processService = busProcesses.processService
    
    instanceFilter.searchScope = SearchScope(participantScope : ParticipantScope.ALL,
    statusScope : StatusScope.ONLY_INPROCESS)
    
    addAttributeTo instanceFilter
        using variable = VarDefinition.PARTICIPANT_ID,
              comparator = Comparison.IS,
              value = Participant.id
    
    // list the instances
    for each inst in getInstancesByFilter(busProcesses, filter : instanceFilter) do
    
    end
    

    Dan

  • Way to change all instances of a font color?

    Hello. I'm working on an 850-page manual. I provided a PDF by the customer, and is now in color. Text section headers and the figure labels are color as well. Problem is, they are printing the book in black and white. The client wants to change the headers of text and figure black if possible.

    I know how to change the individual instances of text and change the color by using the properties, but given the large amount of text that should be changed in this way (several hundred pages) the cost of doing so would not be worth to the customer.

    Is there a way to change the color of the text in each instance of a given both font? Or a PDF Editor which can do?

    I have Acrobat 9 Pro and an iMac of Yosemite 2009 running.

    I should note that Aadeshs76610910 scored his own as useful response, even if it did not address the questions that I had. He was not, in fact, a useful answer.

    The correct answer to this question is: there is no way to change all instances of a font color in Acrobat now.

  • How to change an instance?

    Hi, I need to change an instance of an object (double objetc), without altering the original, is this possible?

    Thank you

    I do not. You need to duplicate your symbol and create a new instance of that symbol.

  • The world changing all Instances of one CSS Style to another

    I work with RH6 (HTML). I'm curious to know if there is a method / tool that will allow me to take all instances of a certain CSS style and replacement by another (for example, in the same way that you can by using FrameMaker and paragraph/character Styles). I'd like to be able to do that project nationwide, but if it must be done on a basis of subject by subject, it would be OK... I'm just trying to avoid the need to locate each instance of the style and change it manually.

    Any help would be greatly appreciated!

    There is nothing like that built in HR or any other HTML editor, I think.

    You could do using a multi file find and replace tool but I wouldn't use the one that comes with HR. Also, whatever you do, make sure that you create a full backup before you start.

    If you want to change all instances of say

    to say

    that would be your search and replace. Do not forget to change closing tags as well.

    Perhaps the more likely you will want to change something like class = "red" to class = "green". Which affects only the opening tag.

    If you use a tool such as far from http://www.helpware.net , you can either leave it blows through all the headings, or you can control each instance of the tag and change it or pop it.

  • Change a text variable

    Hi guys, Im trying to create a script that will change one

    series of predetermined text variables.

    I got to a wall where now when I run the script and nothing happens. However, I got the dialog box run once.

    Here's the script so far. If someone can tell me how to right-align the static text please let me know. Thank you!

    function myDisplayDialog()
    {
    myDialog = app.dialogs.add var ({name: 'Edit your text variables'});
    {with (MyDialog.dialogColumns.Add ())}
    {with (dialogRows.Add ())}
    {with (dialogColumns.Add ())}
    staticTexts.add ({staticLabel: "Date of the meeting:", minWidth:500});})
    }
    {with (dialogColumns.Add ())}
    var myMeetDate = textEditboxes.add ({editContents: "Date of the meeting"});
    }
    }
    with (dialogRows.Add ())
    {
    with (dialogColumns.Add ())
    {
    staticTexts.add({staticLabel:"Symbol:"});)
    with (dialogColumns.Add ())
    {
    var mySymbol = textEditboxes.add ({editContents: "Symbol", minWidth:500});})
    }
    }
    }

    }

    theResult var = myDialog.show ();
    if(theResult == true) {}
    var meetD is app. TextVariable.ItemByName ('meeting Date');
    symbolO var is app. TextVariable.ItemByName ("Symbol");
    meetD.CustomTextVariablePreference.contents = myMeetDate;
    symbolO.CustomTextVariablePreference.contents = mySymbol;
    myDialog.destroy ();
    }
    else {}
    myDialog.destroy ();
    Exit();
    }
    return [myMeetDate, mySymbol];

    }
    myDisplayDialog)

    * Edited to update the script, I think this news is more correct.

    Hey!

    Your syntax to assign values is not correct. Here is a corrected and functional your script version. Note that script will attempt to load the values of existing variables for dialogue.

    myDisplayDialog();
    
    function myDisplayDialog(){
    
    try{     var meetD = app.textVariables.itemByName("Meeting Date").variableOptions.contents;
              var symbolO = app.textVariables.itemByName("Symbol").variableOptions.contents;
         }
    catch(_){alert("Variables not found");exit();}
    
    var myDialog = app.dialogs.add({name:"Change your text variables"});
    
         with(myDialog.dialogColumns.add()){
              with(dialogRows.add()){
                   with(dialogColumns.add()){
                        staticTexts.add({staticLabel:"Meeting Date:", minWidth:444});
                   }
                   with(dialogColumns.add()){
                        var myMeetDate = textEditboxes.add({editContents:meetD, minWidth:100});
                   }
              }
              with(dialogRows.add()){
                   with(dialogColumns.add()){
                        staticTexts.add({staticLabel:"Symbol:"});
                        with(dialogColumns.add()){
                             var mySymbol = textEditboxes.add({editContents:symbolO, minWidth:500});
                        }
                   }
              }
         }
    
    var theResult = myDialog.show();
    
         if(theResult == true){
              var meetD = app.textVariables.itemByName("Meeting Date");
              var symbolO = app.textVariables.itemByName("Symbol");
              meetD.variableOptions.contents = myMeetDate.editContents;
              symbolO.variableOptions.contents = mySymbol.editContents;
              myDialog.destroy();
         }
         else{
              myDialog.destroy();
         }
    }
    

    --

    tomaxxi

    http://indisnip.WordPress.com/

  • How to programmatically change the environment variables

    I use Visual Source Safe commands in the context menu of Windows Explorer, and I often have to change VSS to the other database. I uses .reg files to change the value of the variable SSDIR. The registry editor displays the new value immediately after the call to the .reg file. However, the system does not seem to actually recognize the change, unless I open my computer properties to Environment Variables, and then click OK.

    How can I make an immediate change to a variable user permanently without enter in the properties of my computer?

    Ken Frantz
    New York State Office of Mental Health
    Business Intelligence Office
    E-mail address is removed from the privacy *.
    518-474-3079.

    Hello

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited to the audience of developers on MSDN. Please ask your question in the Forum of SourceSafe and Visual Studio Source code control. You can follow the link to your question:

    http://social.msdn.Microsoft.com/forums/en-us/vssourcecontrol/threads

  • How to change the constant variable rate?

    Hello

    I export an HDV mpeg file that has a constant rate of a video H264 (.mp4) video for download on a web-based video player. I actually use the preset in Media Encoder 'YouTube HD 720 p 29.97'.

    The web interface of video online that I use requires a constant rate. But when you look at the video in MediaInfo it shows the video file as a variable rate. After looking through the settings in Media Encoder I found no option to fix this.  I see where you can change the frame rate and it is 29.97. So you might think, it would be constant but is not. And there is not any settings, I see, to change the constant variable. I don't see the flow settings, but this isn't the issue.

    I also have Apple Compressor and making a successful rate constant, but if possible I prefer to use Adobe Media Encoder. If anyone knows how to change this setting? Thank you

    Hi CLCTV,

    To close this thread, interpreted as variable rate exports are now interpreted as constant in the CC SOUL 2014 (8,0) and later. Please create a new thread if you are still having trouble with this problem.

    Thank you

    Kevin

  • To detect a change in a Variable?

    Hi all

    I can detect a change in variable (a string of data)?

    I do an AS2 SWF (level 7 Player) with navigation of the combobox control.

    I have a page name variable that I change from outside the SWF with the Director and Authorware using (I think) FlashVars.

    The variable (internally) is set by default when SWF is initialized.

    Authorized external variable values are always one of the combobox data field values.

    The combobox default variable is not always the index 0 (zero) position. Or the order of the data or the other.

    The variable can be modified internally in combobox nav used to independent navigation of the external variable. -It works

    When the nav var shared changes of the external source, the ComboBox must change for the variable game data to combobox corresponding. That's what I'm trying to do.

    I can change the drop-down list Configuration programmatically (index), but failed to recognize him as a change event. Or tell him by programming

    The combobox control can be selected by the data variable, or is the only option to use the index (loop index values to match the variable data field)?

    And update the selection combobox (and therefore the nav page) by triggering a change by programming event?

    Detect the var itself without the OnEnterFrame turn change is my goal - if it even works in the version I use (flash palyer 7).

    Thank you

    Jim

    You can use watch(). I have not used for some time, so you will need to check the documentation.

  • Question about the integration of CRM and change on Instance of Salesforce

    I just said that Salesforce is making a change in a few months, which would bring our data out of the instance, they refer to "na2" and on a yet to be announced the instance. The only change on the side of Salesforce would be a new URL associated with all our Salesforce pages. Instead of "https://na.2." ((The) rest of URL) .com ', the new URL might be'https://()new name of the Instance). (Rest_of_URL).com ". I don't think it would have an impact on our integration, but I just wanted to see if there was any potential problems that I'm on. Thanks for the help!

    Hi all

    We have seen customers using several marketing automation systems (including Eloqua) who got this kind of news to SFDC and I have seen no effect when change happens and do not update the credentials, etc. (unless they had regular password changes or something already).

    Best,
    Lauren

  • Change the instance EBS R12 header.

    Hi DBAs,

    I cloned an EBS 12.1.1 instance of test production. The header of the cloned instance is said now it Production. Please tell me how to change the header from PROD to the TEST.

    Thank you.

    -Samar

    Samar,

    You can change it through the "Site Name" profile option at the Site level (responsibility of the system administrator > system > profile). Logout and login again and you will be able to see the new site name in the header of the window.

    Thank you
    Hussein

  • Assign the copy of the instance to the various participants in the role of different

    I got some info about the forum given by Dan to use split and join

    Have a question Dan if you can clarify please


    Responsible for M1 assigns tasks analyst a1

    then I call split so that the Manager M1 and A1 analyst sees same task which is nothing else than my jsp page in struts.

    How do we know that both Manager and analyst are done with task so that they reach the join return?

    Hello

    Once a the Split activity in your example, the Manager and the analyst reached work item instance each would have a copy of the work item in their Inbox because the Split has a transition to activity in the role of Manager and another passage to an activity in the role of the analyst.

    Once the analyst has completed its work, the copy of the work item flows to join activity and executes the logic in the join. Similarly, when the Manager has completed its work, their copy of the work item flows to join activity and implements its logic. Given that the engine keeps track of when all the copies reached the join activity, once the second copy ends the execution of logic in the join, the original work item instance let the join activity and continues downstream in the process.

    All this is done automatically by the engine when running.

    Dan

  • How to change all instances of an audio note in voice

    On some YouTube video I saw the guys set a voice note that PitchCorrect showed was a half-step lower. "And if you want to do this to all instances of that note, just that [,]" and I forgot what it was.

    It would be very useful. If you're flat on a certain note, for example, you can correct all instances of lowered both note.

    see you soon

    In the file editor... Select the location on the piano keyboard, and all notes with this field will be selected...

  • Change an instance of oracle to another database

    Using the latest version of Content Server (UCM). When I installed the content server, I create a database of local 11g to use for the repository. There was a problem getting 11g working on CARS, while 10g was still used. Well, the time has come, and 11g is now running on CARS.

    Can I export/import my data from the local database to the RAC database. From there how to configure content server to point to the correct database? I know there is a config file, but I see that the password was in a format. Can I get the format of hash of a database 11g for the user of the content, server to update the configuration file, and then restart the content server.

    This is the way to do this?

    Thank you, Ken

    Hello

    In the config.cfg password that db was in an encrypted format and you can even change by changing the value of the JdbcPasswordEncoding variable that should be Intradoc in your case. Change that to "JdbcPasswordEncoding = plaintext" put the password of the DB in simple English and restarts the CS for her to take to the new db that you created.

    Thank you
    Srinath

  • Add/change an instance of Virtual Center

    We are about to move from VC4.0 to VC4.1.
    We will deploy a new 64-bit server to handle and for a number of internal reasons, we do a manual migration of the host instead of using the tools of datamigration.
    Long & short are starting next week, we'll have a VC new management of our virtual environment, and I'm going to need to redirect vFoglight to look at the new Victoria Cross.
    I've been poking through rteading through the docs and settings and have not yet find an obvious way to remove the old vFoglight point VC to the new Victoria Cross.

    Can anyone help or point me to a doc for this?

    The new Victoria Cross will have the same name as the old VC? Or will it be different?

Maybe you are looking for

  • How to customize the virtual keyboard?

    Hello I am looking for a way to customize the virtual keyboard. I want to customize keyboard and form location, places default keys in the keyboard for some specific languages, the keyboard, the size of the keyboard etc. However, the customization ne

  • HP 7550 insert plain paper error

    I've owned an HP 7550 photosmart printer for years and it always worked flawlessly, until recently. After inserting the two new original HP print cartridges, I get a message saying "inserer insert plain paper, then press OK" for calibration. After th

  • My ethernet drivers gets automatically deleted

    I bought DELL INSPIRON 5521 10 months back. Last month, my ethernet driver gets automatically removed I have to reinstall again and again, please help me I use windows 8.1 now.

  • Cannot display raw or jpeg files taken on a new Nikon D7200

    I have questions not being not able to view my raw or jpeg files using lightroom what photos were taken on my new SLR digital of Nikon D7200.  I also have the Nikon D7000 and D3000 and can see raw and jpeg files without any problem.  I can open the f

  • How to record video of demonstration Captivate 9

    HelloI am trying to record a video demonstration of a procedure in Captivate 9 where I capture parts of the interface of Captivate 9 as in the drop-down menus, the properties panel, etc..Here are the steps I took:File > register a new > video demo.Th