Customize BPM Worklist remove attachment functionality

Hi
I am still new to the BPEL but we would like to remove the attachment functionality from the BPM Worklist. We gave our users attachment functionality of our main jspx page using Frank.Nimphius solution. Hence users do not need to have the attachment functionality within the BPM worklist.
Thanks
Nick

Might be better asked on the SOA Suite forums:
http://forums.oracle.com/forums/category.jspa?categoryID=194

Similar Messages

  • Customizing the BPM Worklist  removing attachment functionality

    Hi
    I am still new to the BPEL but we would like to remove the attachment functionality from the BPM Worklist. We gave our users attachment functionality of our main jspx page using Frank.Nimphius solution. Hence users do not need to have the attachment functionality within the BPM worklist.
    Thanks
    Nick

    Might be better asked on the SOA Suite forums:
    http://forums.oracle.com/forums/category.jspa?categoryID=194

  • Any Possibilities to Customize Oracle 11g BPM Worklist

    Hi all,
    My Requirement is to Customize the Oracle 11g BPM WorkList App. I realise that Oracle no longer provide the code for the worklist app like in 10g and i don't want to write a custom worklist app.
    If Possible what will be the procedure actually to follow, If anybody could help me to make it possible it would be a great help.
    What we're trying to do is to see if we can block some options on the screens. So we do not need all of the enhanced functionality.
    Renuka

    Hi Ashif
    1. The source code for SOA 11g is NOT available. You cannot customize any files and redploy directly. The main difference for 10g and 11g is, earlier SOA 10g is on Oracle App Server, so not sure how they deployed and how they exposed the source code in the Expanded folder structure for each WAR file like Workspace etc.
    But for SOA 11g, it is on Weblogic App Server. All the SOA modules are deployed as EARs, WARs, JARs. So all the source .java files are compiled inside JARs and most of the jsps and serverlets are compiled as .class files inside WARs. Some people do go to soa domain/servers/soa_server/tmp folder and try to modify files there after they are deployed. This is totally not recommended and not supported also. When any soa module is deployed, it goes into dynamically generated weirdly named folder structure and puts all files there. Its not worth to modify there.
    Also in SOA 10g, there was like a workspace.properties file directly accessible. But in SOA 11g, now this file is deep inside in one JAR/WAR file which is inside another EAR file. Now some people do extract this JAR from EAR. And from JAR, extract the .properties file. Update the file manually. Put modified file in JAR. Put this updated JAR in EAR. Redploy EAR. This is OK approach, but still not recommended. Because when you apply any patch or upgrade soa env, this EAR will be overwritten. So you had to redo all the steps again.
    For Workspace/Worklist customizations, Oracle has some good features in SOA 11.5 + FP (Feature Packe). Only if you apply FP, you will get these features. Since it is very common usecase, for customizations, Oracle is working hard in new releases to give more flexibility.
    Also, SOA 11g has very good APIs exposed and good number of call back handlers like ITaskValidationCallback etc etc. You can pretty much control most of the things when a Task is worked on like set/update Payload manually, control task assignment/validation etc using Java code etc. So you can use these approaches also to customize. Say if you want to narrow down list of users who can work on a Task, you can do this.
    Also there is something called Flex Fields and Custom Views which come very handy to expose custom search results to different users/groups etc.
    Since you are above to migrate to SOA 11.5, first apply Feature Pack (FP) to SOA 11.5 and then migrate your old app.
    Thanks
    Ravi Jegga

  • Customization of Human tasks the BPM Worklist App with ADF App

    Hi All,
    We are building a custom ADF application which aims to combine several business process human tasks to a unified interface.
    And how to integrate the Human Task Flow BPM Worklist to my ADF App.
    Otherthan that
    To the BPM Worklist App we want to do customizations also like
    1.Want to customize to apply our own custom skins to customize banner logo, title to the BPM Human Task Flow App.......
    2.And based on the logged in user/role we wanted to restrict the features of the Work List App.
    Say for Example should not provide the Facility to Add New Page if the logged in user is not an Admin, like wise no provision to add or modify or delete the Worklist Views like that...
    How to get control the App based on User/Role
    Any help or pointers would be appreciated!
    I have ADF Experience from projects Using JDeveloper 11.1.1.5.
    But, for me this is the first BPM case.
    Renuka

    Hi Renuka,
    There are basically two ways to create an ADF UI for a BPM Task:
    1. Generate it from the task
    2. Create a ADF Taskflow based on Human Workflow Task
    Since I tell this by heart, I might be slightly wrong in the terms.
    You probably want to try the second option. It is accessible from the "New Gallery". You'll have to provide the Human Task from the BPM project, but then you can build up the ADF Taskflow by your self, based on the customizations of the rest of your application.
    Should not be rocket science for someone with ADF11g experience. Since it is not my dayly job, I need to figure it out every time again ;). But I did it in the past and it wasn't so hard.
    Regards,
    Martien

  • How to Customize home page of Oracle BPM Worklist

    Hello all,
    We are using SOA 11.1.1.5.
    When we open BPM Worklist http://IPAddress:7003/integration/worklistapp by default it is showing Home page(home.jspx) and it is showing 3 tabs :- My Tasks, Initiated Tasks, Administrative Tasks.
    (1) Our requirement is we want to hide Initiated Tasks and Administrative Tasks. We only want to show My Tasks tabs to the user.
    I tried but couldn't find any solution.
    Now when the user clicks on any task, It opens the task details in preview pane below and also it opens the same task details in new window.
    (2) One more requirement is to disable the preview pane which shows the task details below.
    Please Help.
    Thanks

    When i searched in deployments in 7001/console I found 1 worklist.war deployed.
    I found it at Oracle\Middleware\user_projects\domains\base_domain\servers\soa_server2\tmp\_WL_user\worklistapp\r8n7fr\worklist.war
    I also found home.jspx file at the location
    Oracle\Middleware\user_projects\domains\base_domain\servers\soa_server1\tmp\_WL_user\worklistapp\960vxc\war\home.jspx
    which is using some page templates.
    Can we modify these jspx pages as per our requirement ?
    How can we achieve this?
    Please Help.
    Thanks

  • BPM Worklist 11g

    Hi All,
    Is there a way you can customize the BPM 11g worklist ?
    We want to remove the worklist default options that appear at the bottom namely ---- "Comment" and "Attachment" section (we dont need it). How can these be removed ?
    Also, we want tobe able to ADD more customized tabs at the top and left side of BPM worklist (in addition to existing "My Task" "Initiated Task" "Administrative Task") Is this possible ?
    On the other note, we created the ADF TaskForm from HumanTask - Auto Generate. Currently we have 3 XML variables so it generated three inputText in ADF Task Form. But what if we want to add 4 th element to appear in ADF Task form that is say SelectOneChoice dropdown. How can we include dropdown in auto generate Task Form ?
    thx
    p

    Sundar,
    TaskForm gets created by --- right click Human Task in BPEL ---- Auto generate TaskForm and it will autogenerate the form for XSD variables passed to Human Task.
    By default, it creates ALL InputText in TaskForm for BPEL variables. I want one of the variable to be a SelectOneChoice and not InputText. How do I make that one selectonechoice and still be able to submit (bind) the submitted value to XSD variable in BPEL(After all all the values submitted from TaskForm GOES to BPEL variables for further processing.
    In short, how you BIND the TaskForm SelectOneChoice OR RadioButton values to TaskFrom variables on submit. Also, can I ADD a submit commandbutton in task form ? Instead of default (Approve, Reject) I want commandbutton to submit the TaskForm values back to BPEL ?
    and last question, I have 2 dates field in TaskForm --- Start and End Date. How do I make sure, user has NOT put End date value BEFORE Starrt date even before the TaskForm gets submitted ? Is there a client side (form side) validation possible ? using like javascript etc ? How can this be done ?
    thx
    p

  • BPM worklist app, not working in Fusion SCM env..

    I have a small BPEL+HWF app, with the BPM worklist UI component. It works well on my laptop, but when deployed on SCM FusionApp env, it fails to load the BPM app_UI?
    I also noticed that the worklist app conf / ADF usage is different from my standalone laptop_SOA env and the FusionApp SOA_env. Are there any special steps to create/ register the HWF app UI in Fusion Apps Env?

    It is deploying correctly, the worklist app displays my instance. Btu when I click on my worklist item, the UI does not load or display. Below is the browser error and logfile error messages.
    -----Browser error-----
    Not Found
    The requested URL /workflow/DOO_Simulation_ProjectUI/faces/adf.task-flow was not found.
    ---Log file message---------
    Caused By: oracle.adf.controller.ControllerException: ADFC-12002: The ADF Controller is unable to pop the top-level ADF unbounded task flow from the page flow stack.
    at oracle.adfinternal.controller.state.PageFlowStack.pop(PageFlowStack.java:187. No
    8. No customization to env or app. This is a user defined (but standard) BPEL process deployed. The same app works fine on my local laptop & SOA env

  • HWF UI work list not loading in BPM worklist page (on clustered env)

    hello - Please reply directly as I am not on this alias.
    My SOA project (BPEL+HWF) is successfully deployed on the clustered env successfully.
    My BPEL process runs fine. But my HWF_UI taskflow fails to load on the browser (IE and Firefox, same error)
    I can see the composite & UI ear(enterprise app) on EMConsole & AdminConsole, and all configs/ settings looks ok.
    During execution, the work item pops up on the BPM worklist, but when I click on the work-item, the HWF_UI component is not loading....
    Not Found
    The requested URL /workflow/DOO_Simulation_ProjectUI/faces/adf.task-flow was not found.
    How do I overcome this or get some meaningfull error info.? The log files donot tell much..
    Caused By: oracle.adf.controller.ControllerException: ADFC-12002: The ADF Controller is unable to pop the top-level ADF unbounded task flow from the page flow stack.
    at oracle.adfinternal.controller.state.PageFlowStack.pop(PageFlowStack.java:184)
    Another question:
    How do I test if my HWF task flow component (UI) is installed & working / executing properly? any error logs/ error level settings?
    Edited by: ssondur on Apr 5, 2013 4:17 PM

    It is deploying correctly, the worklist app displays my instance. Btu when I click on my worklist item, the UI does not load or display. Below is the browser error and logfile error messages.
    -----Browser error-----
    Not Found
    The requested URL /workflow/DOO_Simulation_ProjectUI/faces/adf.task-flow was not found.
    ---Log file message---------
    Caused By: oracle.adf.controller.ControllerException: ADFC-12002: The ADF Controller is unable to pop the top-level ADF unbounded task flow from the page flow stack.
    at oracle.adfinternal.controller.state.PageFlowStack.pop(PageFlowStack.java:187. No
    8. No customization to env or app. This is a user defined (but standard) BPEL process deployed. The same app works fine on my local laptop & SOA env

  • How to Enable the Oracle BPM Worklist?

    Hi!
    Newbie here.
    So how do you enable the Oracle BPM Worklist?
    Sure there a tutorial for this found in http://docs.oracle.com/cd/E21764_01/doc.1111/e17366/chapter16.htm#BABHCICI
    and in section "16.2 How to Enable the Oracle BPM Worklist" it says
    "By default, Oracle BPM Worklist functionality is disabled. You can enable this functionality in AIAConfigurationProperties.xml.
    To enable the Oracle BPM Worklist:
    -Access AIAConfigurationProperties.xml located in <AIA_HOME>/aia_instances/$INSTANCE_NAME/AIAMetaData/config.
    -Set the EH.INVOKE.HWF property value to true.
    -Reload updates to the AIAConfigurationProperties.xml file."
    However upon searching for the file "AIAConfigurationProperties.xml" or even the directory "aia_instances" in our servers, I could not find them. Please help me!

    If you are talking about 11g Worklist app, then you won't be able to do that, since the source code is not shipped with the product. The better way is to create the custom worklist application using the Worklist APIs. Refer to the SOA Developers Guide.
    In case of 10g, you can access the source code of Worklist app, even in that case, you can do your requirement using the exposed APIs.

  • BPM Worklist - WorklistServiceUtil.getTaskRemoteAppURL Has Wrong URL

    Hi all,
    There is something wrong in our BPM Worklist configuration, and I am not sure what it is. When we are on the Administrator tab in BPM Worklist, and click on a task to view the details, we get a page not found error. The logs say it is trying to connect to a URL that doesn't exist for SOA.
    We have SOA configured for a front-end host through a load balancer (soa.mydomain.com), and SOA listens on a virtual host/IP (soavh.mydomain.com) for failover. The VM where SOA runs is soavm.mydomain.com. The port for SOA is 8001 (non-ssl), but the url is being built as https://soavm.mydomain.com:8002.
    soavm.mydomain.com is where WSM is configured and it listens on port 7002.
    I need to know how to tell it to use the correct host and port. Please reference the WLS_SOA1 Diagnostic log exerpt below.
    I've not been able to find anything mentioning where "WorklistServiceUtil.getTaskRemoteAppURL" is looking in the configuration.
    [2011-09-14T21:24:33.688-07:00] [WLS_SOA1] [NOTIFICATION] [] [oracle.soa.services.workflow.worklist] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <account login removed>] [ecid: 004fFD0wlk1Fs1oMwUFg6G0004Yf00006z,0:1] [APP: worklistapp] [URI: /integration/worklistapp/faces/home.jspx] <WorklistServiceUtil.getTaskRemoteAppURL> Remote App URL : https://soavm.mydomain.com:8002/workflow/MyUI/faces/adf.task-flow?bpmWorklistTaskId=bde4534d
    Any help would be greatly apprecated.

    We had a configuration issue on the Human Task component of the composite.
    The HA guide is your friend.
    http://download.oracle.com/docs/cd/E17904_01/core.1111/e10106/ha_soa.htm#CHDIAGBB
    5.6.1.3.1 Managing the URI of the Human Task Service Component Task Details Application
    You can add or remove the URI of the task details application used in Oracle Human Workflow.
    To manage the URI of the human task service component task details application:
    1.Access this page through one of the following options:
    From the SOA Infrastructure Mene
    1. Select Home.
    2. Select the Deployed Composites tab.
    3. In the Composite section, select a specific SOA composite application.
    4. Under soa-infra, select a specific SOA composite application.
    5. Select the human task service component in the Component Metrics table.
    6. Click Administration.
    7. Set the HTTP Host and Port if it wasn't configured that way when you deployed.

  • BPM Worklist

    Using SOA 11g and BPM worklist. Created SOA application and ADF Task Form. Deployed on SOA Server.
    Then go visit BPM worklist and click the Assigned task that appear. displays in the task form.
    At bottom of worklist, I see options
    Add Comment and also Add Attachment
    I added both comment and uploaded file as attachment.
    On "Approve" I anticipate the comment should appear as part of TaskFlow output right ?
    Which attribute of TaskFlow output has this comment part ? I saw for User Comment/Comment and it did not give me the comment I added.
    Also which attribute would have attachment ?
    thx
    pp

    Following is the error it gives me (for comment part ) in BPEL
    assign (181) (faulted)
    Jun 10, 2010 6:42:27 PM Updated variable "callbackClient_processResponse_InputVariable"
    Jun 10, 2010 6:42:27 PM Error in <assign> expression: <to> value is empty at line "195". The XPath expression : "" returns zero node, when applied to document shown below:
    <payload>
    why am I not able to Grab the comment added in worklist ------------- IN MY BPEL ?

  • BPM 11g : Custom BPM Worklist Application

    Hi ,
    I am trying to build a Custom BPM Worklist App using the instructions provided in
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bp_worklistcust.htm#CIHDAABE
    The tutorial talks about building a URL similar to
    http://<soa_server>:8001/integration/worklistapp/TaskDetails?taskId=c848ca41-71ae-4852-b774-518e1354aa8e
    in order to navigate to the specific task.
    The above URL does not work for me. I get a 404 Error page.
    Please help me to get around this issue.
    Thanks
    Rakesh

    Hi,
    I also face the issue to port Worklist in JSP or portal other than using adf.
    I am using SOA 11.1.1.2 and using BPEL and Human workflow. I did a complete flow from JSP ->BPEL->Human worlist. Whenever i
    submit a form values in JSP, it hits BPEL and i am
    getting proper message list in Human worklist and wherein i can able to assign, escalate and delegate tasks.
    Now i need to customize the worklist in Weblogic Portal 10g or to JSP. My requirement now is to port the Worlist default skins to jsp or Portal.
    I also gone through SOA 11g developers guide and in worklist sections but no idea how to implement.
    If any body knows please advise.
    Thanks..
    -Bharathi

  • BPM Worklist as a Task Flow

    Hi all,
    I have a peculiar requirement.
    I have a complex workflow for which i am using the BPM Worklist to show different human tasks and take requisite actions on them.
    Now I have another system where i have some simple maintainances developed as ADF screens. There are approvals for these screens to.
    So to route these approvals too i will push their tasks too to the BPM too.
    Now, I don't want to create a custom BPM worklist. I want to use all the functionality provided by the current BPM Worklist. But there is one problem. I do not want BPM to be available as a separate web application. I want to use it as a TASKFLOW in my application. It seems it can be used in Webcenter Spaces.
    But does anybody have an idea, if Work-list is available as a TaskFlow which can be used in the ADF Screens. Please help.
    Thanks,
    Neerav

    can some body help....

  • Portal 7.3 masthead customization - How to remove Logoff dialog box "Are you sure you want to logoff?"

    Portal 7.3 masthead customization - How to remove Logoff dialog box "Are you sure you want to logoff?"
    I have recently upgraded our portal to 7.3 sps10 and we are using the Ajax framework
    I have a requirement to Remove the Logoff Dialog box "Are you sure you want to logoff?"
    I am able to Import masthead.war into NWDS and get the project ready for development with the appropriate jar and libraries.
    I am able to deploy the project also. I need help finding How to turn this dialog box off and just log the user off. I was able to accomplish this in Classic frame work page HeaderiView.jsp.
    I have looked at afpmasthead.org.sj and masthead.jsp. I am not a js/jsp developer.
    I can see the logoff dialog box being created but I am having trouble finding the logoff code.
    Please advise me on the code changes required to remove the  Logoff dialog box "Are you sure you want to logoff?" from the Ajax framework.
    Any help on this matter would be greatly appreciated.
    Thank you
    Sarah

    Thank you Troy for your Helpful Threads.
    Problem Solution:
    Followed the thread on How to download and change AFP Masthead on SAP Portal 7.3
    Located the file which contains the logoff code from thread http://scn.sap.com/thread/3265584
    The File with the Logoff coding in it is a Javascript file afpmasthead.js
    Identified logoff code without dialog box using this thread https://scn.sap.com/thread/3307601
    NovaDialogBox.performLogout();    (perform logoff)
    I was able to remove the Logoff dialog box Do you really want to logoff? And replace it with logging the user off.
    afpmasthead.js  All the code is on 1 line,  To fix this go to -->Source -->Format
    Comment out the following lines of code and replace with logoff code
    logoffLinkElement.onmouseup= function(aS) {
    logoffLinkElement.onmouseup= function(aS) {
    NovaDialogBox.performLogout();
    Sarah

  • Rename the column names in Embedded BPM Worklist

    Hi,
    I have embedded the BPM worklist in ADF Page.
    My requirement is to rename the column names in the task list.
    For example, the column 'state' should be renamed as 'Status' and the column 'from User' should be renamed as 'From'.
    Is there any possibility to achieve this? Please let me know.
    Regards,
    Tamil

    See if the solution in this post helps -
    Re: Customize workspaceAlso , its better to post these questions in the BPM forum -
    Business Process Management SuiteEdited by: Sudipto Desmukh on Apr 27, 2012 8:57 AM

Maybe you are looking for