Workflow opens multiple workflows item types

We have a small workflow, when I open it from database, it opens multiple other workflow item types which are not
related to the process.
Can anybody tell me how to remove the links between these item types.
thanks

I have a custom workflow process, while developing it we might have used some activities from oracle standard worflow process(PO Standard), now whenever I open the custom workflow process it opens the standard process with it. Same thing happens when deploying the process to database.
Is there a way to remove the connection between the two item types.

Similar Messages

  • How do I open multiple history items and restore my last session from more than the last day

    I see I can open 1 history item ant a time how can I open more than 1 if my browser crashed or was force quitted. Also is there a way to open previous items from before I day if I lunch safari and don't open my recent items using history.

    From your Safari menu bar. Click History / Reopen all windows from last session.
    If Safari is quitting unexpectedly, try resetting Safari. From the menu bar click Safari / Reset Safari. Select the top 7 buttons, click Reset.
    If that doesn't help, If Safari has just crashed, press the Report button on the CrashReporter dialog box to view the crash  information.
    Copy/paste the entire contents of the Crash Reporter window into your reply. If the crash report dialog does not appear or the crash is hard to reproduce, crash logs can be retrieved from the ~/Library/Logs/CrashReporter> folder.

  • Find activity id in an Oracle Workflow Item Type

    Dear all,
    I am having a problem locating the activity id
    in order to use it with Wf_Engine.GetActivityAttrText(itemType, itemKey, actId, parameter_name) function.
    Any ideas? Thanx in advance

    Hi,
    All PL/SQL stored procedures that are called by function or notification activities in an Oracle Workflow process should follow this standard API format so that the Workflow Engine can properly execute the activity.
    This standard API has the activity id passed as an "IN" parameter
    procedure <procedure name> (itemtype in varchar2,
    itemkey in varchar2,
    actid in number,
    funcmode in varchar2,
    resultout out varchar2)
    So, in the procedure, you have access to the activity ID.
    Hope this helps,
    Raja

  • How to create a notification mailer that handles only some of Item Types

    Hi All,
    we are currently try to create another notification mailer to handle ONLY some of the workflows.
    I have been browsing the internet (oracle site and none) as well as looking for an answer here but I was unable to find a solution/detailed documentation.
    The only reference I was able to find is in the Oracle Workflow Admin's Guide where it's written "you can create a notification mailer that processes only messages that belong to a particular workflow item type" but it does not explain how.
    Can anyone help me?
    Thank You, Pier Paolo.

    You may use Correlation ID parameter of the mailer to specify the Itemtype that your mailer should process. This information should be available in the Workflow Admin Guide or Oracle Apps Admin Guide.

  • Workflow with item type and item key  is in progress. Abort existing workfl

    Dear all,
    I'm using the below code from the submit button event to launch the workflow. The workflow works fine when I submit for the first time, when i try to submit for the second time from the same session it throws me the error as Workflow with item type and item key is in progress. Abort existing workflow.
    Where I am struck,Kindly send me any solution.
    I am using below code in oaf
    public void workflow(OAPageContext pageContext,
    String headerId,
    String empName,
    String userName
    String wfItemType = "XXSample";
    String wfProcess = "XXSample";
    String wfItemKey = headerId;
    OANavigation wfClass = new OANavigation();
    // Create Workflow Process
    wfClass.createProcess(pageContext, wfItemType, wfProcess, wfItemKey);
    System.out.println("Workflow created");
    wfClass.setItemAttrText(pageContext,
    wfItemType,
    wfItemKey,
    "XXHDRID",
    headerId);
    wfClass.setItemAttrText(pageContext,
    wfItemType,
    wfItemKey,
    "XXEMPNAME",
    employeeName);
    wfClass.setItemOwner(pageContext, wfItemType, wfItemKey,username);
    wfClass.startProcess(pageContext, wfItemType, wfProcess, wfItemKey);
    System.out.println("Workflow started");
    Thanks,
    Kumar.

    Item type and item key forms unique record for the workflow session, you cannot have 2 instances of the workflow running for the same header id, in your case. Check if the process exists for the header id. If so, display a warning message without launching another workflow session, else start the workflow process.
    Thanks
    Shree

  • Workflow - how to update multiple list items

    Is it possible to update up to 3 list items with the same information using a workflow?  My scenario is where a company vehicle (registration number) has up to three drivers assigned to it - Driver Name 1, Driver Name 2 and Driver Name 3.   I
    have two separate lists - one for vehicles (fleet list) and one for drivers (driver database).  In my workflow when an item is created or changed in the fleet list, I would like the current vehicle registration to be updated in all three driver records
    in the driver database.  I am not sure if I can do this as I am unsure of what my unique look up would be as I need to be able to tie a vehicle registration to a driver name. Any advice would be much appreciated.
    Thanks

    Hi,
    Refer to the following threads about how to update multiple list items simultaneously.
    http://social.technet.microsoft.com/Forums/en-US/936d05ba-6e86-4f44-bbdb-b3c5c12b2c68/how-do-i-update-multiple-list-items-at-once-in-a-sharepoint-list
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/2d342b01-1978-40c9-a203-303d145b331e/how-to-update-mulitple-list-items-at-same-time
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/8d5b7424-58dc-470b-8142-90755dbdeaae/sharepoint-workflow-change-multiple-items-in-other-list
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Single approval workflow to apply on multiple selected item in Sharepoint 2010

    Hi All,
    I have the following work flow requirement:
    1. Select multiple list items/ documents from a library
    2. Start a single approval work flow for all the selected items
    3. Which creates single approval task for all the approvers (Hence Multiple approvers)
    4. rejection by single approver rejects all the approval process
    (step 4 i know)
    How can i go ahead with this?
    Met vriendelijke groet / Best Regards,
    ir. Poojith Jain | SharePoint Developer
    LinkedIn

    Hi All,
    I have the following work flow requirement:
    1. Select multiple list items/ documents from a library
    2. Start a single approval work flow for all the selected items
    3. Which creates single approval task for all the approvers (Hence Multiple approvers)
    4. rejection by single approver rejects all the approval process
    (step 4 i know)
    How can i go ahead with this?
    Met vriendelijke groet / Best Regards,
    ir. Poojith Jain | SharePoint Developer
    LinkedIn
    Hi, which solution did you follow to accomplish that?

  • WORKFLOW ITEM forward

    Hello All,
    When I am trying to forward workflow item using SWIA , I am getting the message like " WS is not a valid object type for a task".
    It's in statuts "STARTED" and AGENT is "SAP WORKFLOW".
    How can I forward this item to user as workflow administrator.
    Regards,
    Lavanya.

    Hi,
    Please follow the below steps........
    1. If you have the workflow instance number
    Oepn table SWWWIHEAD through tcode se11/se12/se16
    Enter the instance number in field TOP_WI_ID and execute.
    You will find there are multiple woritem there.
    Get the workitem whrere WI_TYPE is 'W'.
    That is the dialog workitem of that workflow. ( There may be the multiple dialog workitem as per the workflow design )
    Now forward the dialog workitem through SWIA
    2. If you hav woritem number which is not wokflow instance number
    Open table SWWWIHEAD through tcode se11/se12/se16
    Enter the instance number in field WI_ID and execute.
    You will get the worklow instance number in field TOP_WI_ID.
    Now get the top wokitem id adn open table SWWWIHEAD through tcode se11/se12/se16
    Enter the instance number in field TOP_WI_ID and execute.
    You will find there are multiple woritem there.
    Get the workitem whrere WI_TYPE is 'W'.
    That is the dialog workitem of that workflow. ( There may be the multiple dialog workitem as per the workflow design )
    Now forward the dialog workitem through SWIA
    Hoping that this will help you to fix your problem.
    Thanks and regards,
    SNJY

  • Problem in displaying workflow Items in UWL

    Hi all,
    I am facing the following problems in displaying the workflow Items in UWL
    I am able to see the work flow items in SAP inbox but not in UWL.
    The following are my issues and questions
    1. what is the type of system to be created in portal.
    BI JDBC System
    BI ODBO-Compliant OLAP System
    KM Windows System
    Portal Tenant System
    SAP system using connection string
    SAP system using dedicated application server
    SAP system with load balancing
    Web Service System using WSDL URL
    2. what is the configuration need to be done in Universal Worklist & Workflow
    3. Any other configurations need to be done in WAS server and SAP server.
    Please anyone give me the solutions and it is urgent.
    Thanks in advance
    Thanks
    Ponnusamy P

    Hi,
    <b>1. What is the type of system to be created in portal ?</b>
    This depends on what type of a system are you trying to connect to. If it's an ECC system or R3 system, you may use SAP system using dedicated application server. Give an alias to it and check the permissions of that system.
    <b>2. What is the configuration need to be done in Universal Worklist & Workflow ?</b>
    You have register this system now. Go to System Administration -> System Configuration -> Universal Worklist Administration -> UWL Configuration -> Chose New -> Enter the Name, System Alias and select WebFlowConnector.
    In the System Administration -> System Configuration -> Universal Worklist Administration -> Registration for all types of Universal Worklist WebFlow, register item types by clicking "Register Item types for all systems". Alternatively, you can also click on "Register items types for new systems".
    <b>3. Any other configurations need to be done in WAS server and SAP server ?</b>
    The portal user should have corresponding user on the ECC or R3 system or whichever backend system you are trying to connect to. This user should be authorized to have RFC access to function group SWK1 and transaction SWK1.
    Please refer to this document which lists out all the steps. Please refer to minimal configuration section. https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45
    Regards,
    Sunil

  • Mass deletion/ transfer of workflow items - Urgent

    Hi Experts,
    We have a situation where there are around 1.2 million open workflow items in work flow of employee due to wrong assignment of workflow agents in PPOM. Now we need to clear all these workflow items from user's inbox either through deleting them or through un assignining them from his workflow.
    It is not possible to process these workflow items individually from his inbox through transaction SBWP. I understand that we can delete maximum of 999 items at a time through transaction SWWL. This will not be of use for us.
    Can some onpe please suggest how do we go about this issue.
    Regards,
    Santosh
    Regards,
    Santosh

    Hello Santosh
    SAP note  49545 will give you useful information.
    Regards
    Javier Reviriego

  • SWO1 approval in background does not clear manager workflow item

    Hi,
    I am trying to approve the shopping cart from a managers UWL in background through SWO1.
    But when I do the shopping cart is getting approved whereas the approval item is still pending with the manager of the shopping cart.
    How to  delete the workitem from the manager inbox once I push the shopping cart for approved status in SWO1 ?
    Regards
    harish

    Hi,
    Awaiting approval is document status. You can find workflow status and workflow item number in BBP_PD.
    Please check workflow item detail in SWI1 transaction.
    I think debug the setReleased method is good way for finding the root cause. It might change only document status and does not change workitem side.
    If the SWO1 method does not fit your requirement, please check the class /SAPSRM/CL_OFFLINEAPP_INBOUND.
    (b) Check whether workitem is still in status 'READY'
    (d) Check procurement document
    (e) Lock procurement document
    (f) Append approval note as a long text of type NOTM to the
        procurement document => Update document
    (g) Execute the workitem
    (h) Unlock the document
    Export the processing results and errors out of the method
    Regards,
    Masa

  • SC in Awating Approval satus but No workflow item found

    Hi Experts.
    We are using SRM 5.0 and have found this strange problem where a SC is awaiting approval status but there is no workflow item generated when we check for the sc in bbp_pd.
    We tried to check in swi1 for workflow item id for that particular but are not able to see this SC.
    What could be the reason where the workflow is not started since in our case once the sc is created workflow gets started automtically in this case that has not happend.
    we ran the clean_req_req_up job and bbp_get_status_2 for this sc but no help
    Any help in this regards will be highly appreciated
    Regards
    Vidya

    Hi Ricardo,
    Thanks for your response As suggested we did check for the SC in SWI6 but we get a messge " there are No workflows that have already worked with this object type"
    Since our SC have approvals in line will restart of workflow trigger the approval or will t get auto=approved,since in a few cases when we retriggered the workflow teh approvals were never called and the SC were auto-approved.
    There are more than 10sc which have stuck in thsi kind of situtation
    we also had a SP patch upgradtion,cld this have been caused  because of SP upgradation?
    Regards
    Vidya

  • Excessive workflow items

    Hi,
    User is getting excessive workflow open items(emails) in his mailbox on weekends with message "You have received new work items". when he check there is no item to take action. How can I stop excessive workflow items?
    -Pankaj

    Hi,
    Are you sure it is excessive?
    I think the report for sending mails from workitems is sending mails to available agents. If one workitem is sent to 5 agents in the weekend and early morning one agent picks it up then of course it is removed from the other 4 agents.
    I don't think you can do anything about this though. This is standard behaviour.
    Kind regards, Rob Dielemans

  • Need to deactivate task that generates workflow items not needed anymore

    Hi,
    Some users are currently getting workflow items with the error message: "Header del.date/Qty different than line item;..." for inbound orders. The users don't want to receive this error message anymore on their inboxes.
    I found out this error message is generated by the TS90100001. How can I find out if this task only generates this error message or if it is used to something else? And also, if this is the case, how can I deactivate this task?
    Thanks!
    Andrea

    Hi,
    I don't have access to TCode SWE2, if you think it would be useful for me, I'll request the access.
    I entered to see what the task does and found out the name of it which is: Order Change after post processing error.
    Object Category: BO BOR Object Type
    Object Type: ZBUS2032
    Method: CHANGE
    Not familiar with this sorry
    Thanks,
    Andrea

  • Can I have multiple Serialized items on a service request for an "Installation" type of SR?

    Can I have multiple Serialized items on a service request for an "Installation" type of SR? We normally ship our machines out in batches of 6, 12, and 20 with installation by our Field Servie Techs. They would like to be able to open a single SR for the installation but would want to "Tag" the Machines for it. I am not sure the posibility of this?
    Thanks
    Jesse

    More info:
    How to add a Reviewer to a Review Activity through Orchestrator
    http://www.scsm.se/?p=895
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

Maybe you are looking for

  • Installation error in SAP ECC 6.0

    Hi Experts, i got an error while installing SAP Ecc 6.0 version at 13th (Create Database) step. DB  : Oracle OS : windows 2003 server. Any suggestions to overcone this please. Thanks in advance.

  • OS X 10.5

    Where can you get a copy of OS X 10.5 Leopard so I can upgrade my Mac PowerBook.

  • How do I copy the numbers only without the formula.

    May I know how to copy and paste only value of the cell without the formula? ie, something like paste special ... value in Excel?

  • Do you need physical hardware specifications for virtual machine

    I am currently running VMware Server 2.0. I am working with a server whos hardware specifications cannot support Windows Server 2008. My question is should I still be able to create a virtual Windows Server 2008 under VMware since all the hardware sh

  • Changing contact group assignment iOS7

    On my iPhone 5 running iOS7, I just discovered my "contacts" app has two "groups",  "iCloud" (with 4 sub categories: "all", Mine, Hers, and one more) and then another group, "Work". The problem is, the "Work" group does not sync with iCloud. When I g