How to set the date limit for the whole process

How to configure dynamically.
For example, the date limit is different in each case and can be defined by a user so changed in the middle.

Published by: YE may 6, 2009 18:09

The deadline for the whole process is determined by what you set the variable preset 'deadline '. This interval can be set inside the process as soon as the activity to Begin.

To set differently for different instances use a time interval variable or a parameter of the company. Here is an example. You have different levels (SLA) different service level agreements in the category of customers. Platinum level customers are 2 days, gold-level clients are 4 customer days silver are six days. In a method, you then have the logic:

if customer.level = "Platinum" then
    // DEADLINE_HOURS_PLATINUM is an integer Business Parameter set initially to 2 days
    deadline = 'now'.addHours(i : DEADLINE_HOURS_PLATINUM)
elseif customer.level = "Gold" then
    deadline = 'now'.addHours(i : DEADLINE_HOURS_GOLD)
elseif customer.level = "Silver" then
    deadline = 'now'.addHours(i : DEADLINE_HOURS_SILVER)
else
    // no deadline for the process
    deadline = null
end

If make you a business setting, a business owner could change later ALS a developer need to change the process and by redeploying the it.

If you want to use an instance time interval variable instead to do this, the logic would be just:

deadline = 'now' + someTimeIntervalVariable

Hope this helps,
Dan

Tags: Fusion Middleware

Similar Questions

  • How to set different date formats for different metadata fields?

    Hello

    Can I set different date for different fields of metadata formats? Standard Date format has a seconds. But I metadata fields, where I need to only show the date.

    I tried to use the rules and side effects. My code is: $xMyDate = formatDateOnly (xMyDate) $ >. But it does not work.

    Please how can I do?

    Thank you

    Martin

    Hi Laurent,.

    Large. This works. Good definition is:<$setValue("DOC_INFO","xDatumUkonceniRizeni",formatDateOnly(xDatumUkonceniRizeni))$>

    M.

  • How to set a time limit for remote desktop

    original title: period of Remote Desktop

    Hi, I have a Windows XP Pro SP3 computer, I want my users to be able to connect to this computer via desktop remotely. I want to set a deadline for this connection, I changed the settings in group policy, but I want to disable or lower the warning 2 minutes after the expiration of the timer. Is this possible?

    Hello

    This computer is connected to the domain based network (network server)?

    To know the parameters that you asked for, you can check the information provided in the link mentioned below:

    http://TechNet.Microsoft.com/en-us/library/ee791886 (v = WS.10) .aspx

     

    If your computer is connected to the domain-based network, post your question in the TechNet forum. Please check the link for the same thing.

    http://social.technet.Microsoft.com/forums/en-us/category/windowsxpitpro

    Kind regards.

  • How to set the date and time on my HP Officejet pro 8600 more?

    How to set the date and time on my HP officejet pro 8600 more?  It just on a printed journal Jan-oo-oo fax shows 00:00 AM.  There are no instructions on how to change this.  I need proof that I sent a fax to a certain date and time.  Help, please.  Thank you

    Hello

    Below are the steps to set the Date and time for your device:

    1. On the Control Panel, press the right arrow key ( ), press Setup ( ).

  • How to set the default value for the digital control on front panel?

    How to set a default value for a numeric control of LabVIEW 2009 Front Panel? I have several input values that are actually configuration settings I want to settle with the default values of zero. I want them to be the values displayed when the façade first appears until the code is executed.

    I really want to use the Minimum and Maximum limits by default for this because I still want to be able to define acceptable limits for values.

    I would not be able to specify a default value of zero for these entries?

    Enter the desired value, then "right click...... of default data of value to operations. Save the VI.

  • How to set the Date and time on a remote target in Measurement &amp; Automation Explorer (MAX)?

    Hello

    I'm trying to follow the steps described in the following link:

    How to set the Date and time on a remote target in Measurement & Automation Explorer (MAX)?

    It is said

    The software on the target currently supports only the time zoneand deletes the old files?

    I need set the date and time

    and remove all the old unwanted files

    the calendar was gray does not allow me to change the current date.

    Anyone know how to change

    Hi all!

    According to this the below Knowledge Base article, Remote Configuration System Support must be installed on the target for time settings to change in MAX.

    http://digital.NI.com/public.nsf/allkb/FAB0EC4D6E5EE0F386257738005733A3?OpenDocument&MeTC=max_MAXDat...

    If you don't know what version of the system supported remote Configuration software that you have installed on your device target, it is likely that it is not yet installed. Add this software by clicking below your target to the MAX software option and selecting "Add/Remove Software". This is where you will install the System Configuration Remote Support software.

    Please let us know if you have any questions!

  • How to set the time stamp for incoming mail?

    How to set the time stamp for incoming mail?  I have windows vista. I use hotmail/windows live email. My computer has the time is set correctly. My e-mail timestamps incoming messages 7 hours a head of real time. Example: it is now 09:48. A new email is stamped as to settle at 16:48. How can I fix it? Note: the computer is correct.

    Thank you
    Laura
    2.13.2012

    If you mean the customer of email Windows Live Mail, the time stamp on messages is governed by your time zonesystem. Right-click on the clock in the lower right of the screen and select CONFIGURATION... Change your time zone, and then set your clock at the present time.

    If you are talking about the Windows Live Hotmail service, the time zone (s) used are those contained in your account data. Reach
    https://account.live.com/EditProf.aspx
    and change the time zones for the good...

    Windows Live programs and services have their own forums for support at the Windows Live Solution Center. Please address any questions you may have about Windows Live Mail to one of the forums on the right side of this page. For Hotmail, forums and responses are available via this page.

    Noel

  • How to set the path of the report in a plugin for model

    I'm trying to figure out how to set the path of the report in a plugin process model. I can't find a way to have access to it. It seems this would be a reasonable thing to do since the plug-ins are for the treatment of the results. Does anyone know how to do this? We generally use the sequential process model, but I try to keep my plug-in as independent as possible.

    Thank you.

    If I understand correctly, you want your plug-in, when enabled, change the settings of all other instances of the report OR plugin as their reports share the same directory that your plug-in is configured to use.

    If so, your plug-in can access and change the settings of all other instances of plugin. All instances are passed to all the points of plugin entries in the subproperty of the plugins of the ModelConfiguration parameter table. You can browse this table. Any element of the array with an equal to "NI_ReportGenerator.seq" Base.SequenceFilename is an instance of the report OR plugin. Its report options are stored in the element under PluginSpecific.Options.

    You can change the report options to what you want. Note that the recall of the ReportOptions model is called from template-plugin Initialize entry point, then you might want to ensure that your changes are applied after that, so they are not replaced. To do this, you could make your changes in the Initialize entry point of your plugin and make sure your plugin runs last. To rotate the last, you can set the FileGlobals.ModelPluginComponentDescription.Default.Base.RunOrder in your file of plug-in with a value greater than 0, for example 1.0 (see Help for TestStand > Fundamentals > process template Architecture > plug-in for the model process Architecture > Structure of the plugin sequence files > plugin model of entry Points > Order Execution of Point of entry at run time).

  • How to set the Destination of scanning for your Hp Printer in window - 7

    How to set the scanning for your printer Destination is a common question is asked.  I am including a useful video that will guide you in the process.

    I hope this video helps.

  • How to set the zoom settings menu for lecroywaverunner 6050A

    Hello

    I am trying to initialize the zoom settings of a track of the labview on a Lecroy WaveRunner 6050 A fft. I found how to set the parameters of the fft with the manual of the remote control for LeCroy scopes  http://cdn.lecroy.com/files/manuals/wm-rcm-e_rev_d.pdf ) but I have not found how to set the menu zoom settings.

    I also tried with find command using the command of automation of Lecroy. ( http://cdn.lecroy.com/files/manuals/automation_command_ref_manual_wr.pdf ). but I think that there is a problem with the settings of the commands I send to the scope.

    I just need to put the horizontal and vertical centers and scales.

    If anyone can help,

    Thank you.

    Hello

    I use F1 as my FFT here track.

    Commands to change the scales are:

    Vertical Center: VBS ' app. Math.F1.Zoom.VerCenter = XXXX"

    Portrait/div scale: VBS ' app. Math.F1.Zoom.VerScale = XXXX"

    Horizontal at the Center: VBS ' app. Math.F1.Zoom.HorCenter = XXXX"

    Horzontal scale/div: VBS ' app. Math.F1.Zoom.HorScale = XXXX"

    I also want to point you to an application on the scope that will help you.

    If you go to the file menu and select cut, to the office, there is a shortcut to an application called "XStream Browser"

    The browser is an interactive application that will present all automation methods and properties that are available on the scope.  He acually connects to the scope of the request, so you can use it to test various components to see what they do on the scope.  It is very intuitive and I use it exclusively. (this is where I went looking for the commands above for you).

    Here is a link to Chapter 1 of the manual of automation: http://cdn.lecroy.com/files/manuals/04_xstreamautomation_ch1.pdf

    Page 1 - 5 has a quick introduction to the browser and its use.

    I hope that it becomes operational.

    Kind regards

    Leonard Brown

    LeCroy sales engineer

    1-800-5LeCroy

  • How to set the clock for the hours, minutes, and seconds with Windows XP

    How to set the clock for the hours, minutes, and seconds with Windows XP

    I don't know of your question.  If you ask how to show the clock in the tray system with hours, minutes and seconds, then download & run "Tclock Light".  Windows will not natively display the seconds.

    TClock Light: <> http://homepage1.nifty.com/kazubon/tclocklight/index.html >

    HTH,
    JW

  • How to set the date and time on an hp j5780?

    I need to know how to set the date and time on an HP j5780!

    Help!

    Thank you very much, we did it!

    WY

  • How to set up an account for another user of my PC (Windows Vista) and give its right of administrator to download the program

    My daughter helped me to set up an account to my own PC with password protection. Please indicate how to set up another account for someone and give it the administrator right to download the program.

    There is information about the configuration of the accounts here:

    http://Windows.Microsoft.com/en-us/Windows-Vista/demo-understanding-user-accounts

  • How to set the current date in the datetimepicker in qml?

    Hello

    Can I know how to set the current date in the DateTimePicker in QML?

     DateTimePicker {
                        id: datePicker
                        mode: DateTimePickerMode.Date
                        title: "Date"
                        value: "2013-11-20"
                        maximum: "2013-11-20"
                    }
    
    Container {
        DateTimePicker {
            id: picker5
            title: "DateTimeQml"
            mode: DateTimePickerMode.DateTime
            value: { new Date(); }
        }
    }
    
  • "How to set the measuring tool onto the foot of measure in inches, for example 10'4"

    "How to set the measuring tool onto the foot of measure in inches, for example 10'4"

    Hi jacobj89654320,

    You will need Acrobat application for this, please refer to this KB document for details https://helpx.adobe.com/acrobat/using/grids-guides-measurements-pdfs.html.

    Kind regards

    Nicos

Maybe you are looking for

  • How to create Master records for my laptop Equium A200-15i

    I recently bought a laptop Equium A200-15i. How can I create a CD/DVD Master can I use to restore my computer in the event of a major failure. I know all about the restoration of the machine of the hidden partition, but I want to get my hands on the

  • Documents in the cloud, not synchronization more?

    Hello. I have submitted feedback to Apple, but I wanted to ask if I'm the only one having problems to synchronize documents in the cloud between devices? I have the same problem with the Pages, numbers and other documents I download manually. When I

  • How to activate iPhone calendar? The sign is grey.

    I had trouble to synchronize the calendars on my iPhone 5 s, with ios9.1. Finally, I deleted my calendar with all its data. Now that I have reinstalled it, I can't add entries since the + sign is grayed out. In addition, under Show all calendars, I o

  • Windows Update_dt000 8020003 error code

    Explorer Windows prevents log on to the email account.  Common errors that Windows Explorer has lost the connection to the display of web pages. Windows Explorer 8.  Possible Java problem

  • No sound on my HP Envy x 2 11-g010nr

    Product number is C2K61UA #ABA.  Operating system is Windows 8.  He is supposed to have audo Beats.  Audio device is Intel ESS (WDM).  Sound does not work.  Evertything is enabled, no break anywhere, but when I test says test failed.  I paid a lot of