What is the workflow's current task

Hello,
We are monitoring workflow by swi1 & swi2 transaction with workflow ID(WS9001212).
But we want to know, what is the workflow's current task..
For example, our workflow has three user decision task.. I want to know, what is the current task?
WS9001212               First task
WS9001212               Second task
WS9001212               First task
is there any report or function showing that info?
thanx

Hi Hasan,
In every workflow, every step represents with a unique NODE number. With that node number you can find the status of workflow in which step it is pending/error. If it is having the same step more than 100 times also, you will find out the current task easily with the node number.
In workflow builder also you will find out the respective step's node number in the navigation area.
Find the attached screen shot.
Regards,
MK.

Similar Messages

  • What are the attributes available on Task Status Notification?

    Hi,
    I need to send the information below when a task is completed or rejected. So I would like to know if they are available. I think so because I've got them from Task Status Notification (OIM standard email definition). If not, what are the attributes available on Task Notification?
    <Tasks.Task Name> is <Task Details.Status>.
    <Task Details.Status>
    <Resource.Resource Name>
    Target User: <Users.First Name> <Users.Last Name> [<Users.User ID>]
    Assigned to: <Task Information.Assignee First Name> <Task Information.Assignee Last Name> [<Task Information.Assignee User ID>]
    Response Code : <Responses.Response>
    Response Description : <Responses.Description>
    Error Details : <Task Details.Reason>
    Thanks,
    Renato.
    Hi,
    I have implemented some java code to workaround the problem below... But I don't believe this does'n work in OIM :-):-):-):-) Please, tell me if you are using task status notification in OIM and if your email defintion has the variables below.
    Thanks,
    Hi,
    One of OIM email templates is Task Status Email Notification. I am trying to notify the user (Notification tab) using this template but it didn't work. Even when I set the Object Name and Process Name values for an email definition, it does not work.
    How have you implemented task status notification in your workflows? I think if this template exists in OIM, by default, so it is posible to have the information below during notifications.
    I think I'll have to call Oracle's Support.
    =======================================================
    Subject: Process task <Tasks.Task Name> is <Task Details.Status>.
    Body:
    The Process task <Tasks.Task Name> is <Task Details.Status>.
    The details of this process task are as follows:
    Process Task Name: <Tasks.Task Name>
    Process Task Status: <Task Details.Status>
    Resource Name: <Resource.Resource Name>
    Target User: <Users.First Name> <Users.Last Name> [<Users.User ID>]
    Assigned to: <Task Information.Assignee First Name> <Task Information.Assignee Last Name> [<Task Information.Assignee User ID>]
    Response Code : <Responses.Response>
    Response Description : <Responses.Description>
    Error Details : <Task Details.Reason>
    =======================================================
    As I've said, the e-mail was sent but in blank:
    The Process task is .
    The details of this process task are as follows:
    Process Task Name:
    Process Task Status:
    Resource Name:
    Target User: []
    Assigned to: []
    Response Code :
    Response Description :
    Error Details :
    Is it possible to have those fields available on notifications?
    Thanks,
    Edited by: Renato.Guimaraes on 23/10/2009 08:05
    Edited by: Renato.Guimaraes on 24/10/2009 15:57
    Edited by: Renato.Guimaraes on 26/10/2009 13:31
    I didn't get any answer until now.. Below it is what I've done.
    a) Create an entity adapter that is assigned to the post-update of the Specific Task Info data object.
    b) Select the task information searching by SCH_KEY, for example (I have to do more tests)
    SELECT
    sch.sch_key, sch.sch_status, sch.sch_note, mil.mil_key, rsc.rsc_data, rsc.rsc_desc
    FROM
    osi, sch, mil, rsc
    WHERE
    mil.mil_key = osi.mil_key and
    osi.sch_key = sch.sch_key and
    sch.sch_key = ? and
    rsc.rsc_key = osi.rsc_key
    c) Load the e-mail definition template and replaces the fields
    d) Sends the e-mail
    With that I solved another problem: I have to send an e-mail always the assignee adds a note to the task.
    Edited by: Renato.Guimaraes on 28/10/2009 08:51. How I did that
    Edited by: Renato.Guimaraes on 12/11/2009 12:19
    Edited by: Renato.Guimaraes on 13/11/2009 07:22 Changed the Thread Subject

    Hi Experts,
    I want to extend my doubt a little more.
    I have a requirment  as below.
    User will enter a range of Date say 01.06.2011 to 25.06.2011.
    I need to show him data in two columns one cloumn for the entered day range and second column for prevoius month date rangei.e(01.05.2011 to 25.05.2011)
    can i achive this without  using Customer Exit.
    Regards
    Laxman

  • What is the workflow document web services service?

    Workflow approval message is stuck in the inbox. It mail_status is mail. It's status is open.
    I can see the approval message in the inbox and it is holding up other emails as it's just sitting there.
    I can't see any reason for it to be sitting there so I bounced the WF Notification Mailer using:
    service_components -> WorkflowMailer Service -> Stop All wait for it to stop completely then -> start all
    So after starting all -> the workflow services (all 3 ) State is Activated, but there is a Big red X in the Status and the status of the workflow I'm trying to get out of the inbox is still open.
    There is nothing in the logs yet so I can't see what that big red X means.
    So I decide to stop and start the WF services one by one.
    I stop workflow document web services service first. As soon as it starts to stop, the Worfkflow agent listener and the Workflow Mailer suddenly start up, the big red X goes away and the messages in the inbox all process.
    What's up with that? What is " the workflow document web services service?" and why is it hanging my Mailer?

    What is the application release?
    what is the workflow document web services service?Oracle Workflow Administrator's Guide -- Page 7-75
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121wfag.pdf
    Workflow approval message is stuck in the inbox. It mail_status is mail. It's status is open.
    I can see the approval message in the inbox and it is holding up other emails as it's just sitting there.Can you find any errors in the Workflow log file?
    A Guide For Troubleshooting Workflow Notification Emails - Inbound and Outbound [ID 831982.1]
    Outbound Workflow Email Notification is Not Received [ID 370327.1]
    How to Perform a Meaningful SMTP Telnet Test to Troubleshoot Java Mailer Issues [ID 753845.1]
    What to Review When Notifications are not Emailed (Outbound Processing) ? [ID 1051421.1]
    Also, see old threads for similar discussion.
    Receive Workflow Notification
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Receive+Workflow+Notification&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • What is the workflow version in 12i

    Hi,
    Workflow version in Oracle Apps 11.5.10 is 2.6
    What is the workflow version in 12i for HRMS? is it the same or it is changing?
    Thanks,
    Tanveer

    Check your other post:
    WORKFLOW WITH ORACLE APPLICATIONS RELEASE 12
    WORKFLOW WITH ORACLE APPLICATIONS RELEASE 12

  • What are the data target administration tasks?

    What are the data target administration tasks?

    Hi,
    Check this:-------
    Urgent: Relevant Master Data Data Sources for FI-GL  & FI-AP
    http://help.sap.com/saphelp_nw04/helpdata/en/04/47a46e4e81ab4281bfb3bbd14825ca/frameset.htm
    Regards,
    Suman
    Edited by: Suman Chakravarthy on Sep 28, 2011 7:33 AM

  • What is the need of a Task in SE09

    What is the need of a Task in the request number.
    Why it is defaultly created.
    could u please explain with some examples.

    Hi,
    When any customising/devepmt is done, the system will ask for a transport number. This number is ntohing but the Request number.
    Within this number, there will be another number which actually holds the changes you have done. This number is called as the task. The advantage of having the task and request number is to link multiple tasks to a single request number for simplicity of transport but at the sametime maintain the tasks separately for future problem solving if any.
    If the change needs to be moved to a different client of the same server, we can release only the task in the source client and do a client copy using the request number in the target client in the tcode SCC1.
    If the change needs to be transported to a client of different server, then both tasks and request number needs to be released.
    Regards,
    Omkar.

  • What are the "Workflow services" ?

    Hi all,
    I saw a slide show about the BPEL workflow capabilities and the term "Workflow Services" was mentioned there.
    Is "Workflow Services" a separate product ? I see it's not part of the BPEL PM and I don't see it in the downloads section.
    What am I missing here ?
    (I hope to get more workflow capabilities then the built-in "User task" activity ;-)

    The javadocs for ProvisioningOptions are available in the Ref toolkit provided with IDM.
    In that javadoc, the fields that are defined are the actual options that can be passed (without the preceding underscore).
    eg: _unassignTargets defined in the javadoc will be used as "unassignTargets" in the options map in Xpress.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • What is the workflow for creating templates in full FrameMaker and pushing them to XML Author?

    Hi All,
    I'm working for a large organization (3000+) that is subdivided into 60+ business units.  I'm trying to figure out the workflow for using full FrameMaker to create a template that I can provide my business units to fill in via XML Author, send back to me, and then I can publish into a number of products using the Tech. Comm. Suite.  I am somewhat new to XML so I am not sure how to get my structure and format to translate.
    Can anybody clarify what the general workflow would be for this process?  All I have been able to find is the flowchart showing full FM to XML to XML Author and back to full FM.  From my test driving of the Tech Comm Suite though it has not appeared that easy.
    ---Corey---

    Hi Corey...
    Here's a rough outline of what is needed.
    1) First, you'll need to define the data model that your documents are using. This could be some existing model like DITA or a new custom model. Depending on the complexity of your document's needs, this may drive that decision.
    2) Once you've got a model, you'll need to create a structure application (in full FM). This structure application defines the model and appearance of documents. This will provide the fundamental structure of the "template" as well as placeholder text for the elements where you want people to provide information.
    3) Then you have to install the structure application on each of the XML Author installations. This involves copying the structure application definitions file (structapps.fm) onto the client systems as well as the structure application files (into the proper location as indicated in the structure application definition). The structure application definition may reference these files at a network location, which might simplify the deployment, but would require that each person is connected to that network in order to create the files (pros/cons with this approach).
    Once that's set up, your XML Author users should (in theory) be able to create a new document using the new structure application, then send you the resulting files. Lots of hand waving here .. but that's the general idea.
    Cheers,
    Scott Prentice
    Leximation, Inc.
    www.leximation.com

  • What is the workflow for creating a children's ebook with animated illustration?

    I would like to animate and create a children's book with animated illustrations for the iPad but I am confused as to what the workflow is. I am proficient in Flash, Edge, Photoshop and getting to grips with indesign and DPS. but I cannot find the answer as to how to create an interactive children's book anywhere, Would I be able to create it with DPS? How can I make the accelerometer? e.g. getting things falling when you turn the iPad? Ultimately what I would like is to animate in Edge or Flash and then create a page turner/table of contents (illustrated) etc. Can someone please help?

    Impossible to answer, I’m afraid. There’s just not enough details here and the very fact that you’re asking tells me that you should be very careful in choosing how to get this project done.

  • What is the workflow for creating Flash Builder 4.7 Applications?

    Now that Design View has been removed from Flash Builder 4.7 I was wondering what the proposed workflow is for creating software?
    What is the suggested flow? How can a developer layout a screen visually? Or is it true that this is just no longer possible?

    Moved from the Creative Cloud to the Flash Builder forum. They will be able to help you here.

  • What are the RAC DBA daily tasks?

    Hello Experts,
    What are the RAC DBA daily(routine) tasks?
    Thank you.

    Hi Friend,
    Good Query..
    1. Make sure that all database instances are available.
    Log into each instance and run daily
    2. Checking CRS status
    bash-3.00$ ./crs_stat -t
    3. Checking Volumes Informations in each instances.
    bash-3.00$ df –h
    4. Verify success of database backup:
         a. RMAN backup/Data Pump Backup/Cold backup
    5. Check the Archive Log file locations in each instance
    6. Check the Archive Log file location volume sizes in each instance
    7. Check Alert Log files (Any ORA_600, oRA_07445 etc..) in each instance
    8. Check the Statspack / AWR Report Peak hour reports
    9. Check the ASM INSTANCE status in each instance
    10. Check disk groups space and limitation
    11. Always use EM and ADDM reports for performance health checks and analysis
    12. verify the DR sync (if applicable):
    13. If DR site is available :
    a. Check to determine if latest archive logs have been applied to the database by looking at the alert
    log file for the standby(DR) database.
    14. Review contention for CPU, memory, network or disk resources:
    a. Work with system administrators to develop methods to review contention for these resources.
    15. Maintain Complete Database Details (Data Files locations, Control file locations, Redo Log file Locations etc...)
    a. If any changes in production database or DR-Site database update manuals.
    16. Check OCR and VD backup locations. (If possible take manually OCR and VD backup)
    17. Check CRS logs in each instance
    18. Check Listener Logs in each instance
    19. If you are using RMAN backup, Use both the instances while taking RMAN backup (Multiple Channel allocations in Instances)
    20. Weekly restore the RAC backup in Single Instance Database (If RAC setup is not available)
    Hope it helps....
    Thanks
    LaserSoft

  • What r the steps to create task based user interface for interaction center

    Hi all,
                Can any one please let me know the steps to create task based user interface for interaction center? It would be great
                if anyone can share document with step by step.
    Thanks,
    Baasanthi

    Hi all,
                Can any one please let me know the steps to create task based user interface for interaction center? It would be great
                if anyone can share document with step by step.
    Thanks,
    Baasanthi

  • What is the Workflow Business Event Name for Order Management Price List

    Hello Everyone,
    Can anyone please help me to find out the Workflow Business Event name for the Order Management Price List?
    Thanks in advanced,
    Chandan

    Chandan
    Are you looking for business event name that is raised when the price list is created?
    Thanks
    Nagamohan

  • C5-05: What is the minimum charging current?

    I tried charging my Nokia C5-05 using a BELKIN car charger that provides (as per nthe label) 1000mA. But the phone does not charge. What might go wrong? Or is 1000mA not sufficient for charging?

    Hi, Kangkan. About your inquiry, the phone's battery can support 1000mAh. What is the exact model of the Belkin's car charger? Have you tried coordinating with Belkin to see if its included in the supported phones? 
    We'll be waiting for the feedback. 

  • What's the difference in current iMac graphics cards

    I'm not really "up" on graphics cards, assuming that $++ = better performance what I'm wondering is how and when that difference becomes useful and noticeable.
    As we're shopping for a couple of new iMacs and are only interested in the 21.5" models would it make a difference to our workflow* to go for the more expensive option (discounting the .2ghz in processor speed).
    * Workflow being typical graphic design oriented tasks, indesign, photoshop, dreamweaver etc, no heavy video work or gaming.

    you would not notice a difference in .2 GHz.  Since you can not upgrade the graphics cards, it seems like you would benefit from a better one for the use you describe.

Maybe you are looking for

  • Newbie: Toolbar Button QuickPrint works not in Browser

    Hi all, does anybody know a solution for this: - wrote a javascript that adds a toolbar button with the following lines: app.addToolButton({                cName: "atbToolButton1",            //    oIcon: oIcon,                cExec: "this.print({bUI

  • Scripting mystery

    Ok, so I've got a movie clip with a 1st frame which is acting like a "home page" for purposes of this thread. In frames 2-4, I've got three sub-clips which play when prompted by buttons placed on a "buttons" layer in frame 1. In this "buttons" layer,

  • Backup Disk Read Only

    Hey, Jus got my new MacBook Pro couple of weeks ago.. and trying to use the time machine for backup and it seems to always end up with an error.. it successfully finishes the initial backup.. once the backup drive is ejected and reinserted it becomes

  • 'Album view' for audiobooks?

    I'm aware that normally iPods simply display all audiobook tracks in a single list (perhaps assuming that each audiobook will be one file - which is strange since even iTunes doesn't distribute them like that). However I've also read in a couple of t

  • Fatal Error on Mac Pro

    Can somebody explain to me the cause of this error? And what is the fix? This has been happening on a fairly frequent basis, say 2-3 per week for months. I have included the latest panic report below. Machine specs at bottom of panic report. 2007 mod