Is that we can set up the calendar of BPM 11 g database programming

Hi all

Is it possible to set the deadline for a particular human task based on the value in the database.

For Ex: Currently, I put that a particular task should expire after two days, but at a later stage of the time I want to change the time of 2 to 3 days.

Basically, I want to give flexibility to the user to change the number of days to an end.

We have the ability to create an expression with the expression builder.

Most likely, we can create a DB adapter can can extract the value of DB, which can later be assigned to a variable.

But how the system will identify this value as the day or minute.

Please suggest if there is an approach to dynamically manage the delay interval in a better way in BPM 11 g.

Kindly let me know if my details are necessary.

Kind regards

Bodet

Hi Clement,

Yes, it is possible. This is a case of common use to leave the Line of Business to configure timeouts in an easy to use backoffice.

The strategy to be implemented through a DbAdapter and extraction of data values is good.

However, you must ensure that you return from the database a string that represents a time or date in BPM:

The format is defined like this:

PyyYmmMddDThhHmmMssS

Examples:

P7D - a week

P1m - one month

P1Y1DT1H1S - one year, one day, an hour and a second

PT5M - 5 minutes

Example of the XPATH expression to use on a timer to limit:

XP20:Add - dayTimeDuration-to-DateTime (XP20:Current - DateTime (), string (bpmn:getDataObject('myTimeOutDO')/ns:TimeoutXPTO))

Call it a little better understand how to represent time with XPATH.

https://blogs.Oracle.com/Reynolds/entry/whats_the_time_mr_bpel

I hope this helps

See you soon

José

Tags: Fusion Middleware

Similar Questions

  • I try to sync my MS Outlook calendar & contacts to icloud/iphone, ipad.  Now icloud holds my calendar and contacts, but when I try OT set an appointment, I get the dreaded message that it is not in the calendar for this account & wi

    I try to sync my MS Outlook calendar & contacts to icloud/iphone, ipad.  Now icloud holds my calendar and contacts, but when I try to set up an appointment, I get the dreaded message that it is not in the calendar for this account & will not be counted.

    My schedule is extremely important as are my contacts.  How to export the icloud to get back them to outlook.  I use MS Outlook 2010.  I can't put the icloud as my default - Help

    Which calendar you use, there will be two, one to iCloud and who is not, you must be in the iCloud calendar

  • Can we create the calendar in Discoverer

    Hello

    Can we create the calendar in discoverer using java.

    Hello
    You do not set the timing, it should be automatically when the item according to the setting's dates.

    the steps are:
    Create new condition (for example call it 'from_date')
    in the calculation on the left, select a date field (make sure it's date)
    on the right side open the drop down list and choose create new setting.
    Call the new parameter p_from_date.
    In this part, you should already see the calendar icon on the right side, next to the default value.
    fill in the parameter prompt and description, then press OK.
    Now that you're back on the condition, press OK again and you're done.

    When you update the worksheet, you should get the new setting with an icon next to it that will open the calendar.

    Tamir

  • For Windows XP, how to get rid of "this screen saver has no option that you can set!

    I want to change the screen saver, but whenever I click the setting button, I received the message: «this screen saver has no options that you can set»

    Although several screensavers just do one thing, some of them can be customized.  For example, '3D text' screen saver allows you to choose the text, the text color, size, etc.

    For most screen savers, just choose one from the drop-down list and then click 'OK' - not the button "settings".

  • Windows Contacts now display an Adobe icon for each of them and when I try to open Adobe Reader 9.0 starts, then tells me that it can't read the file.

    For some reason any, that my Windows Contacts show now an icon of Adobe for each of them, and when I try to open Adobe Reader 9.0 starts, then tells me that it can't read the file.  I tried right-clicking and using "open with...". "to set a default value, but no other programs are listed as possibilities.  By clicking on 'Browse' of course gives me a window of the Explorer, but I have no idea what program select open Windows Contacts with.

    Contacts Windows used to work perfectly, and I have no idea if this problem started, or why.

    Can someone tell me how to open them properly, with the Windows Contacts program?  Thank you!

    original title: my Windows Contacts have Adobe icons and does not (Hijacked by Adobe Reader 9.0?)

    Go to: Control Panel, programs by default, associate a type of file or Protocol with a program.

    Scroll down to:...

    .contact... Click here to highlight, click on change program, click Windows Contacts.

    Make sure that there is the box... Always use the selected program to open this type of file.

    Repeat the process for:...

    . Group

    . P7C

    .vcf

    (Protocols)

    LDAP

  • We can add a button to the BP to approve Budget so that it can read all the charges in question cost journal line and auto fill on the grid.

    Hi all

    We can add a button to the BP to approve Budget so that it can read all the charges in question cost journal line and auto fill on the grid.

    Let's say I have a cost with 5 code cost journal

    Code 1 price

    2 cost code

    Code 3 cost

    Code 4 cost

    Code 5 cost

    BP budget approval, after that I click on New, can I add a button to the tab the line items so that when I click on this button, it reads all codes of cost in the cost journal and auto fill on the grid?

    You can create a new 'model' BP for this purpose. Line item type. Then add a line manually with a cost on each code. Then you can use the copy in your BP BA record consolidate the function to copy the line items to the new folder of BP (including all cost codes) into your folder of BA. That is to set up a model record once with all cost codes and then copy consolidate billing it to all lines new record of BA. would this work?

  • Cannot add the payment method that I can't change the country in Windows store information field.

    Hello

    I want to buy an app in the store windows using my credit card.  I found the section where I can add payment options.  It's all good and Nice, the only problem is that I can't change the country for when I'm in my credit card information.  It is a static field set to the United States.  Fill in the information because I live in the Canada.  If you can let me know if this is something I could do wrong.

    LinkHero

    I discovered what the problem is.  I don't know when this happens or what it is connected to.  As far as I know is if you go in '-> Panel-> clock, language and region change the location ' then change the "location:" in your country.  You should be able to add the payment method.

    Now, it worked for me and I'm guessing that this setting is set by default to the States.  Don't know why it is not requested in the installation where you live, but I guess they have there reasons.
  • is there a list of global vars somewhere that I can get to the top

    is there a list of global vars somewhere that I can get to the top
    also can I have the http address in a var in the apex

    Hello

    See the section on chains of Substitution here: http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10499/index.htm#S - this details the available global variables (for example, APP_USER).

    You can set your own substitution strings - these are defined on shared components, page definition - so you could put your url in there. There are other methods, like elements of Application or a SQL table (which can be better if you need to get the value of the url outside of an application)

    Andy

  • I need save a compleetly on flash or hard drive website and study it offline in a place that I can't access the internet

    I need saves a Web site completely on my flash or hard drive and study it offline in a place that I can't access the internet.

    Usually, you can try to access the menu of Firefox and click Save under...
    Make sure the full web page is selected for the page and the major part of its dependencies will download.

    In any case, if the Web page is just a web or a different kind of canvas where you don't need to click anywhere to see it as you want, just print the pages you need in PDF.

    To do this, you can download a free PDF printer, like doPDF or PDFCreator. Just to get Firefox /... print and select DoPDF or PDFCreator as printer. Follow the steps on the screen to convert Web page to PDF, where you will be able to move it and read it with the more comfort you can imagine. Don't forget that the second computer should have a PDF reader, like Adobe Reader, SumatraPDF or Nitro PDF, all free.

  • Computer to read DVD - one message says that I can not read the DVD, except that I have installed a new driver.

    I have a new Toshiba C650 laptop, and he says that I can not read the dvd on it except that I have installed a new driver. Is this true?

    Hi Bill,

    To be honest, this sounds ridiculous but if you get a message, I suppose it could be possible even if I find it incredible.  Do you have it in a (local or online) retail store or Toshiba?  By any chance did you upgrade from the DVD player when buying (where they may have accidentally neglected to update the drivers of the drive that was originally installed)?

    As it is new, Toshiba should help you with this.  Here's the contact page: http://www.csd.toshiba.com/cgi-bin/tais/support/jsp/navShell.jsp?cf=su_contact&pf=true.  Give them everything they need to prove that buy you it and it should be under warranty and then give them the message Word for Word, that you have found.  They should be able to help you.  They can, for some reason I don't know, you don't need to help or guide you through a new driver installation.  I ask for a clear explanation of why this is necessary on a new computer and, if you are not satisfied with the response, ask them to consider that all the faulty computer and replace it.  Even if they won't, he needs the get them less motivated to solve your problem.

    I hope this helps.

    Good luck!

  • After my computer starts, before that I can log in, the system restarts again. This continues to repeat in a row.

    I have Microsoft XP Professional. My computer is Dell. The new thing is happening now, as when I start the system, it starts normally. Then I go my usual login and password to enter. But before that I can do this, the system restarts again. This goes into endless reboot cycles. I don't know what is happening.

    This is usually caused by a bad deletion of malware on your computer.  Somehow, you have to boot from a CD that allows you to change the file system or the registry files.

    The following link shows how this can be fixed by starting with a BartPE disk (go to paragraph "registry value incorrect that prevents you to log on to your user account in Windows XP?")
    I find this freeware Hirens Boot CD is easier to create and can be used to follow the same steps.

    <>http://WindowsXP.MVPs.org/peboot.htm >

    Here is another article that could be useful (Skip down to the section "here is the solution for log - problem logging in Windows XP.")

    < >http://www.winxptutor.com/wsaremove.htm >

    HTH,
    JW

  • Update from Microsoft that I can't access the updated analysis screen.

    Where do you find the page analysis of Microsoft update in the new web page?

    How can I bypass the required internet page explore downloads and automatic updates of mandates be turned on? With this on the first page, that I can't access the analysis coming update screen.
    Thank you
    Gary

    Hi, Gary.

    Disable automatic updates in Windows XP

    http://www.theeldergeek.com/disable_automatic_update.htm

    Windows Update

    http://www.update.Microsoft.com/microsoftupdate/v6/vistadefault.aspx?ln=en-us

  • during the installation of windows xp pro, I get a message that says can'nt read the disc

    When the windows xp pro installation I get a message that says can'nt read the disk and ask a complete worm that I have a full verion

    Hello

    Using disk management to reassign the partition and try to install the operating system.

    Rgds,
    J Chambers
  • Windows Vista IE9 is is it inserted a way I can set up the so function keys when I click my e-mail address?

    Windows Vista IE9 is is it inserted a way I can set up the so function keys when I click my e-mail address?  THANKS in advance

    See my response here

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-desktop/macro-recording-in-Vista/ef061942-8665-4d27-9222-dcd761936386

  • Whenever I try to delete files from my USB, the message saying that you can not delete the file, the disk is write protected

    original title: write protection

    Whenever I try to delete files from my USB, the message saying that you can not delete the file, the disc is write protected is displayed. What I can do to undo the write protection?

    Try this
    Go to disk management in administrative tools of the control by just one panel right click on the icon my computer on the desktop and select manage and then try to format your USB

    OR

    Try this
    http://www.ehow.com/how_5187399_format-write-protected-disk.html

Maybe you are looking for