Human Workflow

Hi All,
Currently I am working on Human work flow activity, where my requirement is ,I will be sending 'creator' through request.aslo i ll be using getManager() fuction in Human WorkFlow Activity.
ids:getManager(/task:task/task:creator)
my payload is:
<schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/VacationRequest"
xmlns="http://www.w3.org/2001/XMLSchema">
<element name="VacationRequestProcessRequest">
<complexType>
<sequence>
<element name="creator" type="string"/>
<element name="fromDate" type="date"/>
<element name="toDate" type="date"/>
<element name="reason" type="string"/>
</sequence>
</complexType>
</element>
<element name="VacationRequestProcessResponse">
<complexType>
<sequence>
<element name="result" type="string"/>
</sequence>
</complexType>
</element>
</schema>
So, i need know what is the significance of getManager() function?
My understanding is it ll get the manager associated user which is configured in server level ,then task will get assigned.
if i am wrong pls correct me.
Also ,i need to know how to configure user---to---manager hierarchy configuration in weblogic Admin server.
if i pass directly user wich is configured in sever ,its working fine.
thanks
Santosh M E

Hi,
wrong forum. The Human Workflow is a SOA component and queries about this should be posted to SOA Suite
Frank

Similar Messages

  • Issue in passing payload from Human Workflow to ADF task flow

    Hi All,l
    I am facing one strange issue in Human Workflow -> ADF task form integration. I have 4 Data variables to pass to the task form for displaying and modifying the request payload. E.g
    1. request
    2. propertiesList
    3. input1
    4. input2
    request and properties list variables are in the same namespace. When the process is executed, I can see the data being passed in Initiate taskflow activity in BPEL. However I don't see the data in ADF form only for propertiesList variable. This is a custom schema element I added newly in the project. I don't get any error , but no data is getting displayed.
    Any help in this matter is greatly appreciated.
    Thanks
    Ashwini

    I have applied workaround for this. However the main issue still exist.
    When I pass hard-coded values in the list and drag and drop that list as selectOneChoice - I see the values in dropdown. Whereas, when the list is passed from program logic and I can see the values passed in initiateTask activity, and drag and drop the field as selectOneChoice, the values don't come up.
    I will replicate this issue in a smaller piece of code and paste here later.
    Thanks
    Ashwini

  • Issue in Human Workflow

    Currently I am learning Human Workflow integration in Oracle BPEL.
    http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/bp_introhwf.htm#BABIEDCJ
    I have used this URL to see tutorial accordingly I created BPEL process but when I am testing this BPEL process I am able to do raise a request but now able to see that request in manager's Queue.
    Can anybody help in this?
    Thanks,
    Yashwant

    Hello Yashwant,
    The tutorial seems fine, but as you might´ve noticed the manager assignment depends on information received in the message inbound, maybe if you post your request body we can take a further look into it. Maybe your XPath is not correct? Maybe namespaces don´t match? I´d start from there...
    Thank you,
    Vinicius

  • How to avoid claim - release step in Human Workflow

    Hi All,
    I have a Human Workflow in which i need to assign a task to a group of people. However we want to skip the step of claim and release. Directly we need to have the approve or reject options in the task list for the user. Is there some way that can be accomplished?

    In the corresponding .jsp files (TaskList.jsp,TaskDetails.jsp) in the $BPEL_HOME/samples/hw/worklistapp/public_html you need to change the following:
    In the call to method HTMLFormatter.displayTaskActionsDropdown, change the last parameter to "HTMLFormatter.CUSTOM_ACTION_OPTIONS"
    Then you need to deploy custom worklist application, once you have deployed the custom application you can access it through the URL -
    http://localhost:port/integration/customapp/
    In this custom application you will see "APPROVE"/"REJECT" options in corresponding pages.
    Refer http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/worklist.htm#BHACDDFJ for more details.
    Edited by: Krishnaraja Nelli on Dec 8, 2008 5:13 PM
    Edited by: Krishnaraja Nelli on Dec 8, 2008 5:16 PM

  • Bpm 11g with ADF R2 UI  for Human Workflow UI

    Hi
    Would like to check if it is possible to develop the ui conponent of an bpm 11g flow in Adf R2, and integrate the developed ui using bpm workspace?

    Would like to check if it is possible to develop the ui conponent of an bpm 11g flow in Adf R2, and integrate the developed ui using bpm workspace?No. the documentation for ADF 11gr2 specifically says use it only if you aren't using any of the SOA/BPM /Webcenter components.
    Having said that, it may not be impossible, but you'd have a number of challenges -
    - Your BPM workspace application would need the ADF 11g R1 runtime so if your human task UI is in 11g r2, you might have to use a custom built worklist app in 11gr2 (just like you'd do in a non-ADF technology).
    - In your ADF 11gR2 UI, you'd need to use the human workflow API's (unless you develop your human task UI in 11g R1 first and then migrate it - which defeats the whole purpose of using R2..)...
    JV

  • Date transfer between 11g BPMN Process and Human Workflow task

    I'm creating a small BPMN process in SOA Suite 11g. Pretty simple: Holiday Request where one enters name, start date, end date and leave type (e.g. annual). The odd thing is, any dates I enter into the process end up losing one day when viewed in the BPM Worklist.
    So, to be clear:
    * The BPMN process receives a message like this (note the +10:00 -- I'm running this in Australia):
    <RequestData>
    <name>JohnJames</name>
    <startDate>2010-06-21+10:00</startDate>
    <endDate>2010-06-21+10:00</endDate>
    <leaveType>annual</leaveType>
    </RequestData>
    * It does some minor processing, then passes this onto a Human Workflow task (exactly the same):
    <RequestData>
    <name>JohnJames</name>
    <startDate>2010-06-21+10:00</startDate>
    <endDate>2010-06-21+10:00</endDate>
    <leaveType>annual</leaveType>
    </RequestData>
    * When I open the task in the BPM Worklist app I see this:
    name : JohnJames
    startDate : 20/06/2010
    endDate : 20/06/2010
    leaveType : annual
    So, why? My processing code doesn't alter the dates in any way at all before passing them to Human Workflow. I figure this has something to do with locales used by HW but I can't figure out where or what to change. Any clues? Comments? Ideas?

    OK, I have a solution that works for me: YMMV. There's two parts to it:
    1) To have the dates interpreted correctly, I changed the fields on the generated forms for the Human Tasks. The Start Date and End Date fields were created as Input Text fields with the "Converter" property set to <default>. I changed the fields to Input Date fields instead, and the dates were interpreted correctly (i.e. May 21 showed up as May 21 rather than May 20) But they still showed up in US date format: 5/21/2010.
    2) To have them formatted for my locale, I added a "formatting-locale" entry to the "trinidad-config.xml" file: <formatting-locale>en-AU</formatting-locale>. The dates then showed up as 21/5/2010.
    This solution doesn't give you dates automatically formatted for your own locale, or different locales based on browser, but it does give me what I want for now. Thought some folks might be interested.

  • SOA Suite 11.1.1.2: Human workflow: custom application: Attachment: getCont

    Hello,
    i am building a custom application for the human workflow component in SOA Suite 11.1.1.2.
    I am able to add attachments to the created tasks. But when i try to get the contents with the function AttachmentType.getContent(), i always receive a null pointer.
    I have looket into the database and there are the entries in a blob in the content-column of the table wfattachment. But there is the contents binary, although i put it to the task Base64Encoded.
    Can someone help me to get the contents of the attachments?
    Best regards and thanks a lot
    Friedrich

    Thank you.
    I must have changed something by accident. I would never had caught that. I reversed the changes in the WebLogic Console and all was right in the world. The app deployed correctly and the Human Task Approval Form worked flawlessly.
    I guess I do some things right. ;-)
    Steve Davies

  • Human Workflow Issue in 11.1.1.6

    Hi Experts,
    I working on a Human Workflow Project in SOA Suite 11.1.1.6.
    My requirement is to pass the HTML data as content to Human Workflow Task to Notification user. Do elaborate more, the user will get email notification from Human Workflow where in the body of email he will see the HTML content.
    I created Data object in Human task as "EmailDataContent" of type String. When I am passing data to HWF through BPEL. Its throwing below error.
    INPUT:
    =====
    <initiateTaskInput>
    <part  name="payload">
    <initiateTask>
    <task>
    <title>Claim ID:1234ABCD requires your review</title>
    <payload>
    <EmailDataContent xsi:type="ns:string"><html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css">.hdrtbl{font-family:Tahoma,arial,Helvetica,sans-serif;font-size:9pt;background-color:#f2f2f5;} .hdrsh{font-family:Tahoma,arial,Helvetica,sans-serif;font-size:9pt;color:#755600;text-align:right;padding:3px} .hdrdt{font-family:Tahoma,arial,Helvetica,sans-serif;font-size:9pt;color:#003D5B;text-align:left;padding:3px} .dtltbl{font-family:Tahoma,arial,Helvetica,sans-serif;font-size:9pt;border-width:1px;spacing:0;background-color:#CCCCCC;border: 1px} .dtlth{font-family:Tahoma,arial,Helvetica,sans-serif;font-size:9pt;background-color:#B9C9FE;text-align:center;padding:0px;height:22px;} .dtldt{font-family:Tahoma,arial,Helvetica,sans-serif;font-size:9pt;background-color:#FFF5D5;text-align:left;padding:4px;height:22px;color:#003D5B} .sumcell{font-family:Tahoma,arial,Helvetica,sans-serif;font-size:9pt;background-color:#FFFFFF;text-align:right;padding:4px;height:22px;font-weight:bold} pre {font-family:Tahoma,arial,Helvetica,sans-serif; font-size:10pt} body {font-family:Tahoma,arial,Helvetica,sans-serif; font-size:10pt} h3 {font-family:Tahoma,arial,Helvetica,sans-serif;} h4 {font-family:Tahoma,arial,Helvetica,sans-serif;} h5 {font-family:Tahoma,arial,Helvetica,sans-serif;color:#123C73}</style> </head> <body> <hr align="left" width="1000px"> This message is automatically generated. Please do not reply to this message. <br> An incentive claim with reference number PN00000623 as been submitted and is pending review Please login to the CEQ to review the claim. <br><br> <table width="1000px" class="hdrtbl"> <tr> <td class="hdrsh">Customer Group</td> <td class="hdrdt">ANYDATA</td> <td class="hdrsh">Assigned To</td> <td class="hdrdt">XXXXXXXXX</td> <td class="hdrsh">Status</td> <td class="hdrdt">Approved</td> </tr> <tr> <td class="hdrsh">Program Notice #</td> <td class="hdrdt">XXXXXXXXXXXXXXXX</td> <td class="hdrsh">Sales PeriodStart Date</td> <td class="hdrdt">1/1/2013</td> <td class="hdrsh">End Date</td> <td class="hdrdt">3/31/2014</td> </tr> <tr> <td class="hdrsh">XXXXXXXXXXX</td> <td class="hdrdt">Paid</td> <td class="hdrsh">Purchase PeriodStart Date</td> <td class="hdrdt">1/1/2013</td> <td class="hdrsh">End Date</td> <td class="hdrdt">12/31/2013</td> </tr> <tr> <td class="hdrsh">Creation Date</td> <td class="hdrdt">10/29/2013</td> <td class="hdrsh">Quarter</td> <td class="hdrdt">CYQ1'13</td> <td class="hdrsh">Created by</td> <td class="hdrdt">XXXXXXXXXXXXXX</td> </tr> <tr> <td class="hdrsh">Description</td> <td Colspan="5" class="hdrdt">XXXXXXXXXXXXX</td> </tr> </table><br> <h4>Device Details</h4> <hr align="left" width="1000px"> <h5>Non Qualified Reporting</h5> <table width="1000px" class="dtltbl"> <th class="dtlth">Product</th> <th class="dtlth">Shipment</th> <th class="dtlth">Requested Non Qual</th> <tr> <td class="dtldt">XXXXXXXXXXXXXX</td> <td class="dtldt">16,000</td> <td class="dtldt">0</td> </tr> </table><br> <table width="1000px" class="dtltbl"> <th class="dtlth">Product/Chipset</th> <th class="dtlth">Device Type</th> <th class="dtlth">Purchase Period</th> <th class="dtlth">Purchase Start Date</th> <th class="dtlth">Purchase End Date</th> <th class="dtlth">Shipment</th> <th class="dtlth">Claim</th> <th class="dtlth">Net ASP</th> <th class="dtlth">Rebate Per Unit</th> <th class="dtlth">Extended</th> <tr> <td class="dtldt">xxxxxxxxxxxx</td> <td class="dtldt">xxxxxxxxxxxxxxxxx</td> <td class="dtldt">Purchase Period 1</td> <td class="dtldt">1/1/2013</td> <td class="dtldt">12/31/2013</td> <td class="dtldt">16,000</td> <td class="dtldt">9,450</td> <td class="dtldt">$18.810</td> <td class="dtldt">$4.710</td> <td class="dtldt">$44,509.50</td> </tr> <tr> <td colspan="9" class="sumcell">Total</td> <td class="dtldt">$44,509.50</td> </tr> </table><br> If you have any questions, contact XXXXX. <br> If you did not submit this request, please forward this email immediately to xxxx <br><br> XXXXXXXXXXXXXXXXXXXXXXXX</a> </body> </html></EmailDataContent>
    </payload>
    <creator>XXXXXXXXXX</creator>
    <ownerUser>XXXXXXXXXX</ownerUser>
    <priority>3</priority>
    </task>
    <routingSlip/>
    </initiateTask>
    </part>
    </initiateTaskInput>
    OUTPUT FAULT:
    ============
    <fault>
    <bpelFault>
    <faultType>1</faultType>
    <operationErroredFault>
    <part  name="payload">
    <operationErroredFault>
    <faultInfo>java.sql.SQLException: ORA-01461: can bind a LONG value only for insert into a LONG column </faultInfo>
    </operationErroredFault>
    </part>
    </operationErroredFault>
    </bpelFault>
    </fault>
    Please can you help me in resolving this issue.
    Thanks - RK.

    Can we even have the following landscape?
    1. HSS,OHS,Weblogic server,workspace - On a Windows 2008 server
    2. Essbase server,EIS server,EAS server,EIS server - on a Linux server
    3. Oracle database on another linux server.
    my questions is, can we have the installation and configuration done considering the OS (wid and Linux), as described in points 1&2 above.
    I guess I read somewhere, that all the web applications can be deployed to either all windows or to all Linux OS servers? - Is it correct?

  • Differences between human workflow in SOA Suite or in BPM Suite?

    according to:
    http://www.oracle.com/technetwork/middleware/soasuite/index-090227.html
    both oracle suites have human workflow.
    can anyone point out what is the real difference then between this two human workflow components?
    if there is non:
    can anyone point out big differences between BPM suite and SOA Suite?
    regards chris

    There are no difference.
    BPM Suite 11g is deployed on top of SOA Suite 11g and it uses the Human Workflow of SOA Suite only.
    You will see additional functionalities in Human Workflow if you are having a BPM suite instead of SOA Suite like Business Calendar, Protected Flex Fields, Application Roles, AMX functionalities will be enabled by default, etc.

  • How to configure human workflow using embedded ldap in standalone weblogic

    I am trying to use embedded ldap to select users for a human workflow. I have created an application server instance using soa server details but the realm field in human workflow remains empty.
    Please let me know what would be right steps.

    Can you provide more details about the context of where this happens? Are you selecting users in the Organization editor in BPM studio? Is this on 11.1.1.3 or 11.1.1.4?

  • BPEL Human Workflow:IWorklistContext

    Hi,
    I am trying to access the tasks assigned to perticular user using Human Workflow APIs, but I am unable to get the task list eventhough tasks are assigned for the user. I am using below mention code,
    RemoteWorklistServiceClient client= new RemoteWorklistServiceClient();
    client.init();
    String user = "dlsdeomgr";
    String password = "welcome1";
    //client.
    IWorklistContext ctx = client.authenticateUser(user, password);
    Map filterMap = new HashMap();
    filterMap.put(IWorklistService.FILTER_TYPE_TASK_FILTER,IWorklistService.TASK_FILTER_MY);
    filterMap.put(IWorklistService.FILTER_TYPE_STATUS_FILTER, IWorklistService.STATUS_FILTER_ASSIGNED);
    String keywords="";
    List tasks = client.getWorklistTasks(ctx,filterMap, keywords,
    IWorklistService.SORT_FIELD_TASK_TITLE,
    IWorklistService.SORT_ORDER_ASCENDING);
    System.out.println("tasks1"+ tasks.size());
    for (int i=0; i<tasks.size(); i++)
    Task task = (Task) tasks.get(i);
    String taskId = task.getTaskId();
    String status= task.getStatus();
    System.out.println("Task ID!!"+ taskId + "status" +status);
    let me know if I am doing wrong? or is there any other way I can access asynchronous bpel process using human workflow API. Thanks

    I checked your code. There were few typos, I wonder how you could compile it.
    Anyway here is workable code for user jstein.
    Don't forget to place hw_worklist_jndi.properties in your classpath
    package hanusiak;
    import oracle.tip.pc.services.hw.task.impl.Task;
    import oracle.tip.pc.services.hw.worklist.RemoteWorklistServiceClient;
    import oracle.tip.pc.api.worklist.IWorklistContext;
    import oracle.tip.pc.api.worklist.IWorklistService;
    import java.util.Map;
    import java.util.HashMap;
    import java.util.List;
    public class Lister {
    * @param args
    public static void main(String[] args) {
    try {
    RemoteWorklistServiceClient client= new RemoteWorklistServiceClient();
    client.init();
    String user = "jstein";
    String password = "welcome";
    IWorklistContext ctx = client.authenticateUser(user, password);
    Map filterMap = new HashMap();
    filterMap.put(IWorklistService.FILTER_TYPE_TASK_FILTER,IWorklistService.TASK_FILTER_MY);
    filterMap.put(IWorklistService.FILTER_TYPE_STATUS_FILTER, IWorklistService.STATUS_FILTER_ASSIGNED);
    String keywords="";
    List tasks = client.getWorklistTasks(ctx,keywords, filterMap,
    IWorklistService.SORT_FIELD_TASK_TITLE,
    IWorklistService.SORT_ORDER_ASCENDING);
    System.out.println("tasks="+ tasks.size());
    for (int i=0; i<tasks.size(); i++)
    Task task = (Task) tasks.get(i);
    String taskId = task.getTaskId();
    String status= task.getState();
    System.out.println("Task ID="+ taskId + " status=" +status);
    } catch (Exception e) {
    e.printStackTrace();
    }

  • Human workflow in catch construct

    Hi,
    I have a requirement that , whenever business fault occurs I want to throw it explicitly. In catch block, I want to catch it , and I want to have a human workflow activity with updatable payload.
    when i am trying to do this, i got following error while compileing....
    Error(228):
    [Error ORABPEL-10051]: multiple create instance activity
    [Description]: in line 228 of "D:\BPEL\source\samples\tutorials\107.Exceptions\Application1\FaultHandlingDemo\PayLoad\bpel\PayLoad.bpel", Conflicting createInstacne="yes". Instance is already created by another activity.
    [Potential fix]: Remove createInstance="yes" attribute from this activity.
    can we have a human workflow activity inside catch construct?
    why this error is coming? can anyone pleace help me....
    thanks

    Hi,
    Your scenario is possible. We have similar processes. It seems the error is caused by a BPEL activity in your process that has the createInstance parameter set to yes while the instance is already started.

  • Human Workflow in BPEL

    Hi,
    We are able to get the users(participants) from an ADFbc service Response variable.But,how do we need to assign these users as participants in the Human WorkFlow(inside the Nflow).Depending on N , the users retrieved would be different for each flow in Nflow.
    We have tried to assign the foll:
    <copy>
    <from variable="Invoke_3_getUsers_OutputVariable"
    part="parameters" query="/ns2:getUsersResponse/ns2:result"/>
    <to variable="initiateTaskInput" part="payload" query="/taskservice:initiateTask/ns5:routingSlip/ns5:participants/ns5:participant"/>
    </copy>
    but getting some fault as "Invalid service input element". I tried to assign this output variable to task assignees as well..but dint work
    Any pointers would help..
    thanks in advance
    Regards
    Ss

    Ronald,
    By cancel means i need the worklist entry for the given taskid to be deleted or marked as cancel so that the user will not be able to process the task. The BPEL process should have a human task process defined like updatetask which will cancel the task.
    Let me expalin our scenario.
    We have an assignment which has different status like new,reassign,cancel. Using a switch we check for the required status and if the status is new we call the initaiate task. Similarly if the status is cancel we need to cancel or delete the task for the user.
    Regards,
    M.Rajesh

  • Reg:restart the completed task in human workflow

    Dear team,
    We are working on Oracle soa10g.We have a requiremnt on human tasks. once the task is approved/rejected in bpm worklist, immediately we need to get the task payload and status from BPMworklist and insert in DB. Using human workflow java api we are doing the same.
    The process was working fine.. but when DB is down,and once task is approved/rejected in BPM worklist, we are unable to insert the updated data in DB.
    There is inconsistency in status in DB and BPM worklist.So we thought of changing the status of human work task to "ASSIGNED" from "COMPLETED" thru workflow apis.
    We came to know once task staus is "completed". we cannot set the same task status to "ASSIGNED" once again.
    Please suggest alternate solution.
    Thanks

    No Experts to answer this???????????????????

  • Configure DB connections used by Human workflow

    Hi All
    We are using Oracle BPEL for orchestrating a process flow; the BPEL process uses Human workflow service for assigning tasks to users and Java client code(SOAP client) is used to update tasks assigned to users.(we are not using Worklist application). The users are updating the tasks using the java client code and this is a continuos process.i.e. users work continuosly in shifts.
    The workflow service seems to utilize lot of DB resources as 50-60 users are working continuously at the same time... Though we can configured the DB parameters/connection pool we are having some performance issues..
    Just wondering if we can have a seperate connection pool/data source for Human workflow service?? Then orabpel application and workflow service can use seperate pools and the load can be reduced..
    Any documentation/pointers on this will be of great help on this...
    Thanks

    You can / should have your HW app in a different, database, at least schema. Then it is just a matter of setting up a differnt connection pool for the HW app.
    There is also noting stopping you from having 2 different connection pools pointing to the same oracle schema. One for HW and one for bpel. They can be tuned accordingly.
    cheers
    James

  • 10.1.2. to 10.1.3 Human workflow task migration issue

    Hi all,
    I am currently looking at the possibility to migrate our 10.1.2 bpel processes, containing human workflow task, to 10.1.3.1.0 Everything seems to migrate smoothly except the human workflow functionality.
    The initateTask invoke action returns the following error in the 10.1.3.1 console when I ran an 10.1.2. bpel process containing a human workflow task:
    [2006/12/04 03:01:00]
    "{http://schemas.oracle.com/bpel/extension}remoteFault" has been thrown.
    - <remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    - <part name="code">
    <code>
    WSDLReadingError
    </code>
    </part>
    - <part name="summary">
    <summary>
    Failed to read wsdl.
    Failed to read wsdl at "http://xesoa1.iteye.local:8894/orabpel/default/TaskActionHandler/TaskManagerService.wsdl", because "Failed to read WSDL from http://xesoa1.iteye.local:8894/orabpel/default/TaskActionHandler/TaskManagerService.wsdl:WSDL not found".
    Make sure wsdl is valid. You may need to start the OraBPEL server, or make sure the related bpel process is deployed correctly.
    </summary>
    </part>
    </remoteFault>
    I know that in 10.1.3 the human workflow mechanism is heavily changed and now is invoked by using other services (TaskService) than the services used (TaskActionHandler process)in 10.1.2. In 10.1.2 the TaskActionHandler was a separate build-in bpel process used for interaction between a bpel process and the human workflow. This process is not present in the 10.1.3.1 installation, so that is causing my error. Moreover, in 10.1.3 the interaction between a bpel process is and the human workflow is not done by invoking a separate bpel process (TaskActionHandler) but by invoking a java wsif service TaskService..(Correct me when I'm wrong or not complete)
    My question now is how can I migrate my 10.1.2 human workflow task to 10.1.3.1 without manually rewrite the task scopes to 10.1.3...According to the fragment below copied from the JDeveloper 10.1.3.1 help files it should be possible. Maybe, there's is a way to deploy the needed processes manually?
    Oracle BPEL Process Manager Workflow Services 10.1.2 and 10.1.3.1.0 Compatibility
    For release 10.1.3.1.0, the workflow wizard has been replaced by a Human Task editor. This editor enables you to specify task settings such as task outcome, payload structure, task participants, assignment and routing policy, expiration and escalation policy, notification settings, and so on. You cannot use the Human Task editor to edit 10.1.2-based workflows. To use any new 10.1.3.1.0 functionality, the task scope of the workflow must be manually migrated to use the new workflow metadata. Note also that this is the last release in which you can deploy workflows designed with 10.1.2.
    Kind regards,
    Tom Hofte

    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

Maybe you are looking for

  • HT6312 How do I use Numbers, Mavericks, and sharing to collaborate with others who have PCs/Macs like I did last week?

    Last week I used numbers in a very efficient way to collaborate with colleagues. Yesterday I was required to upgrade to iCloud Drive in order for others to view my documents and edit them. Now I cannot use the Numbers application on my mac to update

  • There is still a purchase order commitment for WBS

    Hi All, We need to close  whole project while closing I am getting the attached error. There is still a purchase order commitment for WBS Additional Information or Comments: = I have checked and closed all purchases order commitment. But still the pr

  • Mapping of IDOC Please help

    Hi, I has a scenario from JMS XI IDOC where my inbound and outbound interfaces are same ie ACCDOCUMENT ACCDOCUMENT02 IDOC.Presently there is no mapping for this interface . PA default brand = 75999 Ledger = 460050                     Ledger = 471000

  • Idoc count not reflecting soon in WE02 Transaction

    Hi All, We are working on one scenario where PI picks the file and posts the IDOCs to ECC. When we were testing in Quality for multiple files the number of record count of IDOCs in WE02 transaction used to reflect with in seconds in ECC. When we are

  • Macbook Pro Retina 2013 GPU reset

    Thu Dec 18 23:35:59 2014 Event:               GPU Reset Data/Time:           Thu Dec 18 23:35:59 2014 Application:         Path:                OS Version:          Mac OS X Version 10.10.1 (Build 14B25) Graphics Hardware:   Intel Iris Pro Signature: