Is human task in 11g soa suite  WS-HumanTask complaint  ?

Hi all,
I have a small doubt,is human task in 11g soa suite WS-HumanTask complaint ?
Thank You

If BPEL don't timed out, you can have Human task in Synchronous BPEL process.
For this, you can have your synchronous reply before any Human task call back receive activities (this causes the timeout) or you can just create human task and no other call back receive activities.
Thanks
--Sreeny                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Custom Escalation in Human Task in Oracle SOA BPM 11g

    This is a sample that demonstrates custom escalation in Human Task in Oracle SOA BPM 11g.
    package oracle.bpel.services.workflow.assignment.dynamic.patterns;
    import java.util.Map;
    import oracle.bpel.services.workflow.assignment.dynamic.DynamicAssignmentException;
    import oracle.bpel.services.workflow.assignment.dynamic.IDynamicTaskEscalationFunction;
    import oracle.bpel.services.workflow.task.impl.WorkflowUtil;
    import oracle.bpel.services.workflow.task.model.Task;
    import oracle.tip.pc.services.identity.LocalIdentityService;
    public class CustomEscalation implements IDynamicTaskEscalationFunction {
    public CustomEscalation() {
    super();
    public String getTaskEscalationUser(Task task) throws DynamicAssignmentException {
    String currentAssignee;
    try
    currentAssignee = WorkflowUtil.getCurrentAssignee(task);
    return getTaskEscalationUser(currentAssignee);
    } catch (Exception e) {
    throw new DynamicAssignmentException(e);
    public String getTaskEscalationUser(String user) throws DynamicAssignmentException {
    try
    if (user == null)
    return null;
    String manager = null;
              * Replace below code with your acutal logic.
    // if( user.equalsIgnoreCase("john")){
    // manager="jcooper" ;
    return manager;
    } catch (Exception e) {
    throw new DynamicAssignmentException(e);
    public void setInitParams(Map map) {
    public String getFunctionName() {
    return "CUSTOM_ESCALATION";
    public String getDescription() {
    return "Custom Escalation";
    Please refer below link to register above custom escalation class on SOA Server.
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/bp_hwfmodel.htm
    regards.

    Thanks for your reply and confirmation, really appreciate it.
    Yes, I found the difference of the invoking process API and was able to invoke bpel process using direct and ADF-BC binding by following Edwin's blog. But I have not found any official reference to compare this API difference between 10g and 11g ( I will mark this question as answered if anyone can find an official source from oracle, need to prove it to the team). The API to work with human task workflow seems pretty much the same between 10g and 11g.

  • Edit live rules in Oracle 11g SOA Suite

    Is it possible to edit live rules in the 11g SOA suite stack? I am looking for the same functionality that was delivered via the ruleauthor web site in the 10g stack.
    Additionally is it possible to publish rule sets into an environment without building a deployable artifact. WebDAV support has been dropped in favour of MDS however I am not sure if it is possible to publish an update to business rules without editing the rules in JDev then rebuilding a deployable version of the rules within an app.
    Regards
    Neil

    Will a web interface, similar to the ruleauther, be provided by Oracle for the 11g stack. If so when will this be available?
    It seems odd that functionality has been removed from the 11g stack. By not providing the functionality within the 10g stack many people will find the upgrade painful especially if custom applications have to be writhen to provide functionality that was available within the previous release.
    Regards
    Neil

  • Installation of 11g SOA Suite

    Hello All,
    I have installed the
    ORacle 11g DB
    RCU to create schema
    Oracle 11g SOA suite
    Two Domains for BAM and SOA suite (without) selecting the Admin Option as referred in QUick install guide.
    I have query on these two weblogic domains as both of them have the same port 7001, how can I run both the domains ?
    Have you found the .xml files as mentioned in page no. 49. of the guide ?

    Hello Baskar,
    I did refer Quick installation while installing and followed the steps, hence created two domains with the understanding that BAM component probably needs a separate domain (BEA) as it could be bit heavy weight component.
    I believe if BAM, SOA and EM can run in a single domain, even now it is NOT too late, there is a option to configure domain and I will use the SOA domain create to check the BAM component also into it and start only this domain. But the quick installation guide seems to have a conflicting guidance steps.
    http://download.oracle.com/docs/cd/E12839_01/install.1111/e14318/qisoa.htm
    Refer the Installation Guide and the steps for configuring BAM and configuring SOA, they had been given in two step activity with different domains.

  • 11g SOA suite --  JRE needed other than JDK?

    Hi,
    Based on the below links, it looks like JDK 1.6 Update 11 is the correct one to use for 11g SOA suite.
    http://www.packtpub.com/article/installation-configuration-oracle-soa-suite-11g-1
    Do I also need JRE ?
    I downloaded JDK 1.6 Update 11 from below link:
    https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewFilteredProducts-SingleVariationTypeFilter
    thanks,
    Rev

    Hi Rev
    NO. You do not need any other JRE if you already have JDK installed. Infact before you install SOA 11g, first you will install Weblogic Server. When you install WLS, you will get option to install 2 JDKs (Sun JDK or BEA/Oracle's proprietory JDK named JRockit). You can install both and at runtime you can choose to use either of the JDKs. Anyhow, the point is with WLS you will get a JDK and you can use the same JDK for installation of SOA also. At the time of installation of SOA 11g (or SOA 11g Patch set), it will prompt to enter jdk/jre path, at this time just point to the jdk installed with WLS folder.
    Thanks
    Ravi Jegga

  • Oracle 11g SOA suite in production

    Hi,
    Please let me know that anyone is using Oracle 11g SOA suite in production. if it so, how it performs.
    Thanks,
    Edited by: Ramesh Thambusamy on Oct 14, 2010 10:48 PM

    Can you please elaborate on "Make sure that sizing is being done properly."Sizing means determining the number and size of hardwares as well as number of instances of software that may be required to achieve the desired performance, high availability, failover and throughput. This is the key to have a performance oriented setup with a huge load on it. For large enterprises it is common to have load requirement of 60-70K messages per hour and that also where each message may be of 10-20Kb in size, so if you will not do the sizing properly then you may frequently see OOM and server crash related problems. Moreover performance will also be not very good in before mentioned scenario. So to avoid such problems, sizing must be done properly.
    Regards,
    Anuj

  • Hide ADF components in email notification Human Task BPM 11g

    How can I hide ADF components in email notification?
    I what to hide some buttons and comments section.
    I'm using BPM 11g 11.1.1.6
    Thanks everybody.

    Hi Frank,
    Just wanted to know if someone has already tried a usecase similar to this as it also involves ADF DI. :)
    Posted in SOA Suite forum : ADF DI integration with SOA Human Task
    Thanks,
    Anoop
    Edited by: Anoop Kumar Shukla on Jan 29, 2013 2:32 AM

  • Filter database lookup based on human task (BPM 11g)

    Using BPM/SOA 11g PS3
    I have a business case where a field is pulling data from an external table and the user would like to filter the return based on the current step in the flow. For example:
    Database would return: A, B, C, D, E, F
    Human task 1 should show: A, B, C
    Human task 2: A, B, E, F
    Human task 3: C, D, E
    Human task 4: D, E, F
    Human task 5: E, F
    The BA would also like the ability to change this (if possible) without us having to redeploy. If I can avoid it, I don't want to hardcode these into the JSPX.
    Thoughts on how best to implement something like this?

    I was looking into using a business rule and using a decision table. I thought first, could I put the business rule in my task ADF...but then how do I know what task I am on, how do I pull that into my decision table?

  • Create ADF Task Flow for Human task outside of SOA Composite

    Hi,
    Is there any way you can create ADF Task Flow form (for the task Details to be display in worklistapp) for a Human task out side of the SOA Composite applicaiton?. I know we can create ADF Task flow form for task details based on Human Task in SOA composite application. But I dont want to do that. I dont want to keep any association between Human task and ADF Task Flow.
    If there is a way to do this, How can we assiciate this ADF Task flow form with worklist applicaiton?
    Thanks
    --Sreeny                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    By using these services appropriately:
    http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/bp_workflow.htm

  • Help needed in oracle 11g soa suite.........(BPEL Process manager)

    we tried to download bpel process manager 11g but as per oracle it is under Oracle Fusion Middleware 11gR1 so we have downloaded the same also.....*
    but the problem is agter installation we are not getting anuthing called oracle bpel process manager and also we are not able to run soa suite..........*
    Can you please suggest how we can install the same or is there any other way so that we can run bpel process manager.*

    Hi,
    Download SOA 11.1.1.2.0 from OTN.
    1. Don't forget to download RCU (Repository Configuration Utility). It is an extractable zip folder. Extract it. Navigate to its bin folder. Invoke rcu.sh/rcu.bat. It will open RCU. Choose Create. Enter your db details. In the next screen, choose SOA Infrastructure schema. Provide a schema prefix. Default would be 'DEV'. Proceed with further steps.
    2. After installing 11gR1, navigate to your $ORACLE_HOME/common/bin
    Invoke config.sh/config.cmd based on your OS. This will open the configuration wizard.
    Choose create domain option. Enter the domain name. Select the templates: SOA Suite and Enterprise Manager. In the JDBC Datasources screen, enter the SOA schema information, db details. Complete the wizard. No need to customize anything else. This will create a SOA Domain.
    3. Run the setNMProps.sh/cmd from $MW_HOME/oracle_common/common/bin folder.
    4. Navigate to $MW_HOME/wlserver_10.3/server/bin. Execute startNodeManager.sh/cmd. This will start the node manager.
    5. Now navigate to your $DOMAIN_HOME. You will be able to find startWeblogic.cmd/sh file. Execute it. This will start your Admin Server.
    6. Once the server started, login to WLS Admin Console (http://host:7001/console). Navigate to Servers. Click on Control tab. Select soa_server1. Start the server.
    This will start the SOA server. To test your soa is up, access the url http://host:8001/soa-infra
    There is no BPEL Console/ ESB Console / OWSM console in 11g. Everything is managed from your EM. EM url would be http://host:admin_server_port/em (http://host:7001/em)

  • Does OEM 12c supports for performing administration tasks on Oracle SOA Suite 10.1.3.5 environment ??

    Hello Everyone,
    I would like to start a discussion on the OEM 12c see if anyone has used for SOA Suite 10g. We are currently running on Oracle SOA Suite 10.1.3.5 we want to make use of OEM 12c for monitoring and perform administration activities. I have gone through some Oracle documents for OEM 12c,I found it's supported up to 10.1.3.4.However I am not so sure so I just wanted to clarify on this.
    Can we install the client in  Oracle Application Server/SOA OC4J  container to perform any administration task,purging,patching,monitor interfaces etc.
    I look forward to your valuable input and feedback on the discussion.
    Best Regards,

    Hi,
    The zip p6511843_101330_Generic.zip contains a README.txt which explains the steps to be followed to apply this patch.
    In the README.txt
    Refer to Section2 point No.1.
    Get the latest Opatch from metalink for bug 2617419.[this zip will contain a Opatch Directory].Extract this zip into your Oracle SOA home.[ex: C:/product/101.3.1/OracleAS_1]
    Also make sure that the Opatch directory in set in the path.
    Since we are running this Opatch on a Basic SOA installtion , you don't have to execute the changeNamesWindows.pl script[make sure that you have installed Basic version of SOA and not the Advanced].
    This patch will not work on Advanced Install.
    You can directly excute
    opatch apply.
    Follow the remaining steps mentioned in README.txt.
    Thanks
    Hot-Plug Team

  • Composition of 11g SOA Suite

    Hi all. There seems to be vast confusion (at least, where I work) about what constitutes the 11+g+ SOA Suite. With the 11.1.1.3.0 patch release, the BPMN tools are included in the download. To me, this seems to indicate that the Oracle SOA Suite 11+g+ includes BPMN as part of the offering and hence, the old Oracle BPM Suite is no more.
    Is this the case? Or, is there an Oracle BPM Suite 11+g+ as a separately priced item?
    I'm looking here for an official Oracle position (if possible) -- not opinions.
    (I would ask our Oracle rep (a) if we had one and (b) if I had those kind of connections)

    Hi Graeme
    refer to this post:
    What exactly is BPM Suite 11g?
    it has all the info you need, where the product manager of OBPM had also answering the same query there.
    HTH
    Sharma..

  • Any news on a release date for the 11g SOA suite?

    The latest technological preview release is from may last year.
    Does anyone know when/if a new version of the SOA suite is planned to be released?
    (I really like the new 11g JDeveloper, and would like to do some BPEL processing etc and deploy it all to a new and shiny SOA server. I don't know if the latest JDeveloper talks very well with our old 10.1.3.1 SOA installation)
    Regards,
    Haakon

    No date, rumors are this year :)
    I believe Oracle is trying to get something before 1 June. But this may not be the full release there may be some missing components, e.g. the stuff that is difficult to port from BEA.
    Before 11g I believe there is another 10g release wich will certify SOA Suite on WL 10R3
    Also you are correct 11g JDev is not compatible with 10.1.3.1, the only version certified with this version is 10.1.3.1. SOA Versions have to be kept in sync with the JDev version.
    cheers
    James

  • How to cancel the process in initiator of human task in 11g?

    human task as the initiator of the process, by default there is only a SUBMIT button, how to cancel the process then?
    if I just close the form, a task will still created in the task list, still in initiator step. what if I don't want this?
    I tried to add an "CANCEL" output for this , if the output is CANCEL then go to then end activity, but seems it doesn't work. anyone got a better solution? thank you.

    You should be able to use the "Withdraw" action for this - available from the task Actions button/drop down on the human task form.

  • Forms 11g & soa suite 11g in one domain?

    Has anyone tried to put both Oracle forms and soa suite in one domain. This will make management somewhat more easy as you can use one instead of two administation servers.

    I suppose it would work in theory, but I doubt it would be supported.
    John

Maybe you are looking for

  • LOCKED OUT OF MY MAC BOOK PRO! Help!!!

    My Mac book pro is locked and do not know the password?? I never set a password up on my notebook so I'm not understanding how it just locked out of no wear?? Please help I need to access my files and can not get in.. Should I bring it to an Apple st

  • Why lables are not possible in smartforms.

    In script Lables are possible but in smartforms lables are not possible . why lables are not possible in smartforms?

  • ID CS6 keeps crashing

    Open... on the splash screen crashes InDesign everytime. It was happenning before the 8.0.1 update and still continues after. I can double click a file and it will open but crashes on save and export - thats all I tried. Thanks for looking! http://pa

  • Change data capture in ODI11G

    Can anyone help me with using "change data capture" (simple set) in odi11g. Is there a link for me to follow the various steps to use change data capture with examplle.

  • Best Way To transfer screen elements to ABAP variables

    Hi all, whats the best way to attach the abap elements to screen elements normally earlier versions before 4.7C i always used TABLES : MARC in abap program and in screen design i used to click "GET from DICTIONARY" to design the screen in Screen pain