Pass the parameters to the stubborn JSPX workflow

Hi all

1 created a page JSPX using UIShell model.  This page contains 4 UI components (InputComboBoxListOfValues) in SingleObjectContextArea.  Created a Bean managed to this page and capture the value selected in the ValueChangeListner and the value added to pageFlowScope.

2. created Unbounded task Flow, dragged the JSPX page.

3. have an existing defined task flow with fragments of the page, there a MethodCall activity who expects JSPX inputParameter values.

4. to call the workflow defined Unbounded task Flow (a page JSPX) created 2nd JSPX page using the UIShell model.

5. slide the existing delimited task Flow in 2nd page JSPX, context menu selected region.  This region is created in SingleObjectContextArea of UIShell.

6. When you drag its questions about inputParameter mapping workflow related.

7 configure the inputParameter value coming from pageFlowScope.

8 moved the drawing of JSPX 1st to 2nd page JSPX for complete Navigation.

9. in executing the Unbounded Flow task, show JSPX 1st with LOV.

10. the values selected and clicked on submit Action.

11. its now showing 2nd JSPX that contains the delimited task flow.

12 but his empty poster records the table.  (Note: I pass parameters to the InputParameters MethodCall (InputParameters) as pageFlowScope, my display of records based on inputParameters when tested to OrcleSQLDeveloper DB)

Could any body help me on this issue.

My Code Snippets of data binding of the 2nd JSPX page which linked the task Flow as a regionModel. :

< taskFlow id = "TaskFlow1".

taskFlowId="/WEB-INF/oracle/apps/TaskFlow1.xml#TaskFlow1".

Activation = "deferred."

              xmlns=" http://xmlns.Oracle.com/ADF/controller/binding "> "

< Parameters >

< parameter id = "PartnerKeyType" value = "#{pageFlowScope.PartnerKeyType}" / >

< parameter id = "PartnerKey1" value = "#{pageFlowScope.PartnerKey1}" / >

< parameter id = "InteractionPartnerRole".

value = "#{pageFlowScope.InteractionPartnerRole}" / >

< parameter id = "BusinessProcessName".

value = "#{pageFlowScope.BusinessProcessName}" / >

< / Parameter >

Hello

first of all can you get the pageFlow range variable in taskflow? that you spend page jspx?

If you are able to get the value of Lov Taskflow try refresh taskflow on change from the LOV.

You must add the input as boolean parameter type, change false to true when the LOV value has changed.

now use refreshifNeeded property in the file for pagedef links

Tags: Java

Similar Questions

  • Passing the parameter of workflow with shows the http 404 error pages

    Hello

    I have a parent workflow with fragments of page deleted as a region on a page. The fragment of a page in the parent workflow displays the read-only table employees. The service Id of the table appears as a link. When you click this link, the following is provided:

    • action listener is called which calls the managed bean that retrieves this Department Id and defines in the pageFlowScope.
    • Pass this value as an input to the child workflow parameter. Child workflow contains its display type is inline-popup page.

    The problem is that when there is no parameter passed to the child workflow the popup is fine. But if the parameter is passed it gives the following error:

    ADF_FACES - 60105:HTTP error state Code: 401.

    Parameters passed from parent to child, such as:

    #{pageFlowScope.DepartmentIdBean.value}

    (DepartmentIdBean is the bean class that gets and sets the Id selected Department)

    Parameter received in the child as workflows:

    #{pageFlowScope.pdeptId}

    Can someone please help me solve this problem? Is that the path parameter is spent creating problem? The same scenario works very well if the child workflow is invoked with fragments of page and like exterior window. I use JDev 12 c.

    I looked at the code and modify it to make it work. There were a few errors. the way main reason you got the error was that you tried to read the non-existing parameter values.

    Download the app from work OTNempDeptTaskFlow.zip | JDev & amp; Goodies ADF

    After downloading the doc you rename to zip and can then decompress.

    Timo

  • How to pass the parameter of workflow

    As being new owb, I'm still trying to figure out how to pass a parameter through workflow.

    I have this map with an input parameter, and I included this mapping in this workflow. I wonder how to pass a parameter value for this workflow and bind it to the mapping?

    ~ Prabha

    Prabha,
    Select the activity start then in the Explorer window (in the left upper corner of the process editor) on green sign more for adding parameter processflow.
    Enter the name of the parameter and specify the type of data (perhaps by default).
    Select your map, and then in the Exporer window click parameter mapping entry.
    now the object details window, you can bind the input parameter to the parameter processflow with change of binding property

    Kind regards
    Oleg

  • Problems with the stubborn workflow

    Hi all

    I'm having some trouble with the stubborn workflow. I created the parameters of entry and exit on the workflow and I can't make them work.

    Version: 11.1.1.4

    Here is my scenario:

    1. I created a display on the adf-config to use as my home page
    2. I created two points of view on flows of different delimited tasks two (one for data on employees - a table and one to show the details of the Department - a form)
    3. I dropped two workflows bounded as areas on my main page
    4. I wanted to click on the employee in the area of the employee id and pass the service id in the region of the Department
    5. I converted my employee_id rank to a link and added property inspector set so that I could capture the value of line department id
    6 configure the parameters input and output both bounded task flows (the employee) and pronounce on the Department.


    However, the value does not seem to the Department defined in the workflow... or so it seems. I'm sure it's user error I'm not sure what I'm doing wrong.

    Any suggestions or advice would be appreciated. Are there good ways to see if the values of the parameters are ongoing value and actually passed (as step via the stream in any way and see if my #{pageFlowScope.) Param} is ready?

    Thanks as always!

    S

    Published by: Scarpacci on March 14, 2011 23:12

    I guess you need to pass the parameters in a contextual event. The flow of work in the region begins, but normally doesn't end, if you do not get an output parameter.

    Here are some links:
    http://download.Oracle.com/otn_hosted_doc/JDeveloper/11gdemos/ADF-region-interaction/ADF-region-interaction.html
    http://andrejusb.blogspot.com/2010/10/contextual-events-framework-and-ADF-11g.html
    http://andrejusb-samples.blogspot.com/2011/02/jdevadf-sample-ADF-region-communication_13.html

    If you google you'll find many others...

    Timo

  • ExecuteWithParams in the stubborn workflow?

    Hello

    I use ADF 11 g and I am trying to achieve the following:
    < ul > < li > I have a page with a read-only table.
    < li > the user selects a row in the table, and then click one of the buttons above the table action.
    < li > A popup appears, which shows some details on selected lines, as well as some edit fields to add an entry for the action to perform on the selected record.
    < li > the user clicks OK, a PL/SQL procedure in the database is called to perform the action on the record selected with the input values given. < /ul >

    I have already created most of the features:
    buttons of selection and action < ul > < li > the homepage with the read-only table, single line.
    < li > delimited the workflow based on fragments of the page.
    < li > a fragment of page for each action.
    < li > popup has a region to incorporate fragments in. < /ul >

    I followed the diagram of the Incorporation of the regions inside the pop up windows to implement all of this. Most works very well. When I select a line and press action buttons, popup appears with the right fragment in it. The only problem is that the selected record does not appear, the fragment always shows the first record in the table.

    Here are some of my code:
    My definition defined workflow :
    <?xml version="1.0" encoding="UTF-8" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
      <task-flow-definition id="editPerceel">
        <default-activity>ExecuteWithParams</default-activity>
        <input-parameter-definition>
          <name>soortActie</name>
          <value>#{pageFlowScope.soortActie}</value>
          <class>java.lang.String</class>
        </input-parameter-definition>
        <input-parameter-definition>
          <name>pclNummer</name>
          <value>#{pageFlowScope.pclNummer}</value>
          <class>oracle.jbo.domain.Number</class>
        </input-parameter-definition>
        <task-flow-return id="ok">
          <outcome>
            <name>editPerceelFinished</name>
            <commit/>
          </outcome>
        </task-flow-return>
        <router id="soortActie">
          <case>
            <expression>#{pageFlowScope.soortActie == 'AMW'}</expression>
            <outcome>wijzigAmCode</outcome>
          </case>
          <!-- other cases left out for brevity -->
          <default-outcome>wijzigAmCode</default-outcome>
        </router>
        <view id="wijzigAmCode">
          <page>/percelen/wijzigAmCode.jsff</page>
        </view>
        <!-- other views left out for brevity -->
        <task-flow-return id="cancel">
          <outcome>
            <name>editPerceelCancelled</name>
            <rollback/>
          </outcome>
        </task-flow-return>
        <method-call id="ExecuteWithParams">
          <method>#{bindings.ExecuteWithParams.execute}</method>
          <outcome>
            <fixed-outcome>ExecuteWithParams</fixed-outcome>
          </outcome>
        </method-call>
        <control-flow-rule>
          <from-activity-id>soortActie</from-activity-id>
          <control-flow-case>
            <from-outcome>wijzigAmCode</from-outcome>
            <to-activity-id>wijzigAmCode</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
          <control-flow-case>
            <from-outcome>cancel</from-outcome>
            <to-activity-id>cancel</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <control-flow-rule>
          <from-activity-id>wijzigAmCode</from-activity-id>
          <control-flow-case>
            <from-outcome>ok</from-outcome>
            <to-activity-id>ok</to-activity-id>
          </control-flow-case>
          <control-flow-case>
            <from-outcome>cancel</from-outcome>
            <to-activity-id>cancel</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <control-flow-rule>
          <from-activity-id>ExecuteWithParams</from-activity-id>
          <control-flow-case>
            <from-outcome>ExecuteWithParams</from-outcome>
            <to-activity-id>soortActie</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <!-- other control flow rules left out for brevity -->
        <use-page-fragments/>
      </task-flow-definition>
    </adfc-config>
    As you can see, the default activity is an ExecuteWithParams. The idea is that this ExecuteWithParams selects a record unique, based on the pclNummer value, which must be unique. The ExecuteWithParams is defined in the pageDef as follows:
        <action IterBinding="TelerHeeftPercelenIterator" id="ExecuteWithParams"
                RequiresUpdateModel="true" Action="executeWithParams">
          <NamedData NDName="pclNummer" NDValue="#{pageFlowScope.pclNummer}"
                     NDType="oracle.jbo.domain.Number"/>
        </action>
    The button that triggers it, is defined as follows:
                      <af:commandToolbarButton text="#{aanvragenboviewBundle.WIJZIG_AM_CODE}"
                                               icon="/images/pencil.png"
                                               disabledIcon="/images/pencil_disabled.png"
                                               id="btnAm" partialSubmit="true"
                                               clientComponent="true">
                        <af:clientAttribute name="pclNummer"
                                            value="#{viewScope.percelenBean.selectedPerceelNummer}"/>
                        <af:clientAttribute name="soortActie" value="#{'AMW'}"/>
                        <af:showPopupBehavior popupId="::pclPopup"/>
                      </af:commandToolbarButton>
    My questions are:
    < ul > < li > by passing the value of key of the selected record and then retrieve the record again seem a bit too complicated for me. Is somehow possible to just get the record selected in the main page in the stubborn workflow?
    < li > if this is not possible, what I am doing wrong in my current approach? Why the ExecuteWithParams works not as long as expected? (It is actually running, I checked that, by setting a breakpoint on this subject). < /ul >

    Any help would be appreciated!
    Best regards
    Bart kummel

    Hello

    If you launch the TaskFlow in a dialog you must pass information as an input TaskFlow parameter. And then read you in the TaskFlow and run the query using a method activity.

    Frank

  • I have my old laptop work, admin access, and I need to pass the parameters of language from German to English, especially the menus. Can you please indicate.

    I have my old laptop work, admin access, and I need to pass the parameters of language from German to English, especially the menus. Can you please indicate.

    A.I have changed the time zone.

    But I can't understand how to move to the menus in ENGLISH and the keyboard settings. They are in German. Need urgent help

    The system is running on Windows XP Professional

    Thank you for your help in advance.

    (Yes the multi language pack is somewhere on the laptop... where I'm not sure)

    Hello

    1. - you want to say that you have an administrator access on this computer?

    2. What is the operating system default language when the laptop was purchased?

    If the default language is German so it is not possible to change it to English.

    Reference: to change the language used for menus and dialog boxes

  • How to pass the parameters in the http post method?

    Hello

    I want to download the mp3 file on server and I need to pass two parameters with the post method.

    Here is my code for this.

                          String userid="id_user=8379";
                  String filename="trackName=sample.mp3";
                  String params=userid+"&"+filename;            
    
                            httpcon=(HttpConnection)Connector.open("http://api.upload.com/gStorage/uploadSong?output=json",Connector.READ_WRITE);
                httpcon.setRequestMethod(HttpConnection.POST);
                httpcon.setRequestProperty("Content-type","application/x-www-form-urlencoded");
                httpcon.setRequestProperty("Content-type","audio/mpeg3");
                os=httpcon.openOutputStream();
                os.write(params.getBytes("UTF-8"));
                fc=(FileConnection)Connector.open("file:///E:/sample.mp3",Connector.READ_WRITE);
                fileis=fc.openInputStream();
                bos=new ByteArrayOutputStream();
                byte[] data=new byte[50000];
                int ch;
                while ((ch=fileis.read(data,0,data.length))!=-1) {
                    bos.write(data,0,ch);
                }
                os.write(bos.toByteArray());
                os.close();
                System.out.println("Response code From server"+httpcon.getResponseCode());
                if(httpcon.getResponseCode()!=HttpConnection.HTTP_OK)
                {
                    System.out.println("Failed to upload bytes");
                }
                else
                {
                    //is=httpcon.openInputStream();
                    DataInputStream dis=httpcon.openDataInputStream();
                    int ch1;
                    StringBuffer buffer1=new StringBuffer();
                    while ((ch1=dis.read())!=-1) {
                        buffer1.append((char)ch1);
                    }
                    System.out.println("Response From Server"+buffer1.toString());
                }
            } i am getting response code ok but fail to upload file.
    

    may I passing the parameter in the wrong way?

    thankx.

    Hello

    Nitin I currently do a midlet project.

    So I used multipart post method.

    I just read this article. http://MindTouch.firmstep.com/AchieveForms/Design_Guide/Integration_Actions/types/HTTP_POST#top

    package com.http.main;
    
    import java.io.ByteArrayOutputStream;
    import java.io.InputStream;
    import java.io.OutputStream;
    import java.util.Enumeration;
    import java.util.Hashtable;
    
    import javax.microedition.io.Connector;
    import javax.microedition.io.HttpConnection;
    
    import com.sun.midp.io.BufferedConnectionAdapter;
    
    public class HttpMultipartRequest
    {
        static final String BOUNDARY = "----------V2ymHFg03ehbqgZCaKO6jy";
    
        byte[] postBytes = null;
        String url = null;
    
        public HttpMultipartRequest(String url, Hashtable params, String fileField, String fileName, String fileType, byte[] fileBytes) throws Exception
        {
            this.url = url;
    
            String boundary = getBoundaryString();
    
            String boundaryMessage = getBoundaryMessage(boundary, params, fileField, fileName, fileType);
    
            String endBoundary = "\r\n--" + boundary + "--\r\n";
    
            ByteArrayOutputStream bos = new ByteArrayOutputStream();
    
            bos.write(boundaryMessage.getBytes());
    
            bos.write(fileBytes);
    
            bos.write(endBoundary.getBytes());
    
            this.postBytes = bos.toByteArray();
    
            bos.close();
        }
    
        String getBoundaryString()
        {
            return BOUNDARY;
        }
    
        String getBoundaryMessage(String boundary, Hashtable params, String fileField, String fileName, String fileType)
        {
            StringBuffer res = new StringBuffer("--").append(boundary).append("\r\n");
    
            Enumeration keys = params.keys();
    
            while(keys.hasMoreElements())
            {
                String key = (String)keys.nextElement();
                String value = (String)params.get(key);
    
                res.append("Content-Disposition: form-data; name=\"").append(key).append("\"\r\n")
                    .append("\r\n").append(value).append("\r\n")
                    .append("--").append(boundary).append("\r\n");
                System.out.println("****In while Loop:-****"+res);
            }
            res.append("Content-Disposition: form-data; name=\"").append(fileField).append("\"; filename=\"").append(fileName).append("\"\r\n")
                .append("Content-Type: ").append(fileType).append("\r\n\r\n");
            return res.toString();
        }
    
        public byte[] send() throws Exception
        {
            HttpConnection hc = null;
    
            InputStream is = null;
    
            ByteArrayOutputStream bos = new ByteArrayOutputStream();
    
            byte[] res = null;
    
            try
            {
                hc = (HttpConnection) Connector.open(url);
    
                hc.setRequestProperty("Content-Type", "multipart/form-data; boundary=" + getBoundaryString());
                hc.setRequestProperty("Content-Length",postBytes+"");
    
                hc.setRequestMethod(HttpConnection.POST);
    
                OutputStream dout = hc.openOutputStream();
    
                dout.write(postBytes);
                dout.close();
    
                int ch;
    
                is = hc.openInputStream();
                StringBuffer buffer=new StringBuffer();
    
                while ((ch = is.read()) != -1)
                {
                    bos.write(ch);
                    buffer.append((char)ch);
                }
                res = bos.toByteArray();
                System.out.println(buffer.toString());
            }
            catch(Exception e)
            {
                e.printStackTrace();
            }
            finally
            {
                try
                {
                    if(bos != null)
                        bos.close();
    
                    if(is != null)
                        is.close();
    
                    if(hc != null)
                        hc.close();
                }
                catch(Exception e2)
                {
                    e2.printStackTrace();
                }
            }
            return res;
        }
    }
    

    and use it in this way

    public void getBytes()
        {
            ByteArrayOutputStream bos=null;
            try
            {
                bos=new ByteArrayOutputStream();
                InputStream fis=getClass().getResourceAsStream("/super.mp3");
                int ch;
                byte[] data=new byte[120];
                while((ch=fis.read(data,0,data.length))!=-1)
                {
                    bos.write(data,0,data.length);
                }
                Hashtable params=new Hashtable();
                //params.put("id_user","8474");
                params.put("id_user","8379");
                params.put("file1","audio.mp3");
                HttpMultipartRequest httpreq=new HttpMultipartRequest("http://api.upload.com/gStorage/uploadSong?", params,"file1","xpressMusic.mp3","audio/mpeg",bos.toByteArray());
                httpreq.send();
                bos.close();
                fis.close();
            }
            catch (Exception e) {
                System.out.println("Exception"+e);
            }
    

    Here, the key is contenttype, contentLength.you can get the info on it from the link above.

    thankx.

  • Passing the Description field in workflows "request a catalog article.

    I use the workflow 'Request a catalog article' to request a catalog article that deploys a virtual machine. When I manually request here, I can fill the number of vCPUs, memory, disk, * and * a Description that will appear in the list of items vCAC that helps me identify what serves as the virtual machine.

    When you use the vRO workflow to make the request, I can pass the variables VM - i.e. supplier - VirtualMachine.CPU.Count, etc. - but I can't understand how to move in the Description. I tried the stuff to look at the variables available, but all I get is this list.

    [11:44:44.775 2015-09-30] [I] provider - Cafe.Shim.VirtualMachine.NumberOfInstances

    [11:44:44.776 2015-09-30] [I] provider - Cafe.Shim.VirtualMachine.TotalStorageSize

    [11:44:44.776 2015-09-30] [I] provider - ExternalWFStubs.MachineDisposing

    [11:44:44.776 2015-09-30] [I] provider - ExternalWFStubs.MachineDisposing.vCACHost

    [11:44:44.776 2015-09-30] [I] provider - ExternalWFStubs.MachineDisposing.vCACVm

    [11:44:44.776 2015-09-30] [I] provider - ExternalWFStubs.MachineProvisioned

    [11:44:44.776 2015-09-30] [I] provider - ExternalWFStubs.MachineProvisioned.vCACHost

    [11:44:44.776 2015-09-30] [I] provider - ExternalWFStubs.MachineProvisioned.vCACVm

    [11:44:44.776 2015-09-30] [I] provider - VirtualMachine.CPU.Count

    [11:44:44.776 2015-09-30] [I] provider - VirtualMachine.Disk0.IsClone

    [11:44:44.776 2015-09-30] [I] provider - VirtualMachine.Disk0.Size

    [11:44:44.776 2015-09-30] [I] provider - VirtualMachine.Disk0.StorageReservationPolicy

    [11:44:44.776 2015-09-30] [I] provider - VirtualMachine.LeaseDays

    [11:44:44.776 2015-09-30] [I] provider - VirtualMachine.Memory.Size

    [11:44:44.776 2015-09-30] [I] provider-blueprintId

    [11:44:44.776 2015-09-30] [I] provider-provisioningGroupId

    Any ideas on how I can refer and set the Description?

    Thank you

    Hello

    There are some special/magical/hidden properties, you can use 'always'

    See also request a catalog through ASD and Description article

    Maybe of the properties of interest to you:

    description - Description text mode application form (details)

    Cafe.Shim.VirtualMachine.Reason - reason for the request in the form of request for Information

    __Notes - description in the request for information form and vCenter Annotations, default "implemented by VMware vCAC.

    Greetz

  • ADF: Can ignore us the default activity of the ADF train in the stubborn workflow. ?

    Hi all

    I am a newbie for ADF and JDev. Start learning about the documentation provided for the ADF, I try to create a stubborn workflow that has an element of train and every stop on the train should be activated/skippered by program. I am able to jump the train stops after reading the content provided at http://www.oracle.com/technetwork/developer-tools/adf/learnmore/82-programmatically-navigate-trains-396873.pdf.
    But I'm not able to jump to the default train stop which is the first call of the activity in my case during initialization.
    Here are the steps I followed:
    1 creating a project of viewController and created a workflow in bounded with the component train activated.
    2. added 4 displays with train component marking the first view as default activity appeal.
    3. According to the document, which I mentioned above, I've added bean managed to ignore the train stop by program files.

    Now when I run the workflow, I'm able to jump the number of train stops 2/3/4, but I'm not able to jump stop number 1 (first stop which is the default activity) at initialization.
    According to documents from the ADF, for a stubborn workflow must be assigned default activity that is always called first when we enter the stubborn workflow. Which means, default activity will always be called initialization of said defined workflow and never to be ignored by the program. ? Alternatively, if there is a way to jump to the default activity, so please let me know the documentation/measures to do this.

    Thanks in advace.

    Published by: 1004973 on May 9, 2013 02:52

    Thanks Timo. Your idea has solved my problem. :)

    I created a new page in my workflow narrow-minded that I realized as a default activity for the workflow bounded. Then I applied the navigation via router and under certain conditions, I am now able to switch my order to my desired train stop. By this design, I can make another customization on train button(Back/Next).

  • How to pass the parameters or values film double hollow?

    Hello

    I create a game in Flash 8 with 2 AS and I have some questions to ask.

    First of all, I'm stuck for 2 days to create a tower Laser beam to the target.

    I searched the internet for solutions but I can't really find one, so I'll try display of questions myself...

    First I tried to create, and the effectHolder in which each laser beam has been created, because it seems I can create only one line in each movieClip...

    _root.duplicateMovie(effectHolder_mc , "effectHolder_" + this, _root.getNextHighestDepth());
    v = a = _root["effectHolder_" + this];
    ray.onEnterFrame = function()
    {
    v.clear();
    v.lineStyle(1,0xFF0000,100);
    v.moveTo(this._x, this._y);
    v.lineTo(creep._x , creep._y);
    v.text = "True"

    }

    It's triggered eveytime, she was a target.

    With each turn that triggered a laser that I created, it became more than offset, so I tried selfdestructing after some time.

    this._alpha -= 10;

    if (this._alpha <= 0)

    {

         this.removeMovieClip();

    }

    But he did not actually work, so I tried another solution. I tried to give each MovieClip ("Laser"), duplicate code that creates the laser beam.

    onClipEvent(load)
    {
         this.fx = from._x;
         this.fy = from._y;
         this.tx = to._x;
         this.ty = to._y;
    }
    onClipEvent(enterframe)
    {
         _root.dmg.text = "From: " + fx + "," + fy + " To: " + tx + "," + ty; //I used this on a textbox to see if parameters are transmited. But they were all 'undefined'

            this.clear();
         this.lineStyle(1,0xFF0000,100);
         this.moveTo(from._x, from._y);
         this.lineTo(to._x , to._y);

         this._alpha -= 4;
         if (this._alpha <= 0)
         {
              this.removeMovieClip();
         }
                                 
    }

    The problem is that I did not know how to pass the coordinates of the tower and the target to the MovieClip so that it knows where to create the line.

    X++;
    duplicateMovieClip(_root.Laser, "Laser" + X, X,{from._x,from._y,to._x,to._y});         
    g = _root[_root.Laser + X];
    g.fx = from._x;
    g.fy = from._y;
    g.tx = to._x;
    g.ty = to._y;

    Please leave suggestions on how to send the parameters or values for the created clip, or an idea of the creation of this line ("beam") for each tower, without so much trolling.

    Thank you

    Chris

    What is the trigger of v's _alpha decrease?

  • Passing the values in the call to a related request created by IPK Workflow

    I know how to transfer a call from the values to a demand during his manual creation of a call screen.

    But (how) it is possible to specify the fields of Appeal whose values must be submitted to a request when it is created automatically by processing rules of Workflow IPK?

    Cheers, Gytis

    Everything just great! The query "IPK Workflow Change Request Mapping" does everything I want.

  • Pass the parameter page fragment in a dynamic region

    Hello.

    I use Jdeveloper 11.1.1.3.

    Can someone explain to me how to pass the parameter page fragment in a dynamic region?

    My situation is:

    I have only 1 page: index.jspx.

    This page includes 2 items:
    1. < af:tree >
    < af:tree id = "t1" var = 'node' rowSelection = 'single '.
    value = "#{bindings." Rendering FpsrVO1.treeModel}"="true"expandAllEnabled ="true ".
    contentDelivery = "lazy" initiallyExpanded = "false".
    contextMenuSelect = 'false' fetchSize '-1' = >
    < f: facet name = "nodeStamp" >
    < af:commandLink id = "cl1" rendered = 'true '.
    actionListener = "#{backingBeanScope.RegionDynamicBean.treeClick}" >
    < af:outputFormatted id = "outForm' value = ' #{node." Name}' has made = "true" / >
    < name f: attribute = "Flash" value = "#{node." Code} "/ >"
    < / af:commandLink >
    < / f: facet >
    < / af:tree >
    2. < af:region >:
    < af:region value = "#{bindings.dynamicRegion1.regionModel} '"
    ID = "r1" / >
    region could be changed to 3 delimited taskFows who have just a fragment of page.

    Can someone explain to me how I can send < name f: attribute = "Flash" value = "#{node." Code} "/ > element tree to page fragment that will appear on the screen?"

    You can move a card to the dynamic region that would take the parameters of workflow task in the form of key-value pairs.


    taskFlowId = "${backingBeanScope.TestPageBean.dynamicTaskFlowId}" "
    Activation = "deferred."
    xmlns = "http://xmlns.oracle.com/adf/controller/binding."
    parametersMap="#{backingBeanScope.TestPageBean.parameters}"/ >

    When reloading the taskflow, ensure that the settings are loaded into the taskflow.

    See this example from exactly your use case:
    http://adfsampleapplications.googlecode.com/svn/trunk/TaskflowParamSampleApp.zip

    Thank you
    Nini

  • Passing the values in a row selected on a table to a region

    A jspx, I have a table that is connected to a VO. It has an attribute "Ndc" gives the word.

    In addition, on the page, I have a region that contains a bounded workflow that has only a single fragment.

    I have a text in this fragment input, which should show the value of "Ndc", according to which line is selected on the table in the parent page.

    I use this fragment in other pages, and I am able to get the value of "Ndc" to an input parameter, I put in place for the stubborn workflow.

    But when I try to pass a value that matches my attribute "Ndc" in my table, I get either an error, or nothing is displayed.

    Should what value I be sending to the stubborn workflow? And once I get it to work, it will be as simple as putting a partial trigger on my area (showing my table) in order to get the region to refresh with the value "Ndc" selected?

    Thank you

    Joel

    Edit: So much worse, I didn't have a link put in place for my NDC attribute on my parent page. Once I did this and sent as parameter for the stubborn workflow, it worked.

    Published by: JRolls on November 15, 2010 08:42

    Hello

    What is the expression defined for the input in the pageDef parameter?

    In addition, you need to set a RefreshCondition on the task-flow-binding, I don't think that the only partialTriggers will be sufficient.

    Kind regards

    ~ Simon

  • Pass the parameter of application deployed in the ADF library jar file

    Hi all

    I use JDeveloper 11.1.2.4.0, i have 2 Applications appA, appB.

    I created in taskflow appA containing departments viewobject, appB contain stubborn workflows which has Employee.jsff page.

    I have deployed appB as library of ADF jar file and add it to appA, I need to pass the id of employee viewobject, Department

    Kind regards

    Hello

    In order to create a business application, are usually required several workflow tasks. These workflow will perform different functions, but they may have to communicate with each other. To enable this communication, you can use task flow settings, contextual events or sharing of the data control Instances.

    Please check below link

    Java / Oracle SOA blog: events ADF passing between areas of workflow

    Communication between task flow using the flow of the task - Waslley Souza Blog settings

    Thank you

    Amey

  • passing the parameter through links page (navigation)

    Hello

    suggest me the way to pass the parameter through links in the page navigation.

    I tried it in EL, I'm not able to get on the page.

    is it a right approach or any other.

    Thank you

    A

    After showing the steps in the similar thread, I found this thread then re-post here.

    Pass the connection parameter to connected in portal Builder page


    Here are the steps to pass the parameter in a URL to another page:

    OR

    Sign in to your personalized Portal (say MyPortal1)

    http://127.0.0.1:8888 / webcenter/Portal/MyPortal1

    Click the settings (e.g. Pages & portals Actions)-> manage-> all settings

    It will take you to the page view of all of the current portal (i.e. MyPortal1).

    Then click attributes in the left pane, and you can create/edit/delete the custom attributes for the current portal on the right side.

    • Click Add an attribute and specify the following information:

    Attribute name = myvar

    This is the attribute that we will refer to any page using the EL "MyVar".

    Attribute value = #{param.myvarval}

    "Myvarval" is the name of the query parameter (i.e. suffix query param & myvarval = TestSuccess will be passed as part of the URL later)

    • Now, create a new page "TestPage" and add the element of HTML markup on the page using the composer.
    • In the Properties window, change the HTML markup element.

    Replace the existing value

    #{componentExtensionBundle.OUTPUT_TEXT_TEXT}

    with

    #{spaceContext.currentSpace.metadata.customAttributes ['myvar']}

    • Click apply and then click OK to close the pop-up window.
    • Click on save and view Portal


    • CHECK: Replace/change the URL the following OR open in a new tab in the browser

    Http://127.0.0.1:8888 / webcenter, portal, MyPortal1, TestPage ? myvarval = TestSuccess

    and you will see "TestSuccess' message in the"TestPage"rendered using the HTML markup component.

    This confirms passing the parameter to a page URL works as expected.

    Now, to add a link to the "TestPage" passing a parameter in the URL of the page in another page (Home Page say).

    • Now goto homepage, correct it in composer and add the hyperlink element. Click change to set the hyperlink in the Properties window.
    1. Set the title to display (i.e. the value of the title TestPage)
    2. Set the Destination URL by clicking on the search icon and choose "TestPage".

    Destination is defined with values that resembles

    /faces/Oracle/WebCenter/page/scopedMD/sf5926dd1_9e6a_45ab_a99c_d79fabb362c0/Page1.JSPX

    Add a suffix '& myvarval = TestWorks' to him.

    • Click apply & OK.
    • Click on save and view Portal
    • CHECK: Since your home portal or the home page, click on the link "TestPage" which brings you to the TestPage and you will see "TestWorks' message in the"TestPage"rendered using the HTML markup component.

    I hope it helps.

    References:

    How to pass a parameter of argument the query URL to a parameter input workflow? (Doc ID 1545808.1)

    https://mosemp.us.Oracle.com/epmos/faces/DocumentDisplay?ID=1545808.1

    Works with the global attributes in portals

    http://docs.Oracle.com/CD/E29542_01/WebCenter.1111/e27738/wcadm_ps_attrib.htm#WCADM11701

Maybe you are looking for