Explaination of Work flow editor file (.task)

hi friends,
I am trying to implement the human activity in bpel..
can any one please explain the significance of this file (.task) .
what is the meaning of various parameters, settings and policies in this file.
please let me know if there is any related document which I can go through....
regards
Sai

the .task file is essential. It describes the meaning of the tasks, what will be approved/rejected, the addition parameters used, to which person the task is send etc.
You can read more information on Workflow in the Developer Guide of BPEL. See http://orasoa.blogspot.com/2007/05/newbie-getting-started-with-oracle-soa.html for a list of links to the documentation of WOrkflow

Similar Messages

  • Could you explain the work flow logic in dispute management

    Hello,
    Could any one explain the the work flow logic in dispute management .
    When will the first work flow initiate and who will recive the first notification and what are the action he/she usually perform. How it trigger to next level and what is the events consider for the next work flow trigger.
    If some one could share a real work flow example in line with Dispute management will be great...
    regards
    Sibichan

    Dispute management workflow will help to automate business process.
    When some action or information is expected form individual or department then
    Workflow can be triggered on editing some field in dispute case and workitem is send
    to individual or group, So that they can respond to it.
    We can use function email notifications to speed up the process.
    Based on organizational needs triggering events can vary.
    Regards,
    Raju

  • Using LR and DxO in work flow.. file size problems

    Hi,
    Does anyone have experience with using both DxO and LR in their work flow that can help me with the following problem?
    DxO takes my NEF and creates a DNG optically corrected. Great. Now I should just import these DNG files into LR and be on my way.. except that it seems to use Linear DNG rather then mosaiced and the file sizes are through the roof. My 10mb NEF file is converted into a 30mb DNG. Trying to reconvert using LR has no effect. If I start working with images in this size I will immediately see all my storage space cut by a third from the point of view of the number of images stored.
    Has anyone found a way to work around this problem? I tried to use the adobe DNG converter to reconvert the images but it can go from mosaic to linear but not linear to mosaic. Turning on compression has no effect implying it is already a compressed DNG. Trying to zip the files also fails to have an effect.
    I am really bummed out.. and wish I had paid more attention to file sizes during my trial.
    Right now I am leaning toward only using DxO for a few special images and doing the rest entirely in LR.. but that really defeats the purpose of what I thought would be a great one two punch.
    Thanks,
    Chris

    David,
    The output preset you're using must have TIF enabled. Either edit it to remove the TIF option or create a new JPG-only one if you want to keep the option of exporting to both in the future.
    I can't be more precise as I'm currently away from home and the DxO installation on my laptop has decided to deactivate and revert to time-expired demo mode, meaning I can't actually open the app!
    [Edit]
    Okay, sorted now.... In the DxO Optics Pro "Process" module, under the "Options" section you'll see "Output Formats". There should be one called "Default Output" which outputs to JPG. Ensure that the checkbox next to it is checked and that any others are disabled (unchecked). Your images will now only be exported after processing as JPGs. If you click the "X" next to an output preset you can delete it if no longer required.
    Alan

  • Human work flow

    Hi,
    I crerated a human work flow and autogenerated task form.
    I edited the ADF depending on my requirements.
    Then i added a new function in human workflow.
    can u tell me how to sync it to the old auto generated project itself.
    Edited by: 798554 on Nov 29, 2010 4:57 AM

    There is no out of the box portlet for worklist application.
    In 10.1.3.x, you can create a custom worklist application.
    In the $ORACLE_HOME/bpel/samples/hw There is a complete example of the worklist application.
    You can use that in JDeveloper and expose it as a portlet.
    Hope this helps,
    regards,
    Shanmu.
    http://www.prshanmu.com/articles/

  • Work flow task id not found in UWL config XML file

    Hi
    We are facing a strange issue with UWL XML file.
    We are running EP 7.0 SP13
    We configured UWL and we are able to see the work items in UML iview.  These are the same work items as seen in SAP Inbox.
    But when we open the uwl.webflow.<system alias> XML file corresponding to the back end system, We were not able to see the task id of the work flow item displayed in the UWL.
    Any help on this would be highly appreciated.
    Thanks and Regards
    VNK

    Hi VNK
    I am facing the same issue - Please let me know if you have found a solution.
    Regards
    John

  • URL is not displayed in Work flow task of CRM UI and displayed in SOST Tcode

    Hi All,
    I am trying to display the dynamic URL with short link in work flow task, the same got properly displayed in SOST Tcode and mail but not displayed in CRM UI, may I know the reason behind it?
    code in work flow task under description is below :
    /*   <A HREF= "&URL&">Portal UWL</A>
    Thanks,
    VijHyd

    Hi Vij,
    You can use the below sample code to make a hyperlink for text,
    lv_url type string.
    lv_url = 'you can give url here'
    <thtmlb:link
                      id        = "test"
                     reference = " <%= lv_url %> "
                     tooltip   = "Download template file"
                     text      = "Please click on this link to download the Excel XML template" />

  • File not found error at Attachement link in GroupVote of Human Work Flow

    Hi Gurus
    In Human Work flow,
    I have created the GroupVote and assigned to two person.
    I checked "share attachments and comments" to share their issues.
    One signed on to WorkApplist and review the forms and attached the file,
    The file link was created but it could not be downloaded.
    it could not delete.
    I tested several times it occured same results.
    It did not be happend when this option "share attachments and comments" was not checked.
    domain log and opmn log are as below.
    <2008-08-25 14:55:15,468> <ERROR> <oracle.bpel.services.workflow> <::> Identity Service Authentication failure.
    Identity Service Authentication failure.
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    ORABPEL-10528
    Identity Service Authentication failure.
    Identity Service Authentication failure.
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
         at oracle.tip.pc.services.identity.jazn.xml.XMLAuthenticationService.authenticateUser(XMLAuthenticationService.java:150)
         at oracle.tip.pc.services.identity.jazn.xml.XMLIdentityService.authenticateUser(XMLIdentityService.java:426)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.authenticateUser(VerificationService.java:299)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.authenticate(TaskQueryService.java:135)
         at worklistapp.servlets.Login.handleRequest(Login.java:101)
         at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:157)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    OAS version is 10.1.3.1.
    Any advice will be appricated.
    Thanks

    You are getting : ORABPEL-10528
    Identity Service Authentication failure.
    Identity Service Authentication failure.
    This means that you have wrong username/password entries in your configuration files. Please recheck them and then things should be fine...
    Hope this helps!
    Cheers
    Anirudh Pucha

  • Human work flow task id

    Hi,
    In my project i have to create a human work flow for approval.
    I have created it and auto generated the task form.
    Now i have to retrive certain values from the database and display it in the task detailspage depending on the task id
    can u tell me how to get the task id in the view object
    sample query
    Select ned.event_number,ned.project_overview,ned.PROGRAM_RATIONALE, ned.PROGRAM_OBJECTIVES, ned.PROGRAM_FORMAT, ned.PROGRAM_AGENDA, ned.PROGRAM_THIRD_PARTY_IND, ned.PROGRAM_TITLE, from ns_event_details ned, ns_event_status_details nesd where ned.event_number = nesd.event_number
    and nesd.task_id =5

    Hi viola,
    Thanks for replying,But actual Scenarion is like,
    1.I have a small scenario like integrate oracle ADF screen with Oracle BPM Human Task. we didn't use auto generate task form(we are using one adf application which is already developed in Oracle Adf technology).
    2.Those adf screen is populated in BPM work space using url of ADF screen placed in em console.It's fine,it will populated in work space.
    3.But my problem is we can click on the buttons approve or reject on populated adf screen then only human task will modify the running state to completed state.
    Any one have the idea on my requirement Please give the reply.

  • Forte form editor wont work, missing *.form file

    Hi,
    I have a .java GUI file (subclass of a subclass of JDialog) that was generated with Forte, but the .form file that the form editor needs wasnt checked into CVS. So now I cant open the form editor in Forte (sun one). Is there a way to auto generate a new one based on the *.java code?
    Thanks,
    Chris
    ps. I know this isnt a forte board, I coudlnt find the forte board.
    pps. Sorry if this has been asked before, I searched for the answer and couldnt find one...
    ppps. I tried a blank file, and I tried a minimal XML document, neither worked (the *.form file is XML).

    Thanks for the suggestion!
    I searched their list, and found this post:
    Essentially it is currently impossible, and the GUI must be recreated. dote!
    http://www.netbeans.org/servlets/ReadMsg?msgId=87985&listName=nbusers
    Richard,
    currently it is not possible to generate .form file from java code - because
    form editor is not "two-way" (that is why .form XML files are used to store
    GUI information). However two-way editing is planned for the future - see
    our proposal:
    http://www.netbeans.org/www-nbusers/msg03322.html.
    There was also a related discussion some time before (about "reverse
    endineering"):
    http://www.netbeans.org/www-nbusers/msg01590.html.
    As for converting forms from old NetBeans X2: direct serialization was used
    for saving forms sooner, which is not suitable for longer persistence -
    because e.g. serialized Swing components might not be compatible between JDK
    versions. (That's why we moved to more general XML storing time ago.) So -
    to import older forms you should use at least the same JDK version you used
    with old X2. I would also recommend you to import it using Forte 2.0, which
    could be more "polite" to old form formats (is a bit older than NetBeans
    3.1). Once you save form to XML .form file, you can use it in newest JDK and
    NetBeans.
    Hope this somehow helps,
    Tomas Pavek
    -----Original Message-----
    From: Uschold, Richard J. [mailto:[email protected]]
    Sent: Tuesday, January 30, 2001 5:22 PM
    To: '[email protected]'
    Subject: [nbusers] Converting a *.java file to a *.form or *.xml
    Is there a way to start with a *.java file and convert / generate a *.form
    file? (for NetBeans X2 2.1) Or maybe convert / generate a *.xml project
    file for NetBeans 3.1?
    I had a project in NetBeans X2 2.1 last year and I lost everything except
    the *.java file.
    Thanks
    Rick Uschold

  • Standard SAP work flow in Quality Notification (TASKS)

    Hello Experts
    we are using ECC 6. I am testing standard SAP workflow in quality notification (QN).
    I have done following:
    1. craeted QN with type F2 and assigned defects and tasks. In tasks,under column TASK PROCESSOR I selected user responsible.I also assigned my SAP  user id  under RESPONSIBLE column to receive SAP email when task is released.
    2.realeased tasks and QN, saved QN.
    3. in TX SBWP , see SAP email under Outbox->Started workflow area with status "READY"
    My expectation is that I should be getting email in my SAP INBOX or in workflow to confirm that email is sent to appropriate user.
    Seems that currently it is in-transit stage and not sent.
    Do let me know what I am missing, any configuration required.
    Thanks
    Gaurav

    Hi,
    You need to take help of your technical eam to activate business work flow functionlitry activated.
    Ramesh

  • Work flow's Task Error?

    Hi,
    I am new to work flow and created a initial work flow to display the material.
    I designed a work flow as following contents:
    The work flow will ask you that, would you like to display the material.
    If yes, It will display the material else, send the mail to SAP inbox Business Workplace with the negative message.
    System is generated a work flow number and there is no inconsistence in the same.
    But, it is giving error. I am giving the existing material number and pressing execution button.
    The error is Task started under work item ID 410252 current status: Error .
    If I get success then I am going to start working on real scenario of notification display with the same prospects for my client requirement.
    Please help me out.
    Thanks
    Sekhar

    hi,
    this error may be because of two resons
    1)Agent Assignment
    2)Binding
    In workflow there r 5 conatiner...u have to do binding
    for this which business obj u r using...ceate it in container like workflow container , task container.
    if there is any event which is triggering ur workflow...chk binding there also.
    n check wether ur task status whether it is released or not.
    Do agent assignment n make it General task.
    Hope this will help u...

  • URL is not displayed in Work flow task of CRM UI and displayed in SOST/SWIA Tcode

    Hi All,
    I am trying to display the dynamic URL with short link in work flow task, the same got properly displayed in SOST/swia Tcode but not displayed in CRM UI under work list of user, may I know how to solve it?
    code in work flow task under description is below :
    /*   <A HREF= www.google.com>Portal UWL</A>
    Thanks,
    VijHyd

    Hi
    You need to check with your CRM UI Consultant if HTML Tags are read and rendered.
    Screens in SOST are rendered using HTML and hence you can see the links. You may face the same issue if you send to outlook and if outlook settings do not support HTML.... whereas it may work on Yahoo or Gmail as the web page will render using HTML.
    So, check with your UI colleagues as to how HTML tags can be displayed correctly.
    Regards
    Modak

  • Work  Flow Template and Work flow tasks

    Hi,
    Work  Flow Template and Work flow tasks are the two objects which are found surprisingly in our client system(when we go to PP01/ HRP1000 IN SE16 ).My employer wants to know what these are:
    Can any one please tell me about "Work  Flow Template and Work flow tasks".
    are the SAP Generated?
    Can we delete them if we don't need?
                                                                                    Thanks in Advance
                                                                                    Gopi Palleti

    Hi Gopi,
    Workflow Template and workflow tasks are part of SAP Business workflow.
    A business workflow is an executable process embedded in SAP applications that you use to automate business processes. 
    You can find more info here.
    http://help.sap.com/saphelp_nw70/helpdata/en/c5/e4b62c453d11d189430000e829fbbd/content.htm
    Regards,
    Sharadha

  • Hard drive file work flow

    I have shot a project on 16mm film and am having it transferred to Digibeta and then, since I don't have a Digibeta deck, the transfer house is capturing it to an external hard drive. I should be getting it back in a day or two.
    In the past I have only captured projects from miniDV, using Log and Capture, which has resulted in labeled files that represent only the portions of the tapes that I want to use in the edit. I'm wondering if there is an equivalent work flow to import only the portions of the files I will be using from the external hard drive to my internal capture/scratch drive.
    The external hard drive will contain about 30 minutes of uncompressed SD video separated into 11 files. I realize I could just duplicate the files and cut each one down to the relevant clip, but I'd rather just have the usable portions on the capture/scratch drive.
    Any ideas?
    Thanks.
    G4 dual 1ghz mirrored door   Mac OS X (10.4.6)  

    I realize I could just duplicate the files and cut each one down to the relevant clip
    Why? Leave the QT files alone and do all the subclipping and work in FCP. Subclip your footage into scenes and put each scene in it's own bin. Put all the master QT files in another bin...then start editing.
    Shane

  • Error at work flow Export task in Essbase data load

    Hi All,
    I am trying to load the data to Hyperion Essbase. I have two small question first is :
    1) can any buddy tell me what are the basic steps for specifying dimension for target essbase application. i have did the data load to HFM application previously but here with essbase it bit complex.
    2) I have done with the creating import format and assign it to Location after specifying dimensions. At the work flow export task i am getting following error:
    [Can not calculate Dimension member [Apr] with restricted member [Apr]
    Thanks in Advance

    The FDM Configuration Guide outlines the process to map the dimensions in the Essbase Adapter to the proper dimensions in the Essbase Outline. You will want to take a look at this on Oracle Technology Network under Documention.
    You will want to right-click on the adapter in the workbench and choose "Configure"
    You will then create your machine profile with the source machine value of the FDM app server name and the target machine value as the Essbase Server Name.
    On the second tab you will specifiy the Essbase Applicaiton and Datbaase Name and logon method to use for integrating with Essbase.
    Finally click on the Dimensions tab and click on each dimension in the left-pane and in the right-pane if the integration with Essbase is setup correctl you will be able to select the corresponding Essbase dimension from the Dimension drop down list and select it and it will populate the foreign name as Tony Mentioned.
    You can then apply the changes when complete.
    Hope this is helpful.

Maybe you are looking for

  • How do I populate one dropdown list based on the selection in another dropdown list?

    I have one dropdown list that has 21 choices.  Depending on the selection of those 21 choices, I have another dropdown list that will select a different subset of choices from a pool of 96 choices.  How do I get this to happen?

  • Color correction tool

    I am having difficulty using the color correction tool, basically, I would like to eliminate a single color from a frame (be desaturating it), or isolate a specific part of a frame to color correct. Any ideas? Thanks!

  • E50 Firmware 7.36.0.0

    Now the firmware 7.36.0.0 is out! I update my phone and it working good. Bye

  • Problems with 802.1x MS PEAP machine and user authentication

    Using Microsoft PEAP 802.1x client on Windows XP SP2, if we enable machine authentication against a Windows Domain, the machine authentication is successful and the machine gets access to the network. However, when user logon occurs to the domain, co

  • Help centering a box in a jpanel

    hi every1, I need some help centering a box in a jpanel both horizontally and vertically. which layout is the correct one? could you post a scrap of code please? thanxalot stefano