No "Administration" Option in the BPM Worklist App

I'm working on an environment w/ the BPM Worklist App, and I notice there is no "Administration" option for the weblogic user (which is apparently the admin) when I login to the app.  Assuming he doesn't have the appropriate credentials - any idea which are necessary?  I assume I can assign these in the Weblogic Console?  Any help would be appreciated.

From EM Console, make sure this user is in role named BPMAdmin. Or even better SOAAdmin. From Weblogic Console, I hope he is in Adminstrator role already.
Thanks
Ravi Jegga

Similar Messages

  • 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

  • Line feeds in a BPEL assign activity as viewed in the BPM worklist

    We are catching errors in our BPEL 1.1 process (created in SOA Suite 11.1.1.6) and sending them to the BPM worklist via a human workflow. We followed the basic documentation found here:
    http://docs.oracle.com/cd/E23943_01/dev.1111/e10224/partpage_hwf.htm#CHDGICFI
    Before we invoke the call to human task, we assign some strings to parts of the message. For example:
    <assign>
    <copy>
    <from expression="Detailed message:\n\nMore details go here."/>
    <to>....
    When we pull up our error in the BPM worklist and view the detail page, we do not see "Detailed message" and "More details go here." separated by 2 line feeds. Instead, we see the actual text "\n\n" printed out.
    I have tried a variety of other line feeds, but nothing seems to work (i.e. to break up the text on the screen):
    &lt;br&gt; or &lt;br/&gt; - The tags show up in the detailed view. When I view the HTML source, I see it escaped them with &amplt; and &ampgt;
    &amp;lt;br&amp;gt; or &amp;lt;br/&amp;gt; - This exact text shows up on the screen (i.e. we see &amplt;, etc.)
    &amp;amp;lt;br&amp;amp;gt; or &amp;amp;lt;br/&amp;amp;gt; - Same result (i.e. we see &amplt;, etc.)
    &amp;#10; - The line break is visible in the HTML source, but that's just basic HTML whitespace which doesn't translate into a viewable line break
    &amp#xA; - Same thing with &amp;#10; Just HTML whitespace
    &lt;pre&gt; ... 2 carriage returns here &lt;/pre&gt; - I tried to trick it into forcing the HTML whitespace into actual line breaks, but I had the same issue with the &lt;br&gt; where the open/close brackets are always escaped or printed...but never interpreted.
    So...the big question is...what is the proper syntax to add line feeds that an HTML browser can interpret (while viewing the BPM worklist app) when I'm building that string in a BPEL &lt;assign&gt;&lt;copy&gt;&lt;from&gt; expression?
    Please advise,
    Michael

    Can you simply format your expression according to what you need an try? I mean replace
    <assign>
    <copy>
    <from expression="Detailed message:\n\nMore details go here."/>
    <to>....
    with
    <assign>
    <copy>
    <from expression="Detailed message:
    More details go here."/>
    <to>....
    Regards,
    Anuj

  • 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

  • Retrying the BPM worklist MessagesUsing Java Standalone Class.

    Hi,
    I am trying to Retrying the BPM worklist tasks using standalone java class,but i am getting the error like
    ORABPEL-30510
    <::>
    <::> Error in invoking task query service operation.
    <::> A client side error occured in invoking the task query service operation ORA-30501:Error in authenticating user.
    <::> Error in authenticating and creating a workflow context for user janz/jcooper.
    <::> Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    <::> .
    <::> Please check the exception error stack to identify the error. Contact oracle support if error is not fixable.
    <::>
    <::> at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:163)
    <::> at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:200)
    <::> at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:93)
    <::> at MultipleRetry.main(MultipleRetry.java:30)
    <::> ORABPEL-30510
    <::>
    <::> Error in invoking task query service operation.
    <::> A client side error occured in invoking the task query service operation ORA-30501:Error in authenticating user.
    <::> Error in authenticating and creating a workflow context for user janz/jcooper.
    <::> Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    <::> .
    <::> Please check the exception error stack to identify the error. Contact oracle support if error is not fixable.
    <::>
    <::> at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:163)
    <::> at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:200)
    <::> at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:93)
    <::> at MultipleRetry.main(MultipleRetry.java:30)
    Caught workflow exception: Error in invoking task query service operation.
    A client side error occured in invoking the task query service operation ORA-30501:Error in authenticating user.
    Error in authenticating and creating a workflow context for user janz/jcooper.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    Please check the exception error stack to identify the error. Contact oracle support if error is not fixable.
    I am pasting my java class source code also:
    import java.util.ArrayList;
    import java.util.Calendar;
    import java.util.List;
    import java.util.Stack;
    import oracle.bpel.services.workflow.client.IWorkflowServiceClient;
    import oracle.bpel.services.workflow.client.WorkflowServiceClientFactory;
    import oracle.bpel.services.workflow.query.ITaskQueryService;
    import oracle.bpel.services.workflow.repos.Ordering;
    import oracle.bpel.services.workflow.repos.Predicate;
    import oracle.bpel.services.workflow.repos.TableConstants;
    import oracle.bpel.services.workflow.task.ITaskService;
    import oracle.bpel.services.workflow.task.model.Task;
    import oracle.bpel.services.workflow.verification.IWorkflowContext;
    import java.text.SimpleDateFormat;
    import java.util.Date;
    public class MultipleRetry{
    public static void main(String[] args)
    try
    //Create JAVA WorflowServiceClient
    IWorkflowServiceClient wfSvcClient = WorkflowServiceClientFactory.getWorkflowServiceClient( WorkflowServiceClientFactory.SOAP_CLIENT);
    // WorkflowServiceClientFactory.REMOTE_CLIENT);
    //Get the task query service
    ITaskQueryService querySvc = wfSvcClient.getTaskQueryService();
    //Login as jstein
    IWorkflowContext ctx = querySvc.authenticate("jstein","welcome1","jazn.com",null);
    //IWorkflowContext ctx = querySvc. authenticateUser("jstein","welcome1");
    //Set up list of columns to query
    List queryColumns = new ArrayList();
    queryColumns.add("TASKID");
    queryColumns.add("TASKNUMBER");
    queryColumns.add("TITLE");
    queryColumns.add("OUTCOME");
    String outcome = null;
    String startdate="11-02-10" ;
    SimpleDateFormat dfs = new SimpleDateFormat( "dd-MM-yy" );
    SimpleDateFormat frmt=new SimpleDateFormat("dd-MM-yy");
    Date startDate=dfs.parse(startdate);
    String startdates=frmt.format(startDate);
    Predicate outpredicate = new Predicate(TableConstants.WFTASK_OUTCOME_COLUMN,Predicate.OP_IS_NULL,outcome);
    Predicate startdatePredicate = new Predicate(TableConstants.WFTASK_CREATEDDATE_COLUMN,
    Predicate.OP_EQ,
    startdates);
    Predicate predicate = new Predicate(startdatePredicate, Predicate.AND, outpredicate);
    //Query a list of tasks assigned to jstein
    List tasks = querySvc.queryTasks(ctx,
    queryColumns,
    null, //Do not query additional info
    null,
    null, //No keywords
    predicate, //No custom predicate
    null, //No special ordering
    0, //Do not page the query result
    0);
    //Get the task service
    ITaskService taskSvc = wfSvcClient.getTaskService();
    //Loop over the tasks, outputting task information, and approving any
    //tasks whose outcome has not been set...
    for(int i = 0 ; i < tasks.size() ; i ++)
    Task task = (Task)tasks.get(i);
    int taskNumber = task.getSystemAttributes().getTaskNumber();
    String title = task.getTitle();
    String taskId = task.getSystemAttributes().getTaskId();
    outcome = task.getSystemAttributes().getOutcome();
    if(outcome == null)
    outcome = "APPROVED";
    taskSvc.updateTaskOutcome(ctx,taskId,outcome);
    System.out.println("Task #"+taskNumber+" ("+title+") is "+outcome);
    catch (Exception e)
    //Handle any exceptions raised here...
    System.out.println("Caught workflow exception: "+e.getMessage());
                   System.out.println("Hello...");
    Please help on this defect.This is very urgent.

    HI Arun
    Thanks a lot for your response. The link provides information about retry option in Fault policy and Enterprisemanager.
    I am looking for retry of errored instance from the BPM work list application. Please let me know if you have any information about this.
    Thanks a ton
    Arun

  • How to create Rules with Flex Field mapping in the bpm worklist

    I Have created a flex field label and was able to map to the flex field attributes .
    But when i try to create a rules , I don't see the label or the flex attributes in the task payload .
    Can someone please help is understanding how to create Rules with Flex Field mapping in the bpm worklist .
    Even I am also searching for any scripts which will take the flex fields prompts and can directly create a label in the bpm worklist .
    Any pointers or suggestion is highly appreciated .

    Hi,
    SE38 -> Enter program
    Select Variants button and display. In the next screen, enter a variant name, (If not existing , press Create to create new one), else click on Change.
    Now the selection screen will display with a button "Variant Attributes" at the top.
    Click on that button.
    In the next screen, go to the selection variable column of the date field. Press F4 or drop down and select 'D' for date maintenance.
    In the column "Name of Variable (Input Only Using F4)" press F4 or drop down, select whichever kind of date calculation you want and save the variant.
    Now whenever you run the prgrm with this variant, date will be displayed by default.
    Regards,
    Subramanian

  • Tasks not being logged in BPM worklist app for AIAIntegrationAdminUser

    Hi all,
    As per error handling framework in AIA, i read that whenever a partnerlink error occurs in BPEL process, it goes to the fault policy in the server, performs the action defined in fault policy and then sends erro notification to the role defined in AIAConfigurationProperties.xml.
    I have tried the same and put retry as my action in fault policy. My process is getting retried also as per the fault policy defined.
    BUt the error notification is not being sent to AIAIntegrationAdminUser. AIAIntegrationAdmin is the defualt role mentioned in the AIAConfigurationProperties.xml file.
    PLease let me know if I have missed anything.

    Your correct, AIAIntegrationAdmin is the default role that all error notifications get sent to. The BPM Worklist Application by default is not enabled. You need to update the AIAConfigurationPropertiers.xml file and update the medata store. The property in the AIAConfiguraitonProperties.xml is called EH.INVOKE.HWF and that needs to be set to true.

  • Task Outcome does not populated in the BPM Worklist

    Hi,
    I have created several Human task with different outcome, i.e
    Task 1 - Input Data; Outcome = Submit, Hold
    Task 2 - Verify Data; Outcome = Approve, Reject, Reassign
    The process was created and deployed successfully on the Weblogic server, however, when I execute the task, the "Outcome" Column on the BPM worklist never shown up and it was blank , does the outcome automatically mapped, or do I have to additionally bind it to the process variable? Thanks in advance.

    To use the value of the Outcome in the process layer, you would be required to capture it in a dataobject/attribute of type string.

  • 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

  • Can we edit the input payload and resubmit again from BPM worklist app.

    hi friends,
    can we edit the input payload and resubmit again from BPM worklist applications.
    please provide me any links on this.
    Thanks,

    Hi ,
    Dont know what you mean by resubmit but, you can surely modify the input data from inside BPM Worklist before submitting.
    Follow Section 15.6.4 Specifying the Task Payload Data Structure in the below link :
    http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/workflow.htm#BABFICJF
    Make sure to select "Modifiable via Worklist App" checkbox.
    thanks
    Saurabh

  • BPM worklist app views are not visible in IPM task viewer

    Hi,
    we upgraded our system from 11.1.1.3.0 to
    weblogic 10.3.5.0
    SOA 11.1.1.5.0 with BPEL processes
    ECM with IPM and UCM 11.1.1.5.0
    after upgrade i have problem with profiles in IPM task viewer page. Views are created in BPM worklistapp and all users can see tasks assigned to them there. But those views are not visible in IPM task viewer page (i tried it using driver page). Because of missing profiles/views users can't see and process tasks assigned to them. In log files isn't raised any error message.
    Everything was working before upgrade. Can someone help me with this? What can i have wrong there?
    Thanks a lot in advance for any help
    Edited by: 914063 on Jun 20, 2012 12:56 PM
    Edited by: 914063 on Jun 20, 2012 12:57 PM

    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

  • Custom repeat option in the iPad calendar app

    Why is there no custom repeat option (i.e. repeat an event every 1st Thursday, etc.) in the iPad calendar app?

    There's a $0.99 app called Calendar Event Pro that adds all the custom repeat and alert functionality to iPad Calendar. It works with the native Calendar app so you don't have to have a separate calendar.
    iPad: http://itunes.apple.com/us/app/calendar-event-pro-2/id443037531?mt=8
    iPhone/iPod Touch: http://itunes.apple.com/us/app/calendar-event-pro/id425820450?mt=8

  • Does anyone know why there isn't a UK English App language option in the Creative Cloud App preferences on Mac?

    I want to change my installed apps to UK English and not North American English as they seem to default to.
    I can see the options of North American and International, and a couple of more obscure options, but not the expected GB English or UK English

    I'm sorry to hear that.
    I'm not affiliated w/ the developer, just a happy user that gave up fighting the apple podcast app a while ago.  I used to have a bunch of smart playlists in itunes for my podcasts, and come home every day and pathologically synced my phone as soon as I walked in the door, and again before I walked out the door in the morning.
    Since my wife was doing this too, we were fighting over who's turn it was to sync their phone.
    Since I've switched to Downcast, I no longer worry about syncing my phone to itunes at all.  I can go weeks between syncs.
    Setup a "playlist" in downcast (ex., "Commute") and add podcasts to that playlist.  Add another playlist ("walk" or "workout") and add different podcasts to that one. 
    Set podcast priorities on a per-feed basis (ex., high priority for some daily news feeds, medium priority for some favorite podcasts, lower priority for other stuff).  Downcast will play the things in the priority you specify, and within that priority, it will play in date order (oldest to newest).
    Allegedly, it will also sync your play status to other devices, although that is not a feature I currently use and can't vouch for.  It uses apple's iCloud APIs, so to some extent may be limited by what Apple's APIs can do.

  • Unable to see payload details in BPM Worklist app

    Hi Experts,
    When i am approve the request from http://localhost:8001/integration/worklistapp getting the below exception
    [2012-07-18T21:22:35.651+05:30] [soa_server1] [WARNING] [] [oracle.adfinternal.view.faces.lifecycle.LifecycleImpl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JYQmbFn0Rt0Knyh8in1G1gw30000VU,0] [APP: DrmRequestProcessingTaskFlow#V2.0] ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6[[
    javax.faces.FacesException: javax.servlet.ServletException: OracleJSP error:
    javax.faces.FacesException: javax.el.PropertyNotFoundException: Target Unreachable, 'requestInfoView' returned null
    where i am creating the request in through the web application which has been deployed on SOA_Server1 managed server.
    Your help is highly appreciated. Please post the reply ASAP if anybody has experienced with the similar kind of issue.
    Regards,
    CH

    Hi Experts,
    When i am approve the request from http://localhost:8001/integration/worklistapp getting the below exception
    [2012-07-18T21:22:35.651+05:30] [soa_server1] [WARNING] [] [oracle.adfinternal.view.faces.lifecycle.LifecycleImpl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JYQmbFn0Rt0Knyh8in1G1gw30000VU,0] [APP: DrmRequestProcessingTaskFlow#V2.0] ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6[[
    javax.faces.FacesException: javax.servlet.ServletException: OracleJSP error:
    javax.faces.FacesException: javax.el.PropertyNotFoundException: Target Unreachable, 'requestInfoView' returned null
    where i am creating the request in through the web application which has been deployed on SOA_Server1 managed server.
    Your help is highly appreciated. Please post the reply ASAP if anybody has experienced with the similar kind of issue.
    Regards,
    CH

  • BPM Worklist Task Details Error

    When I open the BPM worklist app via IP address and click on an item for task details, it makes a call to an internal server name that cannot be resolved.
    Is there somewhere I can change the BPM configuration so that the worklist details opens successfully? This issue appears to affect the Task LIst Portlet as well.

    Hi,
    I am facing the same error.
    Scenario 1:
    More specifically, I have developed my SOA Composite and deployed it using the EM Console. Then I exported my Human Task Adf application as an EAR and deployed the same using EM.
    I also updated the URI under Component metrics--> Adminstration ( However, I am not sure what form this URI should take??)
    Whenever, I am trying to access the task details, I am seeing the Internal Server Error.
    Scenario 2:
    If I follow the standard procedure of deploying using Jdeveloper, there are no issues and I am able to access the task details.
    So I know that the applications are built properly and working. There is some association missing when I do the deployments manually as stated in Scenario 1.
    Any help would be appreciated in getting the Scenario 1 to work is highly appreciated....
    Thanks in advance !!

Maybe you are looking for

  • Reg : Performance Issue in Report

    Hi All, I need Some our ideas to reduce my performance in an program for the below scenario, i have two internal tables say for example i1 and i2. i1 has 30,000 records. i2 has 2,00,000 records. now i want to find out whether that 30,000 records exis

  • V_$Session column program too small.

    I'm tring to find the program executed in a given session using the PROGRAM column in V_$SESSION (Oracle 8.1.7) however I can't because the column length seems 48 chacacters wide and that's not enough with a long path like "C:\somewhere......". Then

  • How to create a modeless dialog using commandlink

    i want to create a modelessdialog using commandlink. and my code is <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> <%@ taglib uri="http://java.sun.com/

  • More istance of the operating system

    Hi, my company has acquired a server v890 with 2 cpu USIV with 6 Hard discs 146 GB FC-A and with pre-installed SunSolaris 10. It is possible to have on the same machine more istances of the operating system as if they were more server? I need having

  • Getting linksys wusb54gc to work on a Mac

    Hey guys, I am trying to get my linksys wusb54gc addapter to work on Mac? Is there any Mac drivers or anything?