Regarding triggering of TRIP workflow.....................

hi friends,
we have implemented ESS for employee subgroup "executive and above"  in our compnay no doubt whenever the user creating trip request through ESS my trip customized trip workflow is getting triggered.
but for workers when ever my travel administrator creating trip request through TC-TRIP then in this scenario the workflow is also getting triggered.
means i want to know how can we restrict that when ever trip request is creating through TC - TRIP the workflow must not be triggered it should triggere if and only the trip request creating through ESS only

Hi Rajat
  This cannot be achieved. Since tirgger event travelreqeuset event calls in both the cases. You cannot avoid triggering whenever the travelrequested from the t-code. One way you can try, in the triggering the event check wheather sy-tcode is trip in that case exit the workflow in your design else continue. Write to logic to get the t-code data in your attribute .
Regards
vijay

Similar Messages

  • TRIP Workflow approval issue

    Dear All
    We have developed custom workflow for TRIP workflow, with single level approval of line manager.
    We are raising Trip request using Transaction PR05.Workitem goes to line manager for approval in SAP inbox and
    NWBC (SAP netweaver ) for approval.On approval by manager workflow is completed instead of further processing.
    Reason for completion of workflow is Event BUS2089 CHANGE is created with event APPROVED.
    Due to this CHANGE event current workflow instance is completed,as parallely condition for CHANGE is checked for workflow completion.
    Kindly let us now this unexpected behavior of CHANGE event creation of BUS2089 on approval of trip by manager and any
    steps to control this.
    Thanks and Regards,
    Aditya

    Hi Aditya
    You may want to retain CHANGED event wait step so that if the trip is changed outside the WF, the current instance, being redundant, gets completed.
    For your case there can be two different approaches, depending how you have implemented the workflow.
    1) Check who is the user triggering the event CHANGED in this case. Is the system catching the manager user name or the user name WF-BATCH. If it is WF-BATCH, it becomes fairly simple. You do not complete the workflow after WAIT for EVENt step, instead loop back to wait step for any possible changes later on (outside the WF)....you will get the user name in the event (_EVT_CREATOR)
    2) If the username is that of the Approver, see if this works for you (Iam assuming that your approval is in one branch of the fork and the wait for event is in another branch of the fork (1 of 2 fork)).
    a) Trap the Actual Agent of the decision in the approval branch
    b) Trap the user triggering the COMPLETED event in the other branch
    c) Compare the two - if they are same, do not execute the process control step to complete the WF instead loop back to wait step for any possible changes later on (outside the WF).
    Not sure if this will work because there can be timing issues.....the Actual Agent of approval may not be written in one branch and the comparison happens in the other..... it's worth a try
    Regards,
    Modak

  • Relationship between the workflows what have been triggered frm parent workflow using container step

    Hi All,
    There is a scenario in CQ5.5 where "Workflow A" has container step to initiate another "Workflow B" from it. Now the requirement is to identity the Workflow A's instance ID in "Workflow B".
    Being quite unable to find any relationship between the workflows what have been triggered from parent workflow using container step.
    Could any one share the pointers for the same?
    Thanks in advanced.
    Regards,
    Saurav Jain
    7428081341

    Please do not keep reposting this.
    Those of us that answer questions here are volunteers ... not paid Oracle employees.
    If no one answered your question to your satisfaction it is either because they choose not to, don't know the answer, or because lacking a version number no one knows to what version you are referring.
    My recommendation is that you go to http://asktom.oracle.com where you will find extremely good explanations of cursor sharing.
    Thank you.

  • TRIP Workflow

    We have created a version of the Trip workflow based on but not the same as the SAP standard offering, but from what we can find, neither TRIP or PR05 when used to create a Trip expense in ESS will cause the workflow to start.
    They both trigger the events 'changed' and  'approved' .... the latter even when the Trip is simply saved ... whereas the standard SAP workflow  and the other examples of Trip workflow's that i have seen, all respond to just the 'created'  event.
    As well as this, both transactions have the button to 'approve' directly... so making workflow pointless.
    Are these settings defined in  Config?

    Hi Neo,
    it seems like you need to customize the standard template and the business object BUS2089 a bit since the object doesn't have methods for settlement functions (at least in ECC5.0).
    Not knowing the specific requirements and details, I would guess that you would need to create custom business object methods for the SD/HR settlements and then run these methods as background tasks (if no user interaction is needed) after the appropriate approvals.
    Hope this helps you get started,
    -Mikko

  • Regarding triggering workflow

    Hi Gurus,
    i created web dynpro application for cretate customer (xd01). by using standard bapi   create_bapi_fromdata1
    now i want trigger workflow and approve/reject  create customer'if approved i will save in data base it has give the customer no.
    pl help me on this requirement . i am new to workflow..
    i got some standard workflows
    those r 1) ws20000075
    2) ws20000084..
    i am trying with these workflows whele executing it giving error..
    pl help me.
    Regards
    vijay.
    Edited by: vijayagasi on May 12, 2010 8:57 AM

    hi pavan
    this is my exact requirement.
    create a workflow object which gets trigerred when the customer master record is being created and this should go for approval and finally once approved, the customer master record should be updated to database.
    regards
    vijay.
    Edited by: vijayagasi on May 12, 2010 9:45 AM

  • Regarding the payment block workflow trigger

    Hi Gurus
    1. All the invoices should be posted with payment block u201CZu201D (customized) where it is not already populated by MIRO with standard u201CRu201D.
    2.Everyday the accountant of the concerned section will run the payment proposal (Automatic Payment Program).  All the invoices that are due will be selected in the proposal with payment block u201CZu201D or u201CRu201D.  Then the accountant manually replaces payment block u201CZu201D or u201CRu201D with u201CSu201D (customized) (signifying start of workflow) in the invoices picked up in the proposal.
    3.Once the payment block changes to u201CSu201D, workflow event should trigger to alert the Section head.
    4.The Section Head then scrutinizes the proposal and wherever he approves the payment block u201CSu201D should be removed in the proposal list. The payment block in all other invoices not approved by the Section Head should be changed from u201CSu201D to u201CZu201D or u201CRu201D again.
    5.The information of rejected invoices should pass to the accountant.
    Roles: 2
    1.Accountant (who has authorization to change the payment block from u201CZu201D or u201CRu201D to u201CSu201D only)
    2.Section Head (who has authorization to approve or to reject)
    Even I given the BOR as BSEG and event as created (Posting item with Payment Block ) .
    I configured as follows.
    1) defined the workflow variant,
    2) assigned the workflow variant to company code
    3) defined the payment block as blank
    But In Event simulation i got workflow get started but it not started. But there is nor event logs too.
    Please help me if you know anything regarding this..
    regards
    vel
    Edited by: Mike Pokraka on Jun 27, 2008 5:27 PM
    Edited by: Velmurugan on Jun 27, 2008 5:45 PM

    Hi Vel
    Did you fix your problem already? recently, I have got a same request from user. The requirement is that after the payment proproal has been confirmed, the workflow should be started by this change and triggers it to send out an email for those vendors by their email address. If you or anybody know about the solution for creating this workflow, please kindly instruct me how to do it, since I am a fresher.
    Thanks
    Jc

  • To avoid triggering of same workflow twice on parking.

    Hi everyone,
    I am currently developing a WF which will be triggered through the 'PARKED' event of BUS2081 i.e through MIRO transaction . Now going ahead in the workflow the user will park the same document again the workflow should not get triggered at this point.
    I am aware that I can create a Z table to store the Workitem Id and the document number and do the checks then.
    I am currently looking to achieve this without the need for a Z table.Does any table exist which stores the object-key and the WF id combination?
    Alternately please suggest ways.
    Please help.
    Thanks and Regards,
    Soumya
    <i>
    I shall reward points to every helpful answer.</i>

    You can use table SWWWIHEAD which stores all relevant data.
    Now you can also use Function Module  "SAP_WAPI_WORKITEMS_TO_OBJECT". In this Function Module you need to pass the Business Object and the Key field. If the Workflist table parameter is not empty that means a workflow instance is in progress and hence you can use this feature as an attribute in your Business object and set the Attribute value accordingly. Now you can use this attribute value in the start Condition of the Workflow(SWB_COND).
    <b>Reward points if useful</b>
    Thanks
    Arghadip

  • Notification mail according to  triggerring event in workflow

    Hi All,
              am doing customer master workflow using KNA1 Business object, it has event CREATE and CHANGE.
    whenever event CREATE is triggering workflow, i want to send notification mail with title 'CUSTOMER 999 CREATED'.
    whenever event CHANGE is triggering workflow, i want to send notification mail with title ' CUSTOMER 999 CHANGED'.
    Could you please advise, how can i handle notification mail according to triggering event.
    Thanks in advance.
    Regards,
    Balamurugan.

    You can either trigger a 1 step workflow that has a send mail step. The triggering event of the Workflow should be CREATE and CHANGE event of BO KNA1. You have to activate the linkage between event and workflow in PFTC. You have to maintain some entries in SWE2.
    After you have done this check your development from Tcode SWEL.
    Thanks
    Arghadip

  • Triggering action for workflow action - pass parameters

    We defined multiple workflow actions for opportunity sales assistant. These actions share a common business logic (WF template), but they will be processed by different groups depending on the actions.  At the runtime, we need to know which action triggered the workflow, so we can direct it to the appropriate group.  Is there a way for us to figure out the triggering

    Hi
    I'm experiencing the same. Have you found an answer?
    Regards
    Carl

  • To stop email notification for a user regarding PR release in workflow

    Hi All,
    I am new to workflow.
    I need to stop an email notification for a user who receives it for PR release.
    I checked earlier posts which stated some send email steps in workflow and extended notifications.
    But I am not aware of any of this things.
    Can you all please help me in resolving this? As i hardly know anything about workflow.
    How can i check where this email notification gets triggered or from where it picks the user id?
    Your help would be appreciated.
    Thanks.

    Hi Dharmin
    Identify which workflow is for PR:
    Go to T Code SWI2_FREQ
    Select the appropriate date range
    Work item Type should be (Sub-)Workflow
    Execute
    You will get the list of ALL workflows triggered during the given time interval
    Hopefully, the developers in your system have maintained the correct Work item text and you can identify the PR workflow . Pick the WSxxxxxxxx number from the "task" Column for the PR Workflow
    Go to SWDD and analyze this workflow, check for steps which are sending the emails.
    (simplest possibility)
    Once you find the step, see if this can be blocked for a given user or not (or will it block for everyone).
    Reach there and give us the details of the email step and we shall work out a way.
    BTW - did you try to ask for the Functional and Technical Specs for this ?
    It should contain some details to help you.
    Regards,
    Modak

  • Regarding SWPC and stuck workflows

    Hi all,
    I already solved the issue but I do need to satisfy my curiosity.
    Due to a particular step that remained IN PROCESS status, I had a number instances for the same workflow stucked and appearing on SWPC. Here's what I did:
    1. Check and double check ST22, bindings, etc. - not likely given it's a standard step, the well known FIPP->POST.
    2. Check SAP_ALL and locks for WF-BATCH.
    3. Continue Workflow: ok, work item dissapeared form SWPC.
    4. Check workflow log: no changes, work item remains IN PROCESS.
    5. Check SWU2/SM58: found one error: "Connection closed (no data)".
    6. Re-execute that LUW: ok, apparently no errors here.
    7. Check Workflow log: no changes, work item remains IN PROCESS.
    8. Check SWPC: workflow appeared again.. back to square 1.
    Later on, I tried the method for that workflow instance with SWO1 and on first execution I got the message: "Object needs to be regenerated". I tried the method again and executes with an error I was expecting: "No authorisation for posting".
    More later on, re-executed SWPC and the workflow got completed. Executed SWPC for the remaining instances and all of them worked on the first try.
    Questions:
    1) Why that behaviour happened? The Business Object needed to be regenerated... why? This is on a QAS system and the BOR hasn't suffered a modification.
    2) I understand SWPC only reacts for workflows being stucked for more than a day. Is that true? Why?
    3) "Connection closed (no data)": this means the RFC failed because of what? "Test Connection" of the RFC WORKFLOW_LOCAL_XXX in SM59 worked fine all day long...
    4) Anything else relevant?
    Thanks for reading.
    Regards,
    Andres.

    Just for reference of the next lucky soul that has to deal with this, I found the problem!
    Short version: run report RFBIPPG0 before using workflow for Parking Documents.
    Long version:
    FIPP.Post executes FM 'PP_CODING_GENERATE' which does an IMPORT FROM DATABASE... and if that IMPORT fails, it triggers a SUBMIT REPORT RFBIPPG0... which does an EXPORT...TO DATABASE... -- YES, the initial set up for the first IMPORT to work properly.
    Later on, because that IMPORT faled, FIPP.Post method executes a LEAVE PROGRAM. My guess is that Workflow run does not like the SUBMIT statement (perhaps due to implicit COMMIT?) So the EXPORT... TO DATABASE... never took place.
    And from here onwards, every time SWPC is used to continue workflow, the same situation is presented. By running report RFBIPPG0, the EXPORT is done and workflow can be continued with no issue.
    Regards,
    Andres.

  • How to avoid triggering of a workflow multiple times at the same time?

    Hello Workflow Gurus,
      This is the situation.
    I have a Notify requisition creator workflow. This workflow is triggered only when a PO is completely released(this Po is created with respect to a purchase req). I have implemented multiple release strategy in my PO workflow. Meaning, if a PO is created for 5 million, 4 entries are created in the release strategy(P0, P2, P3 and P4). Some approvers have authorization to approve P0 and some have authorization to release P2 etc. Before an approver can release P4, P0, P2 and P3 shuould be approved first.
    My problem is when a approver has auth to release both P3 and P4, and if he hits the SAVE button, it is completely released and  2 notify req workflows are being triggered. I use the release indicator = 'C' (completely released) to trigger thos notify req creator workflow. In this case both workflows are triggered at the same time and date. I somehow have to say if this is triggered at the same date and time, complete one workflow.
    BTW, I am not using any user exit to trigger this. This notify req creator WF is triggering event is "RELEASED'. When pO is completely released, 'RELEASED' event gets triggered which caused the notify req creator WF trigger.
    How can I accomplish this?
    Thanks
    Rachana

    Hi Rachana,
    Another way you could acheive this is to use start conditions for your workflow. You could specify that your workflow should get triggered only for release codes = XX or release strategy = XX, etc.. This way even after 1 stage of approval, when the approver clicks on SAVE, the release codes change and because there is start conditions in the workflow that would prevent another instance of the workflow from getting triggered.
    For example, in your case, I presume PO, P1, P2, etc are your release codes.
    You can have a start condition in your workflow wherein you specify that the workflow should get only triggered for release code = P2 [assuming release code P2 is always the 1st stage of approval]. So, once the approver for P2 has completed and Saved, since there is a start condition, there wouldnt be any other workflow instance started. By this way, any stages of approval wouldnt cause another workflow to initiate.
    Hope this is what you have been looking for ?
    Satish

  • Help needed Regarding Project Server - 2013 Workflow

    Hi All,
    I am new to Project server 2013 Workflow, hence please help me regarding this. Pardon me if this question is too trivial. 
    I have created a project type associated with a workflow and my workflow is as follows :
    So I am not doing anything here, I am just testing the workflow as mentioned by technet site : http://technet.microsoft.com/en-us/library/dn458865(v=office.15).aspx
    But it is mentioned that, after a minute or 2, the workflow state will change, also they have mentioned to press the Submit button.
    But in my case, the workflow is not moving to next stage [It just says 'The workflow is still processing - which never changes after hours] or I am getting the submit button (Submit button is disabled on the ribbon). Below is the state of my workflow :
    PS : I have made the user added to Portfolio managers group as well. But still I am having this same issue. 
    The Workflow manager is installed properly, and it is working fine in case of List workflow. I am facing the issue only wrt Site workflow for Project server 2013.
    Please help me to solve this issue.
    Thanks,
    shanky

    Hi Kiran,
    I am now facing issue while assigning a task to a person in the workflow.
    I am having a person named say 'John' , who is included in Project Manager as well as Portfolio Manager.
    And I am using a workflow as :
    Stage : Conceptual
    Assign a task to John (Task outcome to Variable: Outcome5 | Task ID to Variable: TaskID3 )
    Transition to stage
    Go to Approval
    But this is again giving issue as :
    Workflow Internal status : Cancelled
    Details: System.ApplicationException: HTTP 401 {"error":{"code":"-2147024891, System.UnauthorizedAccessException","message":{"lang":"en-US","value":"Access denied. You do not have
    permission to perform this action or access this resource."}}}
    PS : I have used the same Sharepoint admin account for 'Account Name' in ‘User Profile Sync' , Is this causing the issue? Please let me know.
    Thanks,
    Shanky

  • Regarding Triggers in Oracle Forms

    Hello Gurus,
    Please help me .I am very new to Oracle Apps .I got the requirement from my client. Iam a technical developer .Please see the below requirement.
    Order Management Super User >>
    Pricing >>Price Lists >>Price list Setup
    When an item is created in the Price List Form ie.(Reatil) and saved it .The same item should automatically appeared in COST and ZERO DOLLAR Forms . Except Price value.
    Iam planning to do triggers.Can any one help me to create triggers ..step by step procedure .or Please give me any suggestions to done this requirement.Please help me .
    Best Regards,
    Sandeep

    hello
    Change/ modify the properties of the check box item;
    for the check boxes :
    1. Make the data type of the check box as number;
    2. fill the functional a.)value when check = 1 b.) value when uncheck = 0;
    3. add new item to summarize the value of the checkbox;
    change properties of the new added item
    datatype number;
    calculation summary
    summary function :- sum
    summarize block :- your block
    summarize item :- your check box item.
    used :----> when checkbox change trigger
    if nvl(:item_summry,0 > 2 and //double entry of data then
    your code......
    .... message..
    raise..
    else
    your code.....
    end if;
    For Duplicate Item data entry :-
    see this for the duplicate entry for item :-
    duplicate records in  a multi record block
    modify my given code & modify the said link information to satisfied your requirement.
    charles

  • Regarding terminating events in workflows

    Hi,
    I know that terminating events are used with asynchronous methods. Can anyone tell me, why do we need to do so????
    Thanks and Regards,
    Ravi Varma

    Hi
    Check the links below
    Workflow automates the steps and activities in a business process according to predefined procedures and rules.
    Workflow presents information and documents to the appropriate knowledge worker or agent (another entity such as a program) to make a decision or perform an activity.
    Workflow tracks each and every step in the process flow and maintains an ongoing status.
    Workflow also collects and reports all of the metrics associated with the execution and completion of the process.
    Check the below links u will get lot of info..
    http://www.sap-press.com/product.cfm?account=&product=H950
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Go through the following links on FORK :
    http://help.sap.com/saphelp_nw04/helpdata/en/24/e2283f2bbad036e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/8d/25f1e7454311d189430000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/c5/e4a930453d11d189430000e829fbbd/content.htm
    http://www.insightcp.com/res_23.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    For more reference on workflow: http://****************/Tutorials/Workflow/Workflow.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/04/9277a346f311d189470000e829fbbd/frameset.htm
    Check these links.
    http://www.sapgenie.com/workflow/index.htm
    /people/ginger.gatling/blog/2005/12/01/link-workflow-business-objects-to-your-collaboration-tasks
    http://help.sap.com/saphelp_nw04/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw33/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw31/helpdata/en/8d/25f94b454311d189430000e829fbbd/content.htm
    http://www.sap-press.com/product.cfm?account=&product=H950
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Workflow tutorials with step-by-step and with screenshots are available at http://www.****************/Tutorials/Workflow/Workflow.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c14a9b55103116e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm
    http://www.sapgenie.com/workflow/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2857887
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2855919
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2735228
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    Debug a workflow.
    This has a step by step procedure :
    http://fuller.mit.edu/workflow/debugging.pdf
    www.erpgenie.com/sap/workflow/debugging.htm
    http://www.erpgenie.com/workflow/debugging.htm?2b5de440
    Workflow tutorials with step-by-step and with screenshots are available at
    http://www.****************/Tutorials/Workflow/Workflow.htm
    http://www.sapgenie.com/workflow/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2857887
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2855919
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2735228
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/WORKFLOW_tutorial.html
    Reward points for useful Answers
    Regards
    Anji

Maybe you are looking for