Complete Task with Payload Problem  -- no Human Task Drop Handler

I'm reading section 26.4.1 of Developer’s Guide for Oracle SOA Suite 11g Release 1 (11.1.1) E10224-01 where it refers to figure 26-5 Human Task Drop Handler for Creating the Task Display Form of section 26.4 Creating a Task Display Form.
I've generated taskDetails1.jspx. I highlight Task as in the figure and right click in askDetails1.jspx (design tab) but I don't get a Create JSF page dialog as in the figure.
I get a dialog with Insert Before Show Detail Spacer ... etc (no Create /Human Task/Complete Task with payload etc)
Do I need to position within a particular element ? or is this a bug ? wrongly documented?

Hi Diana, thanks for your reply.
You're probably right about 2 different error messages.
To the 1st one: I'm sure that status task is Assigned (to me). I received an email and I also reply on that email.
To error log: I found out that error log appears when I enable email endpoint on Complete Task service. But I managed to solve this problem. I set wrong user. Now I have here the same user as is written in login-config.xml so log seems to be ok.
So I created new task and tried to complete it via email. Now I receive email with another error:
LiveCycle ES has tried to process your request and encountered the following error:
com.adobe.idp.dsc.provider.service.email.impl.EmailProviderException: Error getting user context
This response to your original email
Subject:RE:Task Assignment - Process: WorkFlowClient/Test. Task 92 has been assigned to you.
Date Sent:Thursday, October 27, 2011 3:05 PM
Body:Complete
DO-NOT-DELETE: MTIxMSExNjAzITIwMTE=!
Attachments:
And to the last point: email endpoint is set up with TestPOP3@mydomain and user receiving email has jpetrla@mydomain. I use Lotus Notes as email client, I tried another account with gmail, but the result was same.
Now I really don't know to do...
Jan

Similar Messages

  • Creation an ADF Task Flow Based on a Human Task

    Hello!
    While creating ADF Task Flow Based on a Human Task, I can't bind New TaskFlow to task, which I choose in Dialog.
    Details:
    I Have:
    BPM Project with PackageCreation.task
    ADF Project in Same Application
    I do:
    1. in Application Navigator right click on ADF Project -> New -> Web Tier -> JSF -> ADF Task Flow Based on a Human Task
    in creation Dialog I choose PackageCreation.task and Don't change name of New TaskFlow (automatically JDeveloper set this name to PackageCreation_TaskFlow)
    I have After that:
    new ADF Task Flow and my old PackageCreation.task.
    Question:
    Why my Task don't bind to created ADF task Flow based on it?
    I think, that while creating ADF Task Flow Based on a Human Task it has to change my task, writing some thing like This (inside xml):
    <taskFlowFileLocation>file:/D:/JDeveloper/mywork/SalesQuoteLab/EnterQuoteUILab/public_html/WEB-INF/EnterQuoteDetails_TaskFlow.xml</taskFlowFileLocation>
    That xml element is creating in xml of *.task, while making auto-generation form for human task in BPM Project.

    Juan C,
    I use JDeveloper 11g Release 1.
    May be I didn't explained my question correctly.
    taskdetails1 is creating, and in Data Controls I have objects of my BPM Human Task Payload.
    But in that file "PackageCreation.task" in source I can't find any link to instantly created TaskFlow.xml in my UI project.
    So, I have
    NEW project "PackageCreationUI" with PackageCreation_TaskFlow.xml in it (and TaskDetails1 file too).
    AND Did't Changed PackageCreation.task in BPM Project.
    If I use *"BPM form creation wizard"*, after creating project and TaskFlow in it I see Changes in PackageCreation.task in BPM Project, something like that:
    <taskFlowFileLocation>file:/C:/JDeveloper/mywork/testApp/PackageCreationUI/public_html/WEB-INF/PackageCreation_TaskFlow.xml</taskFlowFileLocation>

  • JAVA API of Oracle BPEL, to access the "Task Form"(JSP) of a human task.

    Hi,
    Are there any JAVA API of Oracle BPEL, to access the "Task Form"(JSP) of a human task, to render the task form inside the custom worklist application.
    Thanks,
    Naga

    I guess you mean accessing the task details and the payload from the java API.
    Refer the below blog it will provide you the details
    http://www.albinsblog.com/2012/05/update-human-task-payload-via-java-api.html
    Regards
    Albin I
    Edited by: Albin on Sep 19, 2012 11:24 PM

  • Problem in Human Task in BPEL

    I have a BPEL process with eight human task.Ater the last human task in the switch block i have added one assign activity and one mail activity in the "APPROVED" case. I have deployed the process and ran it. The flow got stuck in the last human task receive call back step and not proceeding to next switch, but i have already approved the task from worklist.
    I have added oned one BAM sensor in that receive step and the sensor was set on "completion". BAM has received the data that ""receive completed".so it seems like that the receive actiivity gets completed but not showing in the BPEL visual flow also not proceeding further.
    After that I removed the assign activity and mail activity and tested it once..it worked fine..
    It looks strange to me....

    There's probably a problem within your assign activity. Check the domain log as Eric suggested. You can find it @:
    $ORACLE_HOME/bpel/domains/<your_domain>/logs/domain.log
    HTH,
    Bas

  • Problem in  Human Task Flow

    Hi,
    I have created a bpel having a human task component.
    The human task component input schema is :
    <emp>
    <empid>
    <empid>
    <empid>
    <empid>
    <status
    <emp>
    The empid is an array.
    When i test my bpel it successfully created the human task.
    I have created the "Auto Generate Task Flow" from human task component .(Creates a project and deployed with the SOA Application)
    But when i click on the human task instance in the worklistapp it does not display the data.
    Can anyone please tell me the reason of this kind of behaviour ?
    Thanks and Regards,
    Sachin Thakkar.

    There's probably a problem within your assign activity. Check the domain log as Eric suggested. You can find it @:
    $ORACLE_HOME/bpel/domains/<your_domain>/logs/domain.log
    HTH,
    Bas

  • Problem using Human Task

    I have created the BPEL work flow with human task which works for serial flow.
    I have 2 approvals,
    i want to get status of each approval after they approves.
    Please let me know what to do as i was not able to find any example for multiple approvals.
    Thank you.
    Edited by: user11187811 on Nov 11, 2009 11:25 PM
    Edited by: user11187811 on Nov 12, 2009 1:46 AM

    This is a problem with switch inside a switch.
    When I replaced the switch in the human task with other activities, it works fine.
    It throws a problem just having a process starting with a switch and a workflow within one part of the switch

  • From User Task (10.1.2) to Human Task (10.1.3)

    Hi all,
    i have a simple BPEL process developed using jdeveloper 10.1.2 that contains a user task, an email notification must be sent to the assigned user,
    the process works perfectly in bpel pm 10.1.2,
    i migrated the process to jdeveloper 10.1.3 and deployed it to bpel 10.1.3,
    the deployment is successful, the task is assigned to the user but no email was sent to him,
    to investigate the problem i set the logging to debug and i've got a long list of logs,
    i chosed the following which seems interesting:
    <2007-01-04 16:23:08,171> <DEBUG> <test2.collaxa.cube.services> <PCException::<init>> Start of root element expected.
    oracle.xml.parser.v2.XMLParseException: Start of root element expected.
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:341)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:205)
         at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:155)
         at oracle.bpel.services.common.util.XMLUtil.parseDocument(XMLUtil.java:246)
         at oracle.tip.pc.services.notification.payload.GenericPayloadTypeFactory.createFacade(GenericPayloadTypeFactory.java:99)
         at oracle.tip.pc.services.notification.payload.GenericPayloadTypeFactory.createFacade(GenericPayloadTypeFactory.java:53)
         at oracle.tip.pc.services.hw.task.impl.TaskNotificationsForXPath.getEvaluatedMessage(TaskNotificationsForXPath.java:556)
         at oracle.tip.pc.services.hw.task.impl.TaskNotificationsForXPath.sendNotification(TaskNotificationsForXPath.java:214)
         at oracle.tip.pc.services.hw.task.impl.TaskNotificationsForXPath.sendNotificationForGenericMessage(TaskNotificationsForXPath.java:138)
         at oracle.tip.pc.services.hw.task.impl.TaskNotifications.notifyForTask(TaskNotifications.java:228)
         at oracle.tip.pc.services.hw.task.impl.TaskNotificationThread.run(TaskNotificationThread.java:141)
    <2007-01-04 16:23:08,171> <ERROR> <test2.collaxa.cube.services> <TaskNotificationsForXPath::sendNotification> Notification for task could not be processed.
    <2007-01-04 16:23:08,171> <ERROR> <test2.collaxa.cube.services> <TaskNotificationsForXPath::sendNotification> Notification for task 70011 could not be processed. This task is associated with the business process 04647F6D57124939BCCAF21E966A45EF, identified by testNotifUserTask1
    <2007-01-04 16:23:08,171> <ERROR> <test2.collaxa.cube.services> <TaskNotificationsForXPath::sendNotification> Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    <2007-01-04 16:23:08,171> <DEBUG> <test2.collaxa.cube.services> <TaskNotificationsForXPath::sendNotification> ORABPEL-10129
    <2007-01-04 16:23:08,171> <DEBUG> <test2.collaxa.cube.services> <TaskNotificationsForXPath::sendNotification>
    <2007-01-04 16:23:08,171> <DEBUG> <test2
    how can i fix this issue to get the migrated process works??
    thanks

    Hi Clemens,
    Thanks for your quick response. The Taskmanager and the Taskactionhandler are indeed not deployed so I will do that automatically.
    Still one question/remark left:
    You noticed that you still have to complete the tasks using the old worklist app. . So if i'm correct, you have to use the deprecated 10.1.2 worklist api or build-in worklist app. The 10.1.2 worklist app is not deployed in my 10.1.3 installation. However, 10.1.3 only contains the new worklist app. Is there also a way to deploy it manually?
    Writing this down it al looks a bit clumsy to me. Is it not a better option to invest some time in migrating all tasks scopes manually to 10.1.3, because as far as I can see the human tasks are causing the main issues concerning migration? After this you have a 10.1.3 compliant system. I wonder what your opinion is on this issue.
    Kind regards,
    Tom

  • How to synchronize Lightning tasks with icloud, yahoo or gmail tasks?

    Is there a way to synchronize the tasks created in Lightning with an online account?

    Not that I am aware of. There is no standard for tasks or their transmission. There is therefore no "point" that Lightning can contact to ask for tasks to synchronise

  • Accessing Human Task Payload from ADF Task Flow

    Hi
    Using jDeveloper 11g TP4 SOA...
    The scenario is this:
    1. We have created a Human Task which has parameters accountId and accountType in the payload.
    2. We have then created a Task Flow based on that human task.
    3. Inside the web folder with task flow we have *4 task display forms* (jspx pages).
    4. In the task flow we have the 4 pages and then a router
    5. Now we want the router to look in the payload of the human task and based on the accountType redirect to the correct task display form.
    Problem: We can't access the human task data control from the router in the task flow.
    Does anyone have some insigt into how we can read the accountType from the payload and then pick the correct task display form?

    Hi victor,
    i'm using a SOA(OSB) based task service, but i think that you have to use a "task service" (or something like this) to update your task
    this is my routine
    public Task updateTask(Task task) throws Exception {
    TaskServiceContextTaskBaseType taskUpd =
    new TaskServiceContextTaskBaseType();
    taskUpd.setWorkflowContext(getWorkFlowContext());
    taskUpd.setTask(task);
    return taskService.updateTask(taskUpd);
    where taskService is the port of my proxy.
    Hope this help

  • Problem in getting the task Id of Human task

    Hi,
    We have a Bpel process and is invoked programatically.
    The first componet in the Bpel process is the human task.
    So when the BPEL process is invoked need to get the task id associated with that process .
    we are unable to get the task id immediately with query task API's.
    we see some delay in creation the human task .
    Please help.
    Thanks
    Nagajyothy

    I'm not sure you are looking for task id or task number. Expand the Human Task activity in BPEL process. After invocation of TaskService wsdl, create an assign activity within the scope of Human Task. Get the task id/task number using the task variable of the local scope of that human task, "task:systemAttributes/task:taskNumber" or "task:systemAttributes/task:taskId". Hope this will help you.

  • 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.

  • Error deploying Human Task Projects

    I am having some problems with the deployment of Human Task ADF Projects to the SOA Server.
    I've managed to deploy other ADF applications, however when I try to deploy a generated ADF Project for a BPEL Human Task I get the following error:
         Weblogic Server Exception: weblogic.application.WrappedDeploymentException
    Does anyone know what could be the cause of it?
    I am using Jdeveloper 11g r1 (11.1.1.2.0) and SOA Server 11g (11.1.1.1.0) and WebLogic 11g R1 (10.3.1).
    Thanks

    Below is the domain log, after trying with JDeveloper 11.1.1.0 (Same version as SOA server)
    +14/01/2010 15h01min17s BRST HTTP Error BEA-101371 There was a failure when processing annotations for application F:\ORACLE\Middleware\user_projects\domains\weblogic\servers\soa_server1\tmp\_WL_user\ADF_AnalisarDadosProposta\30aqrp\ADF_AnalisarDadosProposta.war. Please make sure that the annotations are valid. The error is oracle.bpel.services.workflow.client.worklist.servlet.IntegrateTaskFlowWithTask+
    +14/01/2010 15h01min17s BRST Deployer Error BEA-149265 Failure occurred in the execution of deployment request with ID '1263488469512' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: '/workflow/ADF_AnalisarDadosProposta''+
    +14/01/2010 15h01min18s BRST Deployer Warning BEA-149004 Failures were detected while initiating deploy task for application 'ADF_AnalisarDadosProposta'.+
    +14/01/2010 15h01min18s BRST Deployer Warning BEA-149078 Stack trace for message 149004 weblogic.application.ModuleException: Failed to load webapp: '/workflow/ADF_AnalisarDadosProposta' at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:368) at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176) at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93) at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42) at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:609) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:185) at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:53) at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154) at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:197) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747) at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216) at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) java.lang.ClassNotFoundException: oracle.bpel.services.workflow.client.worklist.servlet.IntegrateTaskFlowWithTask at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296) at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269) at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:55) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:177) at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:36) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processServlets(WebAnnotationProcessorImpl.java:227) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processJ2eeAnnotations(WebAnnotationProcessorImpl.java:211) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processAnnotations(WebAnnotationProcessorImpl.java:107) at weblogic.servlet.internal.WebAppServletContext.processAnnotations(WebAppServletContext.java:1298) at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:420) at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:464) at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:414) at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:901) at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:345) at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176) at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93) at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42) at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:609) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:185) at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:53) at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154) at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:197) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747) at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216) at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)+
    +14/01/2010 15h01min52s BRST org.apache.beehive.netui.pageflow.internal.AdapterManager Error BEA-000000 ServletContainerAdapter manager not initialized correctly.+
    +14/01/2010 15h02min24s BRST netuix Warning BEA-423420 Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=DiagnosticsViewDomainLogTablePage&DiagnosticsViewDomainLogTablePortlethandle=com.bea.console.handles.LogDispatchHandle%28%22AdminServer%3BDomainLog+
    Any idea?
    Thanks!
    Edited by: user12281834 on 14-Jan-2010 09:30

  • Human Task expiration issue

    Hi,
    I have the following scenario.
    Its a simple BPEL process with string input and string output with a call to Human Task.
    the Human Task has the expiration duration of 5 mins.
    I invoke the process from bpel console and as expected it waits for the human task to respond or expire. during this waiting time I happen to restart the soa server. The server was restarted before the expiration time but still the task did not expire.
    Task still stays with the user assigned and the process is still waiting for the response from the task(which is already passed expire time).
    I am using SOA Suite *10.1.3.4* with a patch set *7714967* applied on top of it.
    I have tried to set the startup recovery also but no help.
    If some body can give me the solution. that would be great.

    I have tried with MLR Patch # 8372150, but no luck. I have found a similar thread on this forum who has the same issue.
    quartz based workflow times are not initializing
    If this might be the problem, how do we fix the following error message.
    *<::> Unable to get the workflow timers during startup, this can happen if orabpel server is not started properly*

  • Why has a Human Task only 1 UI?

    A little more abstract / philosophical discussion.
    I'm not really comfortable with the rigid "1 Human Task (HT) corresponds to 1 screen (UI)", although it will be all right for 90% of the time. Could be that the BPMN spec itself is to blame for this.
    Some cases:
    >1 Humans are coorperating on 1 Task.
    1 Human has a UI open (on the computer screen) displaying multiple Tasks.
    1 Human has UI open displaying multiple Process instances for which he is responsible and drills down to a Human Task in an instance that is being performed by one of his colleagues. He opens the same task in read-only mode.
    1 Human is performer of Tasks in sequence ("Road Map" or Wizard control) and doesn't want to go back to the UWL all the time. He must be able to go back to a previous step (~task) though.
    1 Human breaks off his current Task (saves his work so far), and continues working on the Task later on on his mobile device.
    1 Human has a generic UI screen (portal) open, and a Process token just moved into a Human Task for that Human. He doesn't have to go back to the UWL, search for that task and open it, but sees a nice UI-overlay-effect of that Task (just the title, or instance), just as Outlook displays incoming messages.
    1 Human who "owns" a Process instance, checks the state of the instance, notices that a subprocess within is in error (or takes too long), overrides that subprocess by doing work manually (rolling back the already completed activities within the subprocess), and providing the subprocess output.
    What are your thoughts? Are these cases too far-fetched?

    You now have 2 site. Your own and the one by your son.
    Since your son published last, iWeb created an index.html file in the root of the server (iDisk>Web>Sites) to redirect to his site.
    That file first redirected to your site, now it redirects to his.
    To make it redirect to your site again, simply move one of your pages to the top of the list and back. iWeb now thinks your default page has changed and will create a new index.html file when you publish.
    Make sure your son does not update his Site.
    Other solution. Buy the Family pack and give each member of the family his/her own MMe account. They have to manage that acount from their own useraccount on a Mac. Otherwise everybody interferes with each other.

  • How BPEL refers to human task form application during runtime ?

    Hi All,
    I have worked on coulple of 10g BPEL human tasks and I remember '.tform' file used to capture
    task display jsp application url
    content of tform file
    <template>${http_url}/${domain_id}/BPEL_PROCESS/1.0/Task Form/Task Form.jsp</template>
    I am looking for help on how same is achieved in 11g
    in Nutshell,
    How does 11g bpel knows which task form it has to invoke?
    Thanks,
    Praveen

    Hi Praveen
    If you already have a bpm/bpel application in soa 11g, open that in JDeveloper and serach for the file named hwtaskflow.xml. This file will be under your taskforms project -> Application Sources.
    In JDev, for each human task, there is a .task file generated with payload details, actions that task is allowed etc. We can generate taskform for this .task using autogenerte or custom. Either way the above file will have the details like the association of the actual Task and correspond taskform jspx file. If you are familiar with the ADF architecture like bindings you can understand much better.
    In EM console, click on the workflow file that is deployed under your soa_doamin. On right side, you will see list of all the human tasks and click on any human task. You will see the uri for that task. This is the reference for the deployed composite for that task. Now the above .xml file will have the exact human task name with additional information like which pageflow defintion file to invoke. All the pageflows xml files are under your taskforms\web-inf folder.
    See the below link for more details:
    http://download.oracle.com/docs/cd/E21764_01/integration.1111/e10224/bp_designtf.htm#CHDIFHIJ
    see the section named "28.3.3 What Happens When You Create an ADF Task Flow Based on a Human Task".
    Thanks
    Ravi Jegga

Maybe you are looking for

  • Can't Tether / Start Mobile Internet

    I have my Tour 9630 (Sprint) connected to my Windows 7 computer and I start BlackBerry Desktop Manager.  I click on Tools>Start Mobile Internet... and I receive the following error message: Failed to start Mobile Internet The remote computer did not

  • Scrolling, Counting (the whole shebang?)

    Bear with me here, this one's causing me headaches and sleepless nights (and I'm not exaggerating. While this issue sits in Bugzilla the boss cannot be silenced.) <cliche>The story so far...</cliche> An implementation of a scrolling result set I buil

  • Limit download speed

    I just started using mac so I have no knowledge on how to use it. I share a network with my brother and so far I have not found an application that allows me to download stuff and limit the download speed. Every time I start downloading stuff the dow

  • Twice as expensive,have i done something wrong in default

    since i put firefox as web brouser my credit usage has doubled,hav i done something wrong? im getting rid of firefox shortly if i cant rectify usage prob..is there something i havnt checked? i dont use more than 4 basic functions. dont know how 2 cop

  • Business data conectivity metada store is currently unavailable

    Hi All, I am getting below mentioned error when i am trying to open "External content types" tab in sharepoint designer. I have tried all the possible solution mentioned below. Business Data Connectivity Service and Managed Metadata web service are r