Cannot Access Custom Workflow Process List (SharePoint 2007)

Does anyone know how to access the "Custom Workflow Process" list when using custom form actions in SharePoint 2007?
There are quite a few items in this list and I need to reduce the list item size.
Thank you for checking!

Did you try below script
social.technet.microsoft.com/wiki/contents/articles/powershell-script-to-list-out-webparts-used-in-publishing-pages-in-sharepoint-2007-and-sharepoint-2010-sites.aspx
param([switch]$help)
[void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")
[void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint.Publishing")
function GetHelp() {
$HelpText = @"
DESCRIPTION:
This script will list out the webparts type along with the names in publishing pages in any site .
$HelpText
function RahulPublishingPageWebParts() {
write-host "This script will enlist the webparts used in all publishing pages in this site"
write-host "Please enter theURL of the site"
$siteURL = read-host
$site = New-Object Microsoft.SharePoint.SPSite($siteURL)
$web = $site.OpenWeb()
$webPublish = [Microsoft.SharePoint.Publishing.PublishingWeb]::GetPublishingWeb($web)
$pages = $webPublish.GetPublishingPages()
foreach($page in $pages)
$manager = $web.GetLimitedWebPartManager($page.Url,[System.Web.UI.WebControls.WebParts.PersonalizationScope]::Shared)
$webCollection = $manager.WebParts
if($webCollection.Count -ne 0)
write-host "The page " $page.Title " contains these webparts"
for($i =0;$i -lt $webCollection.Count; $i++)
write-host ($i + 1).ToString() " " $webCollection[$i].GetType().Name " " $webCollection[$i].Title
$site.Dispose()
$web.Dispose()
if($help)
GetHelp; Continue
else
RahulPublishingPageWebParts
If this helped you resolve your issue, please mark it Answered

Similar Messages

  • Cannot access Recent/Missed Calls List iPhone 3GS

    Hello,
    Recently, without any known change to the phone (no update, firmware, change setting, etc.) I cannot access the Recents folder (list of all calls) on the phone. This is the folder at the bottom of the phone screen when you access the phone and is listed along with the Favorites, Contacts, Keypad and Voicemail folders. Also, the phone will still display the incoming call while its ringing, but it wont show the missed call callout box you normally see when you miss calls. Caller ID still works and all other phone features work normal. Strangely enough, the little red numbers that display how many unviewed calls are in that folder still works and keeps on adding up
    When I try and access that folder, I get a little screen flash and the phone goes back to the desktop screen.
    This is what I have tried:
    -Upgraded software to 4.3.4 The upgrade was successful. Did not fix problem.
    -Backed up the phone and did a restore through itunes. Did not fix problem.
    - Did a phone reset through the phone settings. Did not fix problem.
    I don't know what else to do. This feature is very imporant to me.
    Thanks for any help.

    http://discussions.apple.com/thread.jspa?threadID=2280669&tstart=0

  • How to use custom forms created in SharePoint 2007 to work in SharePoint 2010

    Hi,
    We have created some custom forms  in SharePoint 2007 (for add a New item and Edit item for some list and libraries) after migration to SP 2010 we found out thet we can use those custom forms because the document versions are 12.0.0.0 which
    should be 14.0.0.0  in  SharePoint 2010
    Could someone please tell me if we can migrate forms from SP2007 to SP2010 as well?
    I even tried to change document Version and content but still not working! Do we need to recreate those forms in SP2010?
    Thanks 
    Kate

    Hi Khojasteh,
    How did you do for changing document version and content?
    Whether you tried to set the forms update automatically, then re-publish them.
    There are some similar posts for your reference:
    Migrate Infopath 2007 to SharePoint 2010 site
    Unable to open infopath forms when migrated from MOSS 2007 to sharepoint 2010
    Migrate browser based InfoPath Forms with code behind from MOSS 2007 to SharePoint 2013
    Plan to upgrade form templates during an upgrade to SharePoint Server 2010
    Best Regards,
    Wendy
    Forum Support
    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]
    Wendy Li
    TechNet Community Support

  • Highlight an invalid email address in a custom workflow activity in SharePoint Designer 2010

    Hi,
    I have created a custom workflow activity to send an email with the 'From' address being taken as input from the SharePoint Designer when this activity is used in a designer workflow. My requirement is to highlight an invalid email address(from address)
    on click of 'Check for Errors' button in SharePoint Designer like it is done for mandatory inputs by default where it highlights such inputs if left blank. Is it possible?
    Thanks in advance.

    Good work, catch so far Michael, does seem to be a "feature" of iCloud syncing, not sure what you could do to disable it.

  • Custom Workflow Process

    Hi All,
    I am trying to integrate the custom UI with human workflow process. Once the human task is initiated in BPEL, the workflow reference links in the email generated should point to custom UI links.
    I have developed the UI application where the user can approve or reject the any transaction. Once the user approves the task the control should be sent back to BPEL process with the outcome.
    If the above case is possible, could anyone please provide me some pointers or documentation.
    Thanks
    Ramana.

    Hey,
    Thanks for the reply. I guess I didn't put my question clearly. What I am trying to achieve is different.
    Here is my question:
    Usually for the Human Task activity the owner can approve the task going to URL (http://host:port//integration/worklistapp), but in my case I want to use custom UI instead of standard worklist app url.
    In the custom UI user can approve and the approval information is sent back to BPEL human task and I will proceed further with other activities after the approval. I am planning to use portal applications for custom UI.
    Thanks,
    Ramana.

  • Cannot edit a workflow process

    Hello,
    please help:
    When I select a workflow in Tools 7.8 (on the local database) and right click it and select "Edit Workflow Process" from the context menu, I get this error:
    The property 'Drop Sectors' must be set for this view.(SBL-DAT-00237)
    Any ideas what this is caused by? Maybe my local database is corrupted?
    Thanks a lot
    Pavel

    This is what ML3 came up with: 800x600 resolution and workflow (Doc ID 511175.1)
    ML3 should be your first port of call.

  • Cannot see the Workflow process in Application.

    Hi ,
    We have a strange issue with workflow.
    We wanted to customize the INVFLXWF workflow .
    We downloaded it from the apps into WorkFlow Builder.Added a process and a function.Saved it back into the database.
    Now , when you go into the application --> System Administrator --> Application --> Flexfield --> Accounts --> ctrl F11 -
    and you dont se the workflow Generate Cost of Goods Sold Account .
    Only if we see it then only we can change the Process Name to the newly created process.
    What puzzles us is that the AP Process calls the Generate Cost of Goods Sold Account and generates the COGS account .But we wanted to change it.Without seeign it in the application we cannot change the process.
    Can anybody help?

    Hi Andrew,
    Thanks again a lot for the help. It has really helped. Now I am trying to get a better understanding of how the platform, SCC and the simulator need to be configured.
    Let me write down some of my learnings:
    If one does not see the workflow then the following points should be checked.
    1. Check whether the simulator and the MDS are running properly or not. Like in my case I had installed MDS and 9800 simulator by getting 2 seperate installables. But later I got the BB 6.0 JDE and installed that. Probably this helped me out.
    2. If you dont see one of your already developed workflows not in the Simulator then develop a new workflow and try syncing that to the simulator. As you have shown it to Tapan one can get it from http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8028374d-6490-2e10-5391-b3cb0310ad1d?QuickLink=index&overridelayout=true and https://cw.sdn.sap.com/cw/groups/sup-apps?view=documents
    For me I was not able to move my already developed workflow to the simulator. Then I tried to get the EmpDir2_0_ESD1 from the above mentioned link and then this worked. Probably some error in my workflow. So try generating a new workflow and move that to the simulator
    3. If MDS does not comeup then it may be because you have installed it in C:Program Files. So better install the BB JDE in some other folder where you have write permission. This information I got from StackFlow.
    Hope this may help some novice like me...
    Thanks again Andrew...
    Best Regards
    Tapas

  • New User cannot access OWA after migrate from Exchange 2007 to Exchange 2013

    Dear all,
    I recently migrate the Exchange server from Exchange 2007 on Windows Server 2003 to Exchange 2013 on Windows 2012 R2. I can open the mailbox moved from Exchange 2007 without any problem. However when I created a new user in Exchange 2013, the user cannot
    login the OWA, the browser will throw out following screen. Can anyone help me in this case. Thanks a lot!

    Hi Winnie,
    Thank for your reply. Below is the result, please note there has four exchange servers, HKAD and HKEX are the existing Exchange 2007 server. HKCAS1 and HKCAS2 are the new Exchange Server 2013 - both of xchange server 2013 are using owa.ksi.com.hk
    as the external URL.  
    Identity                      : HKAD\owa (Default Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           : {}
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    https://hkad.ksi.com.hk/owa
    ExternalUrl                   :
    Identity                      : HKAD\Exchange (Default Web Site)
    InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : False
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : HKAD\Public (Default Web Site)
    InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : False
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : HKAD\Exchweb (Default Web Site)
    InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : False
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : HKAD\Exadmin (Default Web Site)
    InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : False
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : HKEX\owa (Default Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           : {}
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    https://hkex.ksi.com.hk/owa
    ExternalUrl                   :
    Identity                      : HKEX\Exchange (Default Web Site)
    InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : False
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : HKEX\Exadmin (Default Web Site)
    InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : False
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : HKEX\Public (Default Web Site)
    InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : False
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : HKEX\Exchweb (Default Web Site)
    InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : False
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           :
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    ExternalUrl                   :
    Identity                      : HKCAS2\owa (Default Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           : {}
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    https://hkcas2.ksi.com.hk/owa
    ExternalUrl                   :
    https://owa.ksi.com.hk/owa
    Identity                      : HKCAS1\owa (Default Web Site)
    InternalAuthenticationMethods : {Basic, Fba}
    BasicAuthentication           : True
    WindowsAuthentication         : False
    DigestAuthentication          : False
    FormsAuthentication           : True
    LiveIdAuthentication          : False
    AdfsAuthentication            : False
    OAuthAuthentication           : False
    ExternalAuthenticationMethods : {Fba}
    Url                           : {}
    SetPhotoURL                   :
    Exchange2003Url               :
    FailbackUrl                   :
    InternalUrl                   :
    https://hkcas1.ksi.com.hk/owa
    ExternalUrl                   :
    https://owa.ksi.com.hk/owa

  • Current User Filter not available in the Add Web Parts list - Sharepoint 2007

    Hi everybody,
    I'm trying to build a copy (or auto-populate) function on a list.
    I did all the coding changes, now I need to add a web part to my list called Current User Filter.
    Problem is, the Current User Filter is not in the Web Part list at all!
    How can I add it ? I looked in the Central Admin Panel and did not see anything.
    Thanks in advance!

    What version of SharePoint are you using?  I think that this is s MOSS webpart, so if you're using the WSS version of the product, you're probably out of luck.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Sharepoint 2013 custom workflow issue

    Hi,
    We are developing custom workflow in our sharepoint 2013 project using Visual studio 2013. We have got one issue while list item updation in custom workflow.
    'Modified By' field is changed to System Account while updating item. It  is not done with elevated privilege or not with user token.
    Thanks in advance
    Nithya K Pillai

    Hi Nithya,
    You can try powershell to change the Modified by -
    http://gallery.technet.microsoft.com/projectserver/Update-SharePoint-list-4e6272ab
    or before your update method get the user and update the modified by like the below-
    Item["Editor"] = User;
    Item.Update();
    Alternatively try using listItem.SystemUpdate for not updating modified by values -
    http://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.splistitem.systemupdate(v=office.15).aspx
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Custom workflow - How to go from single server to multiple?

    I have been working on a project that involves developing a custom workflow activity for SharePoint 2013. I am developing it in a single server environment working with http. My problem occurs when deploying to multi-server environment with https (WFE, APP).
    My question is how to deploy my solution to the new environment. 
    The steps:
    Create a project - c# activity library
    Add a workflow activity, add .xml
    Deploy the .dll and .xml of project to "C:\Program Files\Workflow Manager\1.0\Workflow\Artifacts" "C:\Program
    Files\Workflow Manager\1.0\Workflow\WFWebRoot\bin"
    net sotp "Workflow Manager Backend"
    net start "Workflow Manager Backend"
    gacutil to deploy the .dll to GAC
    iisrest
    Create a project - empty SharePoint 2013 project
    Add a workflow custom activity to project
    Edit .actions4 and .xaml (my custom code from previous project is in this project now that i can drag and drop in .xaml)
    Deploy to server, activate feature, open SharePoint Designer 2013 and choose the custom action that now appears when creating a 2013 workflow
    This all works fine and dandy on my single server environment. Workflow is working like a charm. How should I go about deploying this to a multi-server environment with https? Does that server need Visual Studio on it also? I have continued to deploy the
    .dll and .xml to the workflow manager backend folders. I have continued to deploy the .dll to the GAC also. When I upload the solution to the new site, it continues to work. When I open designer to create the workflow, it breaks and i cannot create or edit
    any of the workflows on that site. Do i need to be doing something different because i am going from a http environment to https?
    Let me know if this is unclear or if anyone needs more information. Thanks

    If I understand correctly, your workflow still working fine in multi-servers farm but having problem in SharePoint designer. As far as I understand your custom activities should be deployed in the server where your workflow manager is running. Good architecture
    would be to put the workflow in app server (or in it's separate server). But if you are also using HTTPs in multi-server farm whereas the workflow configured over HTTP, you might need to register the workflow (I'm not quite sure though, so you can try in some
    test environment first).
    I've worked with SharePoint 2013 workflow but I intentionally didn't develop custom activity. Rather I develop custom WCF service in SharePoint. And then used the service from workflow. This is how I could use a separate dedicated server for workflow (if
    needed ever) without having any reference to SharePoint DLLs from inside workflow.
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com

  • Custom Workflow using Oracle Workflow in ContentDB

    Hi,
    Could we use custom workflow which is made using Oracle Workflow instead of BPEL.
    Regards,
    Yulisar

    Having registered custom workflows for Content DB via Enterprise Manager, potentially you can use any tool capable of dequeuing/enqueing messages from the IFS_BPEL_OUT/IFS_BPEL_IN advanced queues as part of a custom workflow process.
    By default, we assume you are using Oracle BPEL PM with its Advanced Queue adapater to process the queue messages. However, there is nothing stopping using Oracle Workflow or any tool for that matter.
    HOWEVER!!! Warning!!! There is a high probability that Content DB will drop the bundled Oracle Worflow installation in the near future. What this means, is that you should consider installing/configure/patching your own separate Oracle Workflow installation and not rely on the bundled Content DB solution which is used internally for Serial and Parallel Approval workflows.
    thanks,
    Matt.

  • How to create a Language Branch using custom workflow?

    Hi,
    I’ve a requirement where I need to create a workflow process which will create a Language branch.  i.e I wanted to achieve the functionality using custom workflow as given in the docs: https://dev.day.com/docs/en/cq/current/administering/multi_site_manager.html#Managing the Translation of your Language Branches 
    As per the OOTB functionality,
    1.     If the target page is not exist in the Language branch, it will copy the reference page to target path.
    2.     If the target page is already exists, it will not create a copy of the reference.           
    After the translation, if we make any changes in the reference page and activate the reference, then we have a button called 'Show side by Side' under Translation in the side kick which shows differences between reference page and translated page.
    Example:
    So, I would like know how we can achieve this in my custom workflow process. In my workflow process, I’m checking whether the page is existed in the target path or not. If not exist, I used page copy.
    Eg: Page page = newPage.copy(originalPage,targetPath+"/"+originalPageName,null,true,true );
    When I use above api, it just copies the page and it will not maintain any relation with reference page.
    Any pointers would be more helpful.
    Thanks
    Siva

    Hi,
    I have a similar request to export the texts from one language and after the translation to import them to the new language, did you find any solution? My question is how can I add some steps into my workflow to validate the imported data -and if the user validate the texts then proceed with next step(in my case I import the text from a file and generate a form with values). I read the documentation from Adobe but I didn't find anything related to how we can add a workflow to a dynamically generated from(I don't use the CQ form component).
    Can anybody help me with this?
    Thx, Lorand

  • PO workflow process raises event but subscription does not fire

    Hi:
    We are sending POs electronically in XML (11.5.10.2). The PO reaches the supplier correctly. The workflow process to send the PO to the supplier completes successfully. The workflow diagrammer shows that the process fully completes. The last task in the standard process raises an event called oracle.apps.po.event.xmlposent. By default this event has no subscriptions, but I created a subscription that will call a custom workflow process. In testing, I can manually raise this event, and my custom process works. But when the full process runs and completes my custom process does not run. Again, according to the workflow diagrammer, the event in question gets raised. I find no evidence of the event in question in an queue. Why would the process complete, including the step to raise the event in question, but I find no trace of it.
    Can anyone suggest additional debugging steps or a solution?
    Thank you!

    Hi,
    I have answered your duplicate post on the [WorkflowFAQ forum|http://smforum.workflowfaq.com/index.php?topic=1045.0].
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Workflow process does not complete for 3500 but works for about 10 records

    Hi Gurus,
    I am a novice in workflow. Pls bear if the questions are very basic.
    We have a old custom workflow process which is inistaed by a PL/SQL procedure
    WF_ENGINE.CreateProcess ---
    WF_ENGINE.StartProcess ---
    COMMIT; ---
    Now this process has run for over 6-7 years but has always processed max upto 8 or 10 records at a time. Now we had about 4000 records in a table and the process was running for more than 4 days now and it has been termiinated.
    I could not see any new item_keys. Is it because we have a commit only at the end.
    This process has 3 sub processes. they are connected by 'AND' and then we have an 'End' node.
    The first sub-process is simple and we can see a record in wf_items .
    Howver no records are there in wf_items for the 2nd and 3rd sub processes.
    How can we check the point where it has hanged. Querying Status monitor just gives the first sub-process that has completed. How to debug for these cases.
    This has always worked for small volumes. Now we have about 4000 records and we face this problem
    The process actually checks data from the table and based on some conditions , it send 5 different notifications to 5 different mail groups. So we expect about 4000*5 mails to be sent.
    Any help is welcome.
    Thanks,
    L
    Edited by: 901929 on 20-Jul-2012 01:38
    Edited by: 901929 on 20-Jul-2012 01:39

    L,
    Please check the following:
    1. Since this is pure PLSQL you can have a SQL script where you enable a database event to get a trace and then run tkprof on the output to spot any performance problem. You can use something like:
    alter session set tracefile_identifier='Background' max_dump_file_size='unlimited' events '10046 trace name context forever, level 12';
    begin
    wf_engine.CreateProcess(...);
    wf_engine.StartProcess(...);
    end;
    commit;
    alter session set events '10046 trace name context off';
    select fnd_debug_util.get_trace_file_name() tracefile from dual;
    2. Do you happen to know if WF runtime tables are being purged regularly? If this is not done you can expect serious performance problems. If this is WF Apps embedded you need to clean data using the concurrent request Purge Obsolete Workflow runtime data, if not then you can use the APIs in package WF_PURGE.
    3. You will only find one record in WF_ITEMS for this process if those sub-processes belong to the same item type
    4. About the notifications, make sure you are not running into this design problem: https://blogs.oracle.com/oracleworkflow/entry/looping_within_a_workflow_process
    Regards,
    Alejandro

Maybe you are looking for

  • Report to check the quantity after we input in transaction CJR2

    Hi All, Is there any report standard to check the detail quantity after we input in tcode CJR2 (cost element and activity input). Thank you. Nies

  • Mac OSX is telling me to reformat my external hard drive - HELP!

    I have Fantom Drives external hard drive which I use to backup my Mac (via Time Machine) as well as for general storage. Recently, when I turned on my external hard drive I was given the following message: "The disk "Time Machine Backups" was not rep

  • Mac OS 9 system folder????

    when i try to instal some programs, a popup comes up stating the following, "classic cannot find a Mac OS 9 system folder on the startup disk to use. You may need to install Mac OS 9.1 or later (classic support) on your computer. to select a system f

  • [SQL Server]'TO_DATE' is not a recognized built-in function name

    Running 11g dg4msq and getting the error : SQL> select * from all_users@dg4msql; select * from all_users@dg4msql ERROR at line 1: ORA-00604: error occurred at recursive SQL level 1 ORA-28500: connection from ORACLE to a non-Oracle system returned thi

  • Export for DVD

    I'm using FCP the first time to produce a DVD. I've tried all the export options (QT movie, Using Compressor, and Using QT conversion) and I'm still not sure which is the most appropriate (I'm using DVD Studio Pro to produce the DVD). The QT movie op