Cancel-event for web activity possible?

Hi all,
is there a possibility, to cancel a web activity until it is in wait mode for a xml
message from a partner system (like ending events in normal task types)?
I just found the condition for ending the workitem in the task properties, which should be evaluated through the periodical observation job for workitem ending conditions.
Cheers
Jens

Hi,
there IS no possibility to terminate a Web Activity through a terminating event. I wrote this in the first statement.
The Web Activity can only be terminated, if the Workflow Template itself becomes logical deleted. This is the case i.e. for purchase requisitions, if a new releasestrategy triggers a new release workflow.
The Workflow itself goes on, only if a asynchronous WebActivity answer arrives.
I've solved this problem by using a very fine steered communication mechanism, which allways reports the actual state with it's partner. Expensive, but it works fine!
Cheers
Jens

Similar Messages

  • Creating Boundary Events for Automated Activity consuming an RFC

    Hi All,
    Can somebody help me in creating the Boundary Events for an Automated activity which is consuming an RFC. I got the docs and few how to for WS Consuming Automated activity, but I couldnu2019t find anything which describes for RFC consuming Automated activity. Your help will be greatly appreciated.
    Regards,
    SrinivaS

    Hello,
    I am facing the same problem. Could you please explain the method you followed in order to solve this issue?
    Thanks in advance.

  • Batch process for Web & Devices possible??

    Hiya,
    Here's what I have going on.  I'm heavily involved with the DAZ3D community.  Over a year ago I create a huge and I mean huge texture pack for the Windy Wizard Robe and the Morphing Fantasy Robe found at Renderosity.  The pack, when zipped up is a whopping 333 Mb's.  I was hoping to get that file size cut in half.  I would do it one at a time but heck there are 151 texture maps in the pack.  That's really not seeming like something I want to do if I can avoid it.
    Is there a way to batch process using the Save for Web & Devices command??  It's settings are already set up to where I like them as I've completed a couple more packs and exported using that.  It complains since the size of the texture maps are usually around 3000 X 3000 but it still works perfectly and it really does cut the size, actually, by about 2/3rds!  Crazy but I really can't tell the difference when I compare a regularly saved map with one that's exported using that command.   It's pretty amazing.
    Thanks for the help!
    Richard ;-)~

    Quality level is just the degree of compression.  12 is max quality (minimum compression).  Depending on how media is viewed one might not tell the difference between level 10 and 5. Save for web uses the same dialog.
    This also is same dialog you get if you "save as" in jpeg.  Try a couple of different levels and see what the results are, and what satisfies your needs. 

  • CE 7.30: Boundary event for human activity

    Hi there,
    one quick question:
    I have a approve/reject WDJ screen linked to a human activity.
    To avoid having too many ExclusiveChoice gateways in my BPM, I tried to use the WDJ error event as boundary event in my BPM.
    This event is fired when the user clicks on the reject button.
    But if you do so, the user gets the following message on the screen:
    Modeled error event triggered by embedded application: Corresponding error handling started for this task
    Is that always the case when I use a boundary event in a human activity?
    If so, that's not nice for the users to see that error message after rejecting a request.
    So the only way to handle rejections in BPM properly is to use Exclusive Choice gateways?
    Thanks in advance!

    Hi Stefan,
    thanks for answering.
    I've found a simple workaround for that issue:
    In my main process I call a referenced sub-process "Approval step" which includes my human activity together with an exclusive choice gateway "Approved?".
    This gateway has two gates: "Yes" goes to normal end event, "No" goes to an error event.
    If the user rejects, the sub process runs into an error event, which can be handled in my main process as a boundary event.
    The only tricky thing is in my opinion the creation of the service interface/message trigger for that referenced sub-process.
    You have to make sure that the service interface has a fault message, so that the referenced sub-process can have a boundary event.

  • Events for web dynpro UI elements

    Hi,
    In NWDS there are only a few event types associated with each UI element type. Say InputField has 'onEvent' event, DropDownList has 'onSelect' etc.
    So, for the Input fields are we limited to triggering an event handler to fire only when the user hits the 'ENTER' key? What do I need to do to trigger an event handler for say when the user hits a 'TAB' key ? Is there some way we can extend the event listener interface to add more events to an UI element ?
    Please advise. Thanks !
    Sri

    There is no event triggered when the input field looses focus.
    You cannot add your own events.
    Armin

  • Event for web page unload

    I have a flex application that needs to do a little clean up
    (acutally do a server post) when the user leaves the webpage. In
    java I could do it when getting an Applet Stopped. In ActiveX, I
    would just do it when the activeX window received the WM_CLOSE
    event. Is there anyway to do it from a flex application?

    You will need to use a browser event, like onBeforeUnload, to
    call into the flex app through ExternalInterface.
    Google this, it is a common requirement. You will surely find
    some code.
    Tracy

  • Eventing between Web Dynpro iView and regular DynPage iView

    I have seen, done eventing between two dynpage iviews and two webdynpro iviewsHowever, and gone through "How to Use the Portal Eventing for Web Dynpro iViews". However, I have been trying to have a webdynpro iview talk to a dynpage iview but they just won't communicate. Is this even possible?
    Ok basically I have a portal page in a popup window with no masthead and top level navigation. The page has two iviews -  the top one being an iView that points to a webdynpro application on Server A, and the bottom one being a dynpage iview on the Portal Server B.
    In the webdynpro iview, the code for when a button is clicked is
    public onSomeAction(Event event) {
        WDPortalEventing.fire("urn:myUrn","eventName","value");
    In the dynpage iview, the code i have for it is
    myServ = (IEpcfToolbox) PortalRuntime.getRuntimeResources().getService(IEpcfToolbox.KEY);
    myReceiver = myServ.getClientEventReceiver(request, "urn:myUrn", "eventName");
    form.addRawText(myReceiver.getWrappedScript());
    try {
        if (!myReceiver.isReceived()) {
            form.addComponent(createMainScreen());
        } else {
         form.addComponent(new TextView("event received!"));
    } catch (Exception e) {       
        form.addComponent(createErrorScreen());
    I tried all the things I could think of but the receiving iView just won't get the event fired.
    Can someone confirm that this should work? and correct me where I've done wrong.
    Please help. this is very urgent. your help will be greatly appreciated. thanks in advance
    PS. My environments are EP 6.0 SP2 and WAS 6.40 SP14

    > hi,
    >
    > portal eventing  works properly if all participants
    > are in the same domain. Otherwise portal eventing
    > g does not work. If the SAP J2EE
    > Engine on which the Web Dynpro application is
    > deployed is in another domain, you have to  map the
    > IP address of the SAP J2EE Engine to the domain name
    > of the
    > SAP J2EE Engine on which the SAP Enterprise Portal is
    > running, by editing the configuration file hosts.
    >
    > regards,
    >
    > Ganesh.N
    I am no direct access to the boxes so I can't try your suggestion. It really makes sense that eventing won't work if the iViews are on different domains. I know they are in the same domain but different subdomains.
    Anyway, good news I got eventing to work with the mentioned set. I found that that the SAP Java EPCFToolbox API had a bug that kept throwing javascript errors when I tried to have the web dynpro iview fire an event and the SAP one subcribed to it.
    I got around it but using the EPCF Javascript API instead.
    Code:
    response.write("<script>");
    response.write("EPCM.subscribeEvent('urn:dla.telework', 'createPdf', doSomething);");
    response.write("function doSomething() {");
    response.write("window.location = self.location + '&eventReceived=true';");
    response.write("}");
    response.write("</script>");
    So basically just output raw text through the response object and it just works.
    On a similar topic, since eventing can only pass string parameters back and forth, I'm still looking for a way to pass other more complex Java objects between web dynpro and sap iviews. From what I haven't they don't share the same session object (which I thought they did). So basically I can't just stick stuff in the session and pull it down on the other end. I'm clueless right now. If anybody has some tips, plesae share. Thanks

  • How to decide when an a "wait for event action" is activated

    Hi,
    In the attched example file (which is a part of my program)I have 3 basic stages, enclosed in a sequence structure:
    1) I initialize the GUI buttons
    2) I check the instruments in my system are opened and ready to run ("VSWR initialize vi")and issue a true/false result.
    3) A case structure for normal run or abort operation (if the instruments do not
    respond correctly).
    4) If everything is ok the user has to scan a S/N using a bar code scanner.
    The problem is that when I run the program the EVENT STRUCTURE in the FALSE part of the case is automatically activated, before the VSWR initialize vi is started! 
    This causes that when the user tries to scan the serial number on the GUI he can only type one character and then the screen is stuck.
    If I disable the result from the VSWR initialize vi (as shown on the example) and connect a TRUE constant to the case structure, the event structure is not activated but then of course I can not use the "VSWR initialize vi".
    How can I make sure the event structure is activated only after the two first parts are done? That is, in normal order - only after the "VSWR initialize vi" returns a false result.
    Note, there's no need to understand each component in the attached file. The question is rather a general one about the right way to synchronize my program.
    Can anyone help ?
    Thank you in advance.
    Attachments:
    example.vi ‏34 KB

    Saverio already mentione most critical points. here are a few more:
    A very ugly quick fix (duct tape repair) is to configure the events to NOT lock the FP until the event completes. I recommend against this.
    All your buttons should be latch action. Now you don't need to reset them at the beginning.
    Set the "Board SN" string control to "limit to single line" and you don't need to remove the linefeed later. You should handle it with a "value changed event" anyway.
    You have way too many sequence structures. Many times execution order is not that inportant.
    Event structures need to be on a toplevel diagram loop, always ready to fire. Don't hide them inside case structures or inner loops.
    Lot's of unecessary code. Let's look for example at the code in the big FALSE structure:
    You have a reference and write to a value property of the message box while the message box terminal is disconnected elsewhere on the diagram. Remove all that extra baggage and place the terminal right there and wire to it.
    You have a while loop containing a sequence, containing another while loop. The sequence and outer while loop have no purpose.
    The while loop spins millions of times per second, just burning CPU. How fast can you possibly type??? Place a 100ms wait.
    Rewritten as event structure, it could looks as follows (buttons set to latch action, string set to "limit to single line" and NOT "update while typing"). (see iamge below).
    Of course the entire code should be rewritten in a similar fashion and around this single event structure. A second event case could deal with the error condition. Simplify!!!!
    Message Edited by altenbach on 06-14-2009 11:49 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    GetSN.png ‏46 KB

  • Query for 'User Activity' Webi Line Chart using BO4.0 Auditor

    Need to create a webi line chart to measure  ‘user activity’ per month, year or day using BO4.0 Auditor on Oracle.    
    This question raises two sub-questions:
    What actions constitute user activity?  Is it concurrent logins by users?   I am confused if that would really give a true picture of user activity as users can log in and do nothing on the BO system.  
    If concurrent logins do in fact give a true picture of user activity then how do I go about creating a chart? What objects do I need to include in query?
    Please provide feedback?
    Thank u.

    Hi Ramil,
    Follow below steps to create a webi report for your requirement, launch Webi rich client and create a new webi report by selecting "BOEXI40-Audit-Oracle" (Audit universe)
    1) Select below objects in 'Result Objects' pane
    [Event Year], [Event MonthName],[Event DayofMonth], [Event Type], [User Name], [Total Event Count]
    2) Define below conditions in "Query Filter" pane
    [Event Type Id] In list 1015 AND [Event Year] In list "Select Year" (Prompt)
    3) Run query
    4) At report level create a new variable of type measure with the name "User Activity" with below formula
    =Count([Total Event Count]In([User Name];[Event MonthName];[Event DayOfMonth]) )
    (This formula will track  logout event of a each user in a day as well as in a month, it will take/count only one log out event of the user in a day as you desire)
    5) Create a table block as well as graphs as you desire
    i) For day wise user activity create a table/graph using: [Event DayofMonth], [User Activity]
    ii) For month wise user activity create a table/graph using: [Event MonthName], [User Activity]
    Let me know if you have any questions
    ~Manoj

  • Is it possible to run a Save for Web Batch?

    I am trying to run a batch on a bunch of ai files to save them as JPEG using Save For Web & Devices (so they can be saved with certain settings).
    I record a Save For Web action and then try to run a batch, but the batch just hangs at the Save For Web Dialog and waits for me to hit one of the Save/Cancel/Done buttons before continuing. Is there a way around this to get this so it can be a true batch process and not require me to interact with it?
    Thanks

    Ahh! That was it! Well, part of it.
    Now I got it saving, but I can't seem to override the target directory using the batch, but thats ok.
    Thanks!

  • IPhoto update can't be installed on my MAC ref. "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled." this is not possible help?

    Recent upgrade to OS X Yosemite on my MAC and iPhoto update can not  now be installed msg reads, "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled." this is not possible help?

    That error message can be misleading. It means, that iPhoto on your Mac is not associated with your Apple ID.
    Either you did not set up  your Mac using the same Apple ID - did someone help with your setup and use a different ID? Perhaps a family member? Or did you let someone borrow your installer disks?
    Or did you not yet "Accept" iPhoto and other iLife apps to your Apple ID? Check the "Purchased" tab of the App Store, if any applications are waiting to be accepted. If you see "Accept" buttons, press them.
    You may  be unable to "Accept" now, if you missed the update to iphoto 9.5.1 on Mavericks. You could try to buy iPhoto, however. If you are lucky, it may show for free.
    Backup your iPhoto library, if you do not have a current backup.
    Uninstall iPhoto by deleting it from the Applications folder, but do not empty the Trash, so you can put it back,if need be.
    Launch the App Store, click the "Store" menu, and sign in with your current AppleID.
    Open the main page "Featured" of the App Store and search for iPhoto.
    If iPhoto is listed as "Free", click the "Free" button to buy it with your current AppleID.
    If it is not showing as free, there is no help but contacting the App Store Support to sort out the AppleID. Use this link: http://www.apple.com/support/mac/app-store/contact/

  • Can the GetEvents Web Service return a subset of events for a given record

    Page 173 of Siebel Web Services On Demand Guide Version 3.1 (CRM On Demand Release15) Rev. A, states the following:
    "You can return events for all record types, or a subset of record types, depending on how you prepare the WSDL files associated with the Integration Event service,"
    The IntegrationEventWS_GetEvents_Input type in the Integration Event WSDL that is availble only contains an "Event Count" parameter for the number of events to retrieve and appears to have no way to specify a record type in order to retrieve a subset of the events as stated above.
    Is there any way to retrieve a subset of the Intgeration Events by record type?
    Thanks
    John

    Customer care have replied to me and the line qouted above is a documentation error and there is no way to query the GetEvent Web Service to return a subset of events for a given record.

  • PE 9  -  no presetting possible when saving for web ...

    Hi,
    Is it really true, that there is no possibility to preset the form used for saving pictures for the web ?
    I went from PE 7 to PE 9 some time ago, but I feel pretty sure that this was no issue with PE7. Either that version of PE remembered automatically or there was a means of presetting the file format. I never use anything but .JPG, so it's rather annoying that .GIF reappears every time.
    Best thanks in advance for your answer !

    Hi margaret
    When you launch the Editor right click the icon and choose run as administrator.
    Open an image and save as jpeg using save for web. Then close Elements.
    You will always have to choose "Run As Administrator" every time you launch the program but it should remember the jpeg setting.

  • Possible to use http for web authentication?

    Hi All,
    We are using WLC 2500 and AP 1041 with web authentication. Due to we do not have the trusted/public certificate and want to get rid of the certificate warning during the user login. I would like to ask if this is possible to change the web authentication method from HTTPS to HTTP. Thanks.
    Rgds,
    Jacky

    Hi Jacky,
    Yes u can... But there is a  catch..
    1) If ur running WLC code below 7.2.X then the only option is to disable HTTPS globally (Meaning HTTPS management access disabled only HTTP).
    2) If you are running 7.2.X and above, then you can use HTTP for client webauth and then HTTPS for Management access.
    The command for disabling https for web authetication would be:-
    config network web-auth secureweb disable
    Hope that helps
    Regards
    Najaf
    Please rate when applicable or helpful !!!

  • Require list of all events for Windows Server 2008 Active Directory

    Hi all,
    I require list of all events for Windows Server 2008 Active Directory. Event Log name for Active Directory log is "Directory Service".
    Regards,
    SR

    Hi,
    Thanks for your posting.
    Do you mean you want to list all Active Directory logs into one file named “Directory Services”?
    If that, it’s hard to achieve. There are kinds of Active Directory logs stored in different locations and they have different file formats. It’s hard
    to collect them into one file.
    Active directory records events in the directory services log in Event Viewer. By default, Active Directory records only critical error events. To instruct Active
    Directory to record other events in the directory services log, we need to modify registry.
    For more information please refer to following MS articles:
    Active Directory Diagnostic Logging
    http://technet.microsoft.com/en-us/library/cc961809.aspx
    How to configure Active Directory diagnostic event log
    http://support.microsoft.com/kb/314980
    Lawrence
    TechNet Community Support

Maybe you are looking for

  • IPod Touch 5 not charging properly

    I have an iPod touch 5 which i have had for just over a year. in the last few days it hasn't been charging past 20% no matter how long i leave it. Today i managed to get it to charge to about 30% but it wont go any further. There is a little dust in

  • EXPORT DATA TO EXCEL FROM PORTAL

    HELLO user has saved one of the web reports in his favourites...he has customized the report according to his needs and then saved it in his favourites...now when he acesses the report from his favourites and.. enters the values for the variables the

  • BT email accounts rejecting emails we send on beha...

    Hi I work for a company that hosts multiple databases for customers in the Estate and Letting industry and we offer the facility for them to email their clients through our system. We affectivly send the emails on behalf of the user from our server u

  • SunMC Webconsole - not display correctly - accordian-tasks.zul panel blank?

    Hi, I have recently installed Sun MC 4 onto a Solaris 10u4 environment, patched to late '08. Currently experience problems with the display of the web console environment. We can launch a browser, login to the web console, click on the app "sun manag

  • SQL Query for date/time

    Hi All, I have a table containing data like this Person_name Time_spent Date/time ABC 5.5 16-sep-10 12:00 ABC 3 16-sep-10 05:30 ABC 2.5 17-sep-10 12:00 ABC .5 16-sep-10 09:00 What I want is to get data like this Person_name Time_spent Date/time ABC 9