HTTPS port on Human Workflow administration

Hi , I am working on BPM project with many user task. When I deploy the project and after going to administration page of any of deployed Human Workflow ( I can the uri and other parameters relating to human workflow ) , I noted that the "HTTPS Port" I see by default the 7002 value. How I should avoid to have this value ? I don't need any value for HTTPS PORT.
thanks

The server gets this info from the hwtaskflow.xml file in your UI project. Although I can't say it will work, just set the httpsPort element to 0 and redeploy
   <TaskFlowServer>
      <hostName>localhost</hostName>
      <httpPort>7001</httpPort>
      <httpsPort>0</httpsPort>
   </TaskFlowServer>

Similar Messages

  • HTTPS Port on Managing the URI of the Human Task Service

    Hi, I am working on SOA\BPM suite and when I deploy my workflow application (bpm + human workflow UI projects) noted , since some days ago, that all Human Workflow listed on Enterprise Manager (navigating as in [SOA-BPM Suite Dev Guide|http://docs.oracle.com/cd/E23943_01/admin.1111/e10226/hwf_mang.htm#BABGFCCC] ) are reporting HTTPS Port with value 7002 .
    I don't like to get this value when deploy my application , I want to get 0 as HTTPS Port, how I have to do this ?
    thanks

    The server gets this info from the hwtaskflow.xml file in your UI project. Although I can't say it will work, just set the httpsPort element to 0 and redeploy
       <TaskFlowServer>
          <hostName>localhost</hostName>
          <httpPort>7001</httpPort>
          <httpsPort>0</httpsPort>
       </TaskFlowServer>

  • 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

  • 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

  • RFC Adapter error - http port configuration

    Hi everyone,
    on XI 3.0 I have some problems to invoke RFC functions located on a SAP SRM system.
    No logs are displayed on the XI Monitor: the message is stopped at the "adapter" level.
    It seems that RFC adapter tries to connect to a wrong URL (the Production system URL)and obviously it retrieves these messages:
    "Received XI System Error. ErrorCode: NO_RECEIVER_CASE_BE ErrorText: ErrorStack: No receiver could be determined "
    "Returning synchronous error notification to calling application: XIServer:NO_RECEIVER_CASE_BE:."
    "Transmitting the message using connection http://YYY.sap.xxxx:8066/sap/xi/engine?type=entry failed, due to: XIServer:NO_RECEIVER_CASE_BE:."
    In the SLD, the right port for Development system is 8064, the adapter is also  configured on business landscape YYY and port 8064. I checked both J2EE visual administrator and Business Landscape customizing without success.
    But at runtime the adapter framework point to another system on 8066 http port (and the interface call fails).
    My question is: where is this wrong URL configured and from where exactly does it take these wrong informations?
    Please, help me.
    Alessandro Pozzozengaro.

    Alessandro,
    There is a very good document on SAP that explains, step-by-step what you are trying to do.
    The name of the document is: 'Validating a Connection Between SAP R/3 and SAP XI with RFC'.
    Give a look on that. I used it to build the scenario here and it works fine.
    Regards,
    Tadeu

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

  • Changing the HTTP port number

    Hi
    I want to change  the HTTP port number of the SAP web AS .Any idea on this how can i do that ?
    regards
    rajesh

    Hi Rajesh ,
    just  go throgh this link , u can change this using Visual Administrator
    http://help.sap.com/saphelp_nw04/helpdata/en/5b/82d3c3ee9691418e6b0281f933a37d/frameset.htm
                                   Regards
                                       Kishor Gopinathan

  • 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

  • Human workflow API'sFor Oracle SOA11g

    Hi all,
    I need to fetch the tasks assigned to the Particular user from ADF Application.where do we download the API's for Human workflow in Oracle SOA11g.
    Regards
    Edited by: C.Karukkuvel on Aug 5, 2010 1:00 AM

    Hi Philippe
    Yes, almost all the APIs should work fine for BPEL or BPMN. Because most of times whether its BPEL or BPMN, they both end up having the same standard components like HumanTasks, Taks, Processes, NotificationServices etc. The concept of TaskList and Tasks is same. So almost all the standard Task, Workflow APIs etc should work. We use BPM Process and use the same APIs to manipulate tasks using APIs. They work fine.
    Now specific to BPMN, there may be some more APIs say for example only BPM has something called like Dashboards, more powerfule BusinessRules, DataObjects, ProcessDataObjects etc etc. I guess Oracle may not yet published public APIs specific for BPM APIs. I have not seen so far.
    Here is the link for 11.5 Version APIs for all the areas: http://docs.oracle.com/cd/E21764_01/ref.htm (Oracle SOA Suite API Reference will have all soa related APIs).
    Thanks
    Ravi Jegga

  • Differences in Oracle Service Bus, BPEL and human workflow

    Hi Everyone,
    I am newbie, don't know if its the right place to post this thread.
    I want to prepare paper on differences in Oracle Service Bus, BPEL and human workflow, can anybody help me.
    Till now i came to know all these things are very different, no poit comparing them but still need differences
    Thanks in advance:
    Vikas

    Basic difference:
    BPEL : It is used for orchastrating different processes. Its heavyweight and stores instances (stateful)
    OSB : It is used for routing data between the applications
    Human Workflow : It is used to handle scenarios where manual intervention is necessary.
    Refer for more on Oracle BPEL
    http://www.oracle.com/technology/products/ias/bpel/htdocs/orabpel_faq.html
    Regards,
    Ketan

  • Human Workflow Notifications Emails - Turn these Off?

    All,
    We have built an application that uses Oracle BPM and sginificant number of Human Tasks. We have also configured the Email notifications to allow SOA to send emails through our generic fault framework.
    The issue we have is as a result of this, we are now sending Task Notifications to the users in the Task Assignee group for each task created. This is because the users in LDAP have their email properties set. These can not be removed as it is based on LDAP / AD.
    Is there away to allow emails to be sent via the Email Notifications but turn off the Human Workflow Task Notifications? Unless I am missing something fundamental, I cant see a way to do this.
    The Email driver was set as per http://docs.oracle.com/cd/E14571_01/integration.1111/e10226/hwf_config.htm#BHCJDGFJ. Hence the email driver for the UMS is configured and the Worklist Notifications is configured for email. I assumed you need this set for the Email Notifications to work.
    Kind Regards
    Dave

    If you look at the Notification tab on your Human Tasks you can remove the default notifications for Assign, Complete and Error. This will prevent anyone from getting Human Workflow notifications for these tasks.
    Thanks,
    Adam DesJardin

  • Human Workflow-getManager() fuction

    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

  • 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

  • Restrict Workflow Administrator responsibility for a business group

    My requirement is to restrict the Workflow Administrator responsibility to a specific business group so that the administrator can view all notifications/transactions for a given business group only for ALL item types. I tried following the steps given in the document 'Oracle Self-Service Human Resources (SSHR) Release Notes, Release 12.1.1' metalink id 578360.1. However, it doesnt seem to be working. Any idea on how to do this configuration?
    Thanks,
    Pallavi

    Hi,
    EBS version: 12.1.3, Database 11g
    Below are the steps to reproduce the issue:
    1) Create a security profile 'XXX-UK-WF' with following values:
    Business Group: <UK business group name>
    View Employees: Restricted
    View Contingent Workers: Restricted
    View Applicants: restricted
    View Contacts: Restricted
    View Candidates: All
    Organization Security Tab--> Security Type: View All Organizations(No Security)
    2) Set the HR: Security Profile option at the responsibility level for the Workflow Administrator Web(New) responsibility.
    3) Log on to the Functional Developer responsibility and search for the predefined Workflow Item Attribute Values (WF_ITEM_ATTRIBUTE_VALUES) object.
    4) Click the Update icon to navigate to the Update Object page.
    5) Click Create Grant on the Grants tab.
    On the Define Grant page, enter the following details:
    In the Name field, enter a descriptive name for the grant.
    Specify the effective date for the grant as '01-Sep-2011'.
    In the Grantee Type field, select 'Group of users' and select teh responsibility 'Workflow Administrator Web(New)' in the Grantee field.
    6)In the Object field, select the delivered object Workflow Item Attribute Values
    7)On the Grant: Select Object Data Context page, select the HR Self-Service Selected Person ID Instance Set (HRSS_WF_ATTR_PERSONID_INSTSET)
    8) On the Grant: Define Object Parameters and Select Set page:
    In the Set field, enter the delivered Business workflow item attribute permission set (WF_ADMIN_ITEM_ATTR_PSET).
    Click Finish to complete the grant creation process.
    9) Logout and login as a user having Workflow Administrator Web(New) responsibility. Navigate to Administer--> Status Monitor. Search for all the workflows started this week. All the transactions from all the business groups will be listed. ideally, only the transactions occuring in UK business groups should have been listed.

Maybe you are looking for