Mark waiting and cancelled tasks completed

Hi All,
is there sql somewhere that can mark certain tasks that are in waiting and canceled status to Completed?
Thanx.
Fred

I would suggest using the APIs to update the status or use the manuallyComplete API instead.
-Kevin

Similar Messages

  • Trying to print a book with Aperture 2.1.4, everything went well until the final step "uploading files to server" -- it's been spinning for an hour, "status" still reads 0%, "pause task" and "cancel task" buttons are grayed out in Activity window.

    everything went well until the final step "uploading files to server" -- it's been spinning for an hour, "status" still reads 0%, "pause task" and "cancel task" buttons are grayed out in Activity window. Any ideas?

    everything went well until the final step "uploading files to server" -- it's been spinning for an hour, "status" still reads 0%, "pause task" and "cancel task" buttons are grayed out in Activity window. Any ideas?

  • HT1577 some apps icons just show "waiting" and don't completly download. How do I delete these?

    Some apps icons just show "waiting" and don't completely download. How do I delete these?

    Hold down on the app icon, there should be a "x". Press on the "x" to delete.

  • SAPUI5 and oData: Task completion problem

    Dear all,
    We've got a BPM process which is based on WDJ approval screens.
    Now I would like to replace WDJ by SAPUI5.
    I've succeeded to display some task input data in my SAPUI5 application:
    oPanel.bindElement("/InputData('"+taskId+"')", {expand:"ContextTypeINPUT/Context/Requester"});
    var oInputFirstName = new sap.ui.commons.TextField("textFirstName", {
        value : "{ContextTypeINPUT/Context/Requester/FirstName}"
    var oInputLastName = new sap.ui.commons.TextField("textLastName", {
        value : "{ContextTypeINPUT/Context/Requester/LastName}"
    But I can't manage to complete the task.
    For a simpler example that worked for me.
    It seems that I don't fill the output data correctly.
    Normally I should fill the Status (fields Action, ChangedBy, ChangedOn and Details) and the Request->ReferenceNumber:
    Please find attached the XSD of the task.
    I tried the following:
    var outputData = {};
    var status = odataModel.getProperty("/InputData('" + taskId "') " +
                      "/ContextTypeINPUT/Context/Status");
    status.Action = "approved";
    status.ChangedBy = "TEST";
    status.ChangedOn = "2014-07-29";
    outputData.HandleRequestCompleteEventTypeOUTPUT = status;
    // send request to BPM Task Data OData service to complete
    odataModel.create("/OutputData", outputData, null,
        function sendData_OnSuccess(oData, response) {
            alert("Task has been completed successfully");
        function sendData_OnError(oError) {
            alert("Task could not be completed");
    But it stops when executing the second statement (var status = odataModel.getProperty("/InputData('" + taskId "')...).
    I would really appreciate if you could help me!
    Thanks in advance.
    Best regards,
    Thorsten.
    P.S.: Our system is running NW 7.40 SP07.

    Hi again,
    As most of the time, I had to solve my issues published on SCN on my own
    My mistake was, that I've retrieved the 'handleRequestType' of my OutputData from the InputData.
    It seems that having all subtypes in the structure causes trouble, because I fill only to fill two fields.
    In the end I build OutputData myself and it works now...
    So in fact it's possible to create an proper OutputData without a binding of InputData.
    controller.js
    completeTask : function() {
    // Get TaskID and data model
    var taskId = getValueOfURLParameter("taskId");
    var odataModel = this.getView().getModel();
    // Create OutputData
    var outputData = {};
    // Create all needed subtypes
    var handleRequestType = {};
    var status = {};
    var request = {};
    // Fill values for fields that need to be sent
    status.ChangedBy = sap.ui.getCore().byId("inputStatus").getValue();
    request.ReferenceNumber = sap.ui.getCore().byId("inputRequest").getValue();
    // Build OutputData
    handleRequestType.Status = status;
    handleRequestType.Request = request;
    outputData.HandleRequestType = handleRequestType;
    // Complete task with built OutputData
    odataModel.create( "/OutputData", outputData, null,
         function sendData_OnSuccess(oData, response) {
              alert("Task has been completed successfully");
         function sendData_OnError(oError) {
              alert("Task could not be completed");
    view.js
    createContent : function(oController) {
    // Text input fields which will feed the OutputData
    var oInputStatus = new sap.ui.commons.TextField("inputStatus");
    var oInputRequest = new sap.ui.commons.TextField("inputRequest");
    // Button to complete the task
    var oButton = new sap.ui.commons.Button( {
         text : "Complete",
         style : sap.ui.commons.ButtonStyle.Accept,
         press : (function() {
         oController.completeTask();
    Just make sure that you explore your OuputData before via a tool like Postman (Chrome Addon).
    First do a GET request:
    http://<host>:<port>/bpmodata/taskdata.svc/<taskID>/OutputData
    Then look for a "/XYZ" part in the response.
    In my case it looked like that:
    <link href="OutputData('<TaskID>')" rel="edit" title="OutputData"/>
    <link href="OutputData('<TaskID>')/HandleRequestType" .../>
    So I could go on to explore my output data, by sending the following GET request in Postman:
    http://<host>:<port>/bpmodata/taskdata.svc/<taskID>/OutputData?$expand=HandleRequestType
    Now you have to repeat that until you find the data type that you want manipulate.
    If you found out how your OutputData looks like, you can build it easily on your own (see my controller.js).
    Maybe I'll write my first blog about it

  • A contract-manpower and machines -task completed-billing according to hours spent

    Hi friends,
    The business requirement is
    1. participating customer tendering process,
    2. given quotation to customer
    3. once quotation is matured contract will be  awarded
    4. now a crew members and set of equipment will be deployed at customer site and start work, the work contains different phases, once the first phase is completed  invoice is raised to customer
    Questions:
    1. How do i track what are all the eqipments are deployed
    2. how many man power is delpoyed?
    3. how do i book the cost of equipment and man power for the project/ task spent?
    4. how do i raise the bill to customer ?
    experts ,please advice me a clear solution for this requirement
    Regards,
    Pratheep

    1. How do i track what are all the equipment's are deployed
    Equipment's will be installed in functional locations, Plant = Functional location and first install the same when mobilizing @site. You can view in report IH08.
    2. how many man power is delpoyed?
    In HR master data organizational assignment will be there where personal subarea can be the project location. Please check with your HR consultant.
    3. how do i book the cost of equipment and man power for the project/ task spent?
    Depreciation cost of the equipment will be at the company level.It can be apportioned to the project.Other maintenance cost of equipment and running cost can be captured in the order and the same can be settled to the respective WBS periodically.
    4.  how do i raise the bill to customer
    Create the contract once the quanity is certified raise invoice reference to the order [Bill Certfied.
    Regards,
    Senthil Venugopal

  • BPM-API and generic task completion

    Hi experts,
    I want to write an application that allows you to work on different tasks. The problem is that these tasks could include various input and output data. How can I resolve this DataObjects generic and receive all relevant information such as data type, value and name? How is that when the data are nested? You can also then resolve the structure and if so how?
    Regards

    Hi,
    yes, you can do so. The interface common.sdo.DataObject provides methods to introspect the structure and determine the type of the properties. You might take a look at the RESTful service for the BPM API I published on CodeExchange:
    RESTful service for NetWeaver BPM
    Looking at the code in the repository you will definitely samples on how this can be achieved.
    Hope this help you to start on what you are trying to achieve.
    best regards,
    Stefan

  • The App download is waiting and cannot be completed!

    What can i do?

    Hi there,
    This is a known bug affecting a small amount of users running version 1.01 of the app. We have submitted a fix to the App Store and we're now waiting for approval.
    If you could please email [email protected], we may be able to talk you through a workaround until the update is live.
    Thanks
    Jono (Stick Sports)

  • How do I unprescribe from FIT Radio app. I tried, but it keeps charging my card every month. I DON'T want it anymore. Can you please help me stop this issueand cancel it completely.

    Hi my name is Natalia R. I had subscribed to FIT Radio, and got charged monthly. Now, I do not want the app anymore. I have tried canceling it, but it does not allow me. How do I unsubscribe from FIT Radio app. I tried, but it keeps charging my card every month. I DON'T want it anymore. Can you please help me stop this issue and cancel it completely without any further charger to my card.
    Thanks,
    Natalia R.
    <Personal Information Edited By Host>

    The following may help: Manage your auto-renewing subscriptions - Apple Support

  • Hi i was in the process of uploading photos from my phone three days ago- and have tried to re start  my computer but cannot get out   of " Photos are being import to photo library please wait for import to complete"there are 90 photos and this came

    Hi I was in the procces of uploading photos from my phone three days ago as i have an important art project to finish today. I have tried to restart my computer log off come back on but every time i put my phone to the computer and press up load photos its comes up with "Photos are baeing import to photo library- please wait for import to complete".
    There are 90 photos and this came after it uploaded a few - can you help me - i have tried to quit iphone but this keeps coming up and i need these pics imported from my phone to my computer.
    please help
    thank you

    Apple menu ==> forec quit
    LN

  • Recently upgraded to a Canon Mark 3 and now having issues with my RAW files in Bridge and Photoshop. I am operating with CS4. Photoshop produces an error " Could not complete your request because photoshop does not recognize this type of file"

    Recently upgraded to a Canon Mark 3 and now having issues with my RAW files in Bridge and Photoshop. I have operating with CS4. Photoshop produces and error " Could not complete your request because photoshop does not recognize this type of file"

    Assuming you mean 5D Mark III, Photoshop CS4 cannot directly open raw files from your camera.
    Generally speaking, Adobe stopped updating older versions to be able to read raw files from newer cameras when they released a new major version of Photoshop. Photoshop CS4 is no longer receiving Camera Raw updates.
    You can double check this yourself:
    First you need to determine whether Adobe has released support for your new camera in your version of Photoshop. To do that, look at these two pages. You'll want to find out the earliest version of Camera Raw that can support your camera, then what version of Photoshop can run that version of Camera Raw.
    Camera Raw plug-in | Supported cameras
    Camera Raw-compatible Adobe applications
    If you find your camera is supported by your version of Photoshop, you need to download the latest update for Camera Raw. There's more information on how to do that here:
    Keeping Photoshop Up-To-Date
    If your version of Photoshop cannot support your camera, you can download and install the latest version of the free Adobe DNG Converter, which can take your raw files as input and put out DNG format files, which your version of Photoshop can open.
    Photoshop Help | Digital Negative (DNG)
    The DNG converter DOES work, but if you want maximal quality from your raw files (not to mention the convenience and ease of use of directly opening your raw files) you'll want the latest version of Photoshop. Adobe has made substantial improvements in raw conversion quality in recent years.
    -Noel

  • Sent 7 files to the trash and they never complete the task.  A screen with the names of each file comes up with the running bar symbol.  Then click the little x in each corner of the file name to stop it.  Tried ESC and tried shut down but no result.

    How do I get the 7 files that are going to the trash and then canceled to complete one way or another. 

    This has nothing to do with the TB display.  You should repost in the computer forum

  • I downloads the latest iTunes software update and it properly installed.  But,  I cannot close the window showing it was completed and the blue completion bar is full but cannot cancel or close it either.  Any ideas on how to clear that out and close the

    I downloaded the latest iTunes software update and it properly installed.  But,  I cannot close the update window showing it was completed and the blue completion bar is full but cannot cancel or close it either.  Any ideas on how to clear that out and close the window.  Tried to quit on both the big window and the software update title in the menu bar.  No luck.

    Tried that by shutting down via the power button only as the normal shutdown was nixed by the open window issue.  It did not help.  Found a very similar question in the discussions and it recommended "Force Quit".  That worked and the update works normal and the window is gone.  Thanks!

  • Lightroom 5.6 When I try to publish the photos from Lightroom to SmugMug I get an error Canceling task at the top left side and the photos are not published. I have published photos before just last week so not sure whats going on. Any help would be great

    Lightroom 5.6 When I try to publish the photos from Lightroom to SmugMug I get an error Canceling task at the top left side and the photos are not published. I have published photos before just last week so not sure whats going on. Any help would be great.

    See my first post in this topic:
    https://discussions.apple.com/message/21371126#21371126
    Trashing the preference file may help, as I've outlined in the topic I've linked to. Otherwise, follow the steps regarding removing 3rd party QuickTime components. Also, see the final post by the OP (EEye87) regarding how his problem was resolved (a combination of trashing the preference file and the 3ivx component).
    John

  • I plugged my phone in and I'm trying to upload photos like I usually do but iPhoto is saying "Please wait for import to complete". It won't let me close iPhoto or anything. Help please!

    I plugged my phone in and I'm trying to upload photos like I usually do but iPhoto is saying "Please wait for import to complete". It won't let me close iPhoto or anything. Help please!

    apple menu ==> force quit
    LN

  • My Mac laptop IPhoto is "stuck" on a screen that says, "Please wait for import to complete."  I can't get it to complete the task.

    My Mac laptop IPhoto is "stuck" on a screen that says, "Please wait for import to complete."  I can't get it to complete the task.  What do I do next?

    Force Quit the app. It's under the File menu.

Maybe you are looking for

  • One Material with two Different In-House Production Days

    Dear Experts, We have 1 semi-finished material (HALB) that is common to two different locations (production version) with two different in-house Production days.  How can we separate the 2 different in- house prod. days for this specific material? Co

  • Attachments: how not to be together with the body msg?

    Hi, I've had a look at previous questions, but wondering if there might be a better alternative to the answers I found so far. I've started using recently Mail and I'm finding quite unbelievable that it doesn't have an option to keep attachments as '

  • Incorrect display format in report column

    Hi. A report have two columns, the first display a value based in a case expression: NVL (DE.IMPORTE, 0) IMP_CHEQ the second colum, displays the value formatted: CASE WHEN DE.IMPORTE IS NULL THEN '-' WHEN DE.IMPORTE > 0 THEN TO_CHAR (DE.IMPORTE, 'FM9

  • Lockbox issue with overpayment

    Hi,    We have a small situation going on in our company and any help on this would be deeply appreciated. We are using partial payment payments for AR and intend to use that. When we process the lockbox file, depending on the amount 3 things happen:

  • What is Data Re-initializations ?

    What is Data Re-initializations ? and how can we do in BW system?