AnyType values not showing on Human Task 11g

Hi All,
I have a process where the input schema is mapped to an anyType variable. I then map this variable to the payload variable on the Human Task. But when I run this process and go to the worklist, I get nothing. How can I get the data stored on an anyType variable to be displayed on the Human Task Form.
Any Ideas ?
Thanks
K

I did have a look at the link provided. I have followed the correct steps. I suggest having a look at the xsd I pass to the Human Task. In the xsd you will see the element entityValue which is of type anyType. In this element i map the payload of a bpel process e.g. if the payload has name, surname, address, telephone etc , that will be passed with the values in the entityValue element. Now when I map to the Human Task, I map the element EntityRequest to the Human Task payload. When I trigger the process that calls the Human Task, in the worklist application, I am able to see all other values in my schema below except entityValue. I have also provided a dummy entityValue mapping. I just want it to show whats stored in that element, the highlighted part
XSD schema thats I am using
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://xmlns.up.ac.za/Integration/Generic/schemas/Exception"
xmlns:ed="http://xmlns.up.ac.za/Integration/Generic/schemas/Exception"
elementFormDefault="qualified">
<element name="EntityRequest" type="ed:EntityRequestType"/>
<complexType name="EntityRequestTpe">
<sequence>
<element name="header" type="ed:HeaderType"/>
<element name="entityValue" type="xsd:anyType" minOccurs="0"/> *<---* problem area - will not show on Human Task
<element name="entity" type="string"/>
<element name="isn" type="integer"/>
<element name="group" type="string"/>
</sequence>
</complexType>
<complexType name="HeaderType">
<sequence>
<element name="error" type="ed:errorType" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>
<complexType name="errorType">
<sequence>
<element name="code" type="string"/>
<element name="description" type="string"/>
<element name="source" type="string"/>
</sequence>
</complexType>
</schema>
Below is an example of the data mapped to element entityValue
<entityValue xmlns:ns0="http://xmlns.up.ac.za/Integration/OIM/schemas/OimBioSyncEBM">
*<ns0:PersonStoreEBO>*
*<PsEbo:BioData>*
*<Bio:NAME_TITLE xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">Dr</Bio:NAME_TITLE>*
*<Bio:NAME_INITIALS xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">T</Bio:NAME_INITIALS>*
*<Bio:PREF_FIRST_NAME xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">test</Bio:PREF_FIRST_NAME>*
*<Bio:FIRST_NAME xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">test</Bio:FIRST_NAME>*
*<Bio:MIDDLE_NAME xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">test</Bio:MIDDLE_NAME>*
*<Bio:LAST_NAME xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">test</Bio:LAST_NAME>*
*<Bio:NATIONAL_ID_TYPE xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">NID</Bio:NATIONAL_ID_TYPE>*
*<Bio:COUNTRY xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">ZAF</Bio:COUNTRY>*
*<Bio:NATIONAL_ID xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">123456789</Bio:NATIONAL_ID>*
*<Bio:MOBILE_PHONE xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">0123456</Bio:MOBILE_PHONE>*
*<Bio:SMS_SEND_IND xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">Y</Bio:SMS_SEND_IND>*
*<Bio:SEX xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">M</Bio:SEX>*
*<Bio:RACE xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">2</Bio:RACE>*
*<Bio:BIRTHDATE xmlns:Bio="http://xmlns.up.ac.za/Integration/OIM/schemas/Bio_DataEBO.V1">1912-12-12</Bio:BIRTHDATE>*
*</PsEbo:BioData>*
*</ns0:PersonStoreEBO>*
</entityValue>
Edited by: K on Jun 1, 2012 9:59 AM

Similar Messages

  • Sometimes Firefox will not open, telling me, it is already running. It does not show in the task manager and the only solution is to reboot.

    Firefox is running. I close the program. I try to reopen it. I get an error message: Firefox is already running. It does not show in the task manager, nor anywhere else. I can not close the old version, nor start a new one. I have to reboot.

    Did you look in the Processes tab in the Task Manager?
    See also "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * [[Firefox hangs]]

  • SOA/BPM/Human Tasks 11g -- add new task participant through Workflow API

    Heya folks. Got a question that's been driving me nuts, hope you can help.
    I have a bunch of Human Tasks in a BPMN process. Each task is pretty simple -- for assignment a single stage only; parallel approval; list of participants is passed in -- via the task payload -- as a comma-delimited list. When the task is initiated it produces a root task, and one child task for each participant. So, say we have participants "fgolfer,atreyvaud" we get three task objects: the "master" or root task and one each for fgolfer and atreyvaud.
    Now what I want to do is add another approver (let's say "gfrog") -- i.e. create a new task for gfrog which is a child of the master task and leaves the tasks for fgolfer and atreyvaud as they are. As far as I can figure, this is NOT a Reassign nor an Ad-Hoc Route. Applying either of those to an existing task effectively removes the existing user from the task and assigns it to the new user.
    On another track, if I programmatically create a new task (with initiateTask() from the Task service, using the values from an existing task), I seem to get a NEW master task with attendant child tasks, while leaving the existing master task and children.
    Make sense? Neither of these outcomes is what I want.
    Seems like this should be pretty simple but for the life of me I can't figure it out. I could create an FYI task or a todo task or a subtask but again this isn't what I want -- need to create a task with all the custom outcomes and such.

    In case folks are playing along at home, I've yet to find a solution for this. Because I need to move forward with my project, I've decided I can't do it through the Workflow API and I'm taking a different route -- basically, triggering a custom task outcome which returns to the same Human Task in the BPMN flow, thus starting the task again. Before doing that I update the task's payload, which contains the task assignees.
    I'm not happy with this, it seems like a nasty hack to overcome a limitation with the Workflow API.
    Understand, though, I'm not saying this is impossible through the Workflow API, just that I haven't found a way to do it. I've spent 2-3 person weeks on this and it's time to move on.

  • Non-cumulative Values not showing in Inventory Management Queries

    Hi:
    Has anyone had a problem with the new version and Non-cumulative key figures not showing up in Bex for Inventory Managemet reports? Specifically, they showed and validated back to ECC for our Development and QA boxes but now in our Regression box they are all showing zeros. Our Cumulative values are all showing correctly still within the Regression box. For example, Total Receipts and Total Issues are correctly poplating values but Total Stock is not.
    I have checked and validate that the configuration in the Regression box matches or Dev and QA box.

    Found the problem.  It had to do with the compression variant in the delta process chain.  The compression was set to 'no marker update'.  Since we only started receiving measureable deltas in or regression box this is where the incorrect setting showed up.  Reinitalized and the deltas are working correctly now.

  • Filter values not showing on iPad

    Hi,
    I have a BW query based universe (UNV) that is published to iPad. The WebI report runs fine in BI Launchpad. However, when I open same report on iPad, the prompt values are not show (I see only blank Blank Blank) and report is not executed. BW server is BW 7.3 BO is BO 4, SP2.
    How do I fix this issue?
    Regards,
    Nikhil

    Hello Simone,
    please can you tell me, if the open document function with refresh parameter is working in BO mobile App V 4.0.3 (Build 1211)?
    In the Release notes for this Version it is described how to do this:
    Open Document
    1. Apart from iDocID, sIDType and sDocName, other document identifier parameters are not supported
    in the OpenDoc URL.
    2. Apart from sReportName, sRefresh, IsM[name] and IsS[name], other input parameters are
    not supported in the OpenDoc URL.
    3. Session management parameter (token) is not supported.
    4. Output parameters are not supported in the OpenDoc URL.
    We tried to use the following link, but the report did't refresh with the correct parameters:
    http://svie32sapbo1:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=AfFdCbmEEvZIiVXXFLh4iPY&sIDType=CUID&sRefresh=Y&lsMWert=Alarmierung
    The Part "Wert=Alarmierung" should be dynamical in future.
    Thank you and regards
    Wolfgang

  • Ssrs parameter default value not showing ,when available values is binded to query dataset

    I have developed a report using sql server data tools for vsiual studio2012 ,i have defined few parameters ,on one of the parameter when available values is binded to a dataset query, the report default value is  not showing in report preview .
    Many Thanks
    Chandra

    Hi Chandra,
    According to your description, you have set the default value for a parameter, but it's not displayed when initially running the report. Right?
    In this scenario, since you have set the available values bind to query, so your default values should be within these available values. If these default values are not within the available values, the default values will be not displayed. So please check
    the default values.
    Reference:
    Add, Change, or Delete Default Values for a Report Parameter (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Metadata values not showing in Site Studio layout using Idoc Script

    Hi All,
    We have a SS layout (secondary) with replaceable regions for showing content that is listed in a primary page dynamic list.
    Part of the layout shows contribution elements of Contributor Data File content items, but part of layout also shows metadata values. We use <!--$DOC_INFO.dDocTitle--> to show the content item Title with no problems.
    However, for some content items, some metadata values are not showing on the layout - specifically a custom metadata field called xFinishDate (which is of type 'Date' in Config Man). The code <!--$DOC_INFO.xFinishDate--> simply does not work (nothing is displayed) for some content items, despite definitely having a set FinishDate value. Some other content items show this value fine.
    The <!--$DOC_INFO.dDocTitle--> value works for ALL items, but the <!--$DOC_INFO.xFinishDate--> does not, and there appears to be no difference between the items that it does, and does not work for. They are all CDF, same DocType, same CheckIn profile, etc.
    The non-working items are all released and indexed. Their Content Information in Content Server shows complete metadata. I have resubmitted the non-working items for reconversion in Repo Man but no luck.
    Is there something I am missing? Any help is greatly appreciated.
    Luke.

    Actually the default DOC_INFO resultset that is on the page seems to be for the content item being loaded into the secondary layout's replaceable regions. This is why DOC_INFO.dDocTitle gives the results expected.
    However, I think I have discovered why the xFinishDate value was not showing. Using sapan's code (and modifying it a bit) I was able to print out all the metadata field names and values for default DOC_INFO resultset.
    Using this URL as an example: http://www.bond.edu.au/about-bond/jobs-at-bond/BD3_011217
    At the top of page region (replaceable) where the Contributor Data File is loaded into, the DOC_INFO resultset is relevant to the content item that is being loaded into the layout (content ID: BD3_011217 - as per the URL format), which is what we want.
    However, throughout the Contributor Data File content, if a link is made using the Site Studio link wizard via FCK Editor (in the above case, it is the position description link, which is a link to a PDF) and the link is 'Link to a file' and the 'Choose Target section' is selected as 'Use default website section metadata', the resulting link looks like "http://www.bond.edu.au/about-bond/jobs-at-bond/BD3_011216". Any references to the DOC_INFO resultset on the page after the instance of this link now use the metadata of the content item referred to in the link, not the original content item. I have dumped out the DOC_INFO fields/values in different parts of the layout to prove this. The linked content item has no xFinishDate value so this is why nothing displays (displaying xFinishDate needs to happen after the link to the position description).
    I guess I need to either:
    - change the way the link is made to the content item to "Link to the Content Item's URL", but I would prefer not to expose the resulting path e.g. "[!--$HttpRelativeWebRoot--]groups/group-name/@account-name/documents/content-type/content-id.pdf"
    - explicitly make a resultset using <!--$executeService("SS_GET_SEARCH_RESULTS")--> with the content ID I know I want and use it instead of the default DOC_INFO one. Is there any other way to make a resultset comprising of a single item's metadata?
    9.45 SS_GET_SEARCH_RESULTS
    ■ Description: This is a wrapper around the regular CS GET_SEARCH_RESULTS
    service. It allows some Site Studio features to be specified simply as flags and have
    the real query syntax be constructed on the server. It can modify the standard
    'SearchResults' resultset to contain an additional column called 'ssUrl' which will
    contain the Site Studio-friendly url for all of the search results.
    ■ Parameters:
    – siteId: the unique identifier of the site (required).
    – ssLimitScope: True/False, restricting scope to within the site only (optional).
    – ssUserSearchText: user-supplied search text (optional).
    – ssWebsiteObjectType: object type (optional).
    – computeFriendlyUrls: True/False, modify results to include ssUrl (optional).
    ■ Returns: resultset named ’Search Results’.
    ■ Security: The user must have at write access to at least one security group on the
    content server
    Thanks to everyone for their help. Almost there!
    Edited by: lukeb2112 on 18/01/2010 17:30

  • Discount value not showing in the P.O printout

    Hi,
    I have created a Service p.o with 5 line items,i have entered the condition type RA01 = 10 % for all the items,
    But in the P.O printout the discount value is showing only for the first 2 line items , the value is not showing for the balance 3 line items.
    Any help will be greatly appreciated.
    Nijamudeen.S

    Hi,
    if the same condition type is used for previous two line items, then this is ABAP issue. May be smartform coding is restricting to print the value for more than 2 line items. Can you seat with ABAP and check.

  • BCWP values not showing in CNE5

    Hi,
    After executing CNE5 report it not showing BCWP value in particular project only.I have checked all the necessary data like actual dates are maintained.
    What could be the reason.
    Please guide.
    Regards
    Nitin

    Hi,
    Thanks for reply.
    I've already done that.
    BCWP is not showing only for 4 projects & in other project it is giving correct BCWP value.
    When we generate MIS through BW Module I am getting BCWP graph for the same project whose BCWP not showing in CNE5.
    Thanks & Regards
    Nitin

  • Variable value not showing in sql developer  tool

    HI,
    I am using sql developer tool. when i take mouse in variable name at debugging its not showing variable value and instead showing variable name data type and owner. but in past i have used sql developer tool where when i take mouse on variable at debugging mode it shows the varable value.  please tell me is there any issue in sql develper tool currently i am using.
    sql developer version 2.1.0.63

    Sorry - but I doubt if you will get much help for that ANCIENT version of Sql Developer.
    My best suggestion is to download the current version and see if you still have the problem. There have been HUNDREDS of bug fixes since that version you are using.
    Oracle SQL Developer Downloads
    Take note that the current version REQUIRES a much higher JDK version than what you may be using. And do NOT try to install the new version on top of the old one.
    Install the new version into a totally new folder. You will be ask if you want to import your settings from your current version.

  • UDF Value not showing in SQL

    Dear Experts...
    Here is a strange situation in my DB. I have some UDF on A/P Invoice for TAX details print preview.
    UDF Values are properly showing in SAP but not in SQL in same table, Same document they are blank in SQL.
    I can't understand why SQL does not showing me Value of UDF.
    Regards,
    Ravi

    Hi Ravi,
    Run below query in query generator for specific document number and check if udf values are shown or not?
    SELECT T0.DocNum, T0.CardCode As 'Vendor Code',T0.CardName As 'Vendor Name', T0.NumAtCard As 'Vendor Ref. No.', T0.DocDate, T0.TaxDate, T0.DocTotal - T0.VatSum As 'Basic Value of Goods', T0.U_CENVAT As 'CENVAT', T0.U_ECess, T0.U_HSCess, T0.U_VAT_4, T0.U_Add_VAT1, T0.U_VAT_12,
    T0.U_Add_VAT2, T0.U_CST2, T0.U_CST4, T0.U_CST5, T0.U_Service_Tax, T0.U_ST_ECess, T0.U_ST_HSCess,T0.TotalExpns As 'Others',T0.DocTotal - T0.VATSUM As 'Total' FROM OPCH T0 WHERE T0.docType = 'I' and T0.DocNum=[%0]
    Thanks,
    Neetu

  • Value not showing in Radiogroup

    Hi,
    I have a radiogroup that seems to be defined correctly based on a database column value, but the selected radiogroup values do not show up on the Edit form. I see the values in the table and on a report but not on the Edit form. Other fields on the form show up correctly. The Radiogroup works fine for data entry, but not for edit. Any ideas on what could be wrong would be appreciated. Even compared it to other forms and the radiogroup properties are almost identical.
    Using version 3.2.1 of Apex.
    Thanks,
    pat

    Is the radiogroup item set to retrieve the value from the database with each page view? This is controlled with the "Source Used" setting on the radiogroup item.
    This is from the help:
    >
    Determines which value takes precedence, the cached value from session state or the item source value. For items with source type Database Column, select Always unless you do not want the associated row fetch operation to populate the item if the page branches back to itself.
    For items with other source types you must decide based on how the page is used, whether the previously sourced value should be displayed, or if the source type should be applied anew for each page view.
    >
    Just an idea.
    Earl

  • Data value not showing in added column

    I have added a column to a fixed SQL query.  When the application runs, the column appears in the display grid, but the value is missing.
    I have added the column to both the query and display templates.  I've added the column to the IlluminatorDoc, reselected the query template in the IllumSQLQuery block, and updated the configuration in the IlluminatorRow block to link the new field.
    The new column appears in the Rowsets/Rowset/Column and I can see the value in Rowsets/Rowset/Row.  When running the xacute query calling the BLS transaction, the new column and value is displayed in the text/html format.
    Can anyone advise on why the column value is not showing in the grid?

    Thank you Sam for your answer!
    I had the column mapped in the display template, however, I had mapped to the query within the transaction instead of selecting the xacute query.  My column names were very similar, but in taking a closer look I realized I had the wrong query.  Once I selected the correct query, mapped the column and cleared the Java cache, the value then displayed.
    When I right-click on the iGrid, the Data option is disabled and cannot be selected so that I can see the detail.  I'm not sure how to correct this.
    Thanks again!

  • Firefox is still running but does not show up in "task master" so it can be closed down and re-started?

    1. Sometimes Firefox displays a message "Firefox is still running" but there is no evidence that this is true.
    2. But, Firefox does not show up in "control-alternate-delete" to bring up Task Master in Windows 7.
    3. There does not seem to be any means to stop Firefox and to re-start Firefox without a complete Re-start of the PC.
    4. The mouse still works and the PC responds but there is no response from Firefox except the message "Firefox is still running..... etc.
    5. How to stop Firefox, shutdown Firefox without a complete reboot/restart?

    Way too complicated to solve the problem of "firefox is already running ....etc." and there must be a more simple solution to this problem which occurs once in awhile.
    It seems to me that Mozilla developers can find a better solution and one that allows control-alternate-delete to fix the problem.
    Otherwise, it is just resort to the old reboot solution.

  • Runtime filter values not showing

    Hi all,
        I am on BW 3.5.  I have a query that has a pop-up filter (i.e. a user-entry fillter that appears when the query runs) for 0MATERIAL__DIVISION.  When the user uses the drop down on the filter pop-up for Division, no values appear. When the query actually appears, these divisions show up just fine.  So my problem is not with the query, but in getting the values to appear in the drop down of the run-time filter pop-up.  Why would that be?
       Thanks.
    Dave

    Hi,
           IN BI 7.0 at the side near the technical properties you have option facilities to display the filter values...
    Go for F4 help on that variable at the side you will have an option to display filter values which shows history values
    single values there you will have options to show all data in master data only posted for navigation
    u can use master data option and get all values in master data.
    Hope this helps for you.
    Thanks,
    Arun

Maybe you are looking for

  • Bonjour no longer an option

    Hi there, This morning I received a new cable modem from Shaw, my ISP. Since I received the new modem, though, I've had great difficulties with what once was a problem-free setup. My cable modem is plugged into a D-Link Ethernet switch. Both my Airpo

  • Selecting Graphics Behind Text

    Hello, I'm using Pages '08 and working with a neat, layered, grouped graphic. There are three layers: a dark background graphic, a lighter middle graphic, and white text in a text box on top. All three use the exact same dimensions and are stacked on

  • Steps / activities of SAP implementation

    hi experts, i am very confused and i just want to know that what are the various steps which people use to follow during the implementation of SAP in any organization. i am not at all clear but randomly what i know is like preparing BBP then after QA

  • Solution Manager Integration with Tivoli and TSRM

    Hi, Has anyone done an integration of SAP Solution manager with Tivoli or TSRM. Solution Manager can perform the same capabilities of Tivoli or TSRM of monitoring and Service desk. However we want to use the best of both. I would appreciate if if som

  • I had my drive wiped due to spinning ball of death.  I did not get my "pages" back and have lost my registration number.

    How do I get my software back without re-purchase?  They should have this on record (the purchase). Thanks.