Workflow Custom Activity / Set

Hi,
I followed the guidelines from "Create a Logging Custom Activity and Deploy it to the FIM Portal"
 https://msdn.microsoft.com/en-us/library/ff859524.aspx?f=255&MSPPError=-2147217396
and it worked fine with a workflow MPR. I can see the type of the operation performed and the resource attributes that changed.
Now, when I use it on a Set MPR I don´t have the same information. Should I use a workflow MPR for that? I mean to know if a resource in that set had an attribute value change?
Many, many thanks,
DD

The custom logging activity uses a request MPR to fire the logging workflow upon an attribute update. You can use a set transition MPR to fire workflows when a resource transitions into or out of a set.
Cheers,
Tom Houston, UK Identity Management Practice

Similar Messages

  • FIM Workflow custom activity - Get the workflow/set name

    Hi,
    How can I get the name of the workflow/set that triggered my custom activity?
    I'm planning to make my custom activity to have diferent behaviour depending on the ResourceType, action(modify, create) and
    workflow/set name that "triggered" it
    Many thanks,
    DD

    CurrentRequestActivity Class has a property called
    CurrentRequest this class is available to you in your activity (See example) This returns a
    RequestType object which has a
    ManagementPolicyRules member which leads to the set(s) involved. It also has an
    ActionWorkflowInstances property 
    However, what you are doing breaks the encapsulation of the activity. The activity should be like a black box to the admin -- feed in the same parameters in config and the same data at runtime and I get the same result. Having it depend on the workflow MPR
    or set makes that impossible. I would suggest separate workflow activities in different workflows. It will be cleaner encapsulation and make the life of the FIM admin easier.
    David Lundell, Get your copy of FIM Best Practices Volume 1 http://blog.ilmbestpractices.com/2010/08/book-is-here-fim-best-practices-volume.html

  • Workflow Custom Activity deploy in multi server environment

    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%20Manager\1.0\Workflow\Artifacts" "C:\Program Files\Workflow Manager\1.0\Workflow\WFWebRoot\bin"
    net sotp "Workflow Manager Backend"
    net start "Workflow Manager Backend"
    Deploy .DLL to GAC
        - Created MSI using install shield in VS2010 to add .DLL to GAC
        - Verify .DLL in GAC by going to c:\windows\assembly and %windir%\Microsoft.NET\assembly
    iisrest
    Deploy WSP to SharePoint, activate feature, open SharePoint Designer 2013 and choose the custom action that now appears when creating a 2013 workflow
    To recap we have workflow manager on the APP server and and the workflow client on the WFE. We deployed the .DLL and .XML to the workflow manager (APP) only. The .DLL is deployed
    to/in the GAC on the WFE and the APP. We are able to see and create the activity in Designer 2013 and we deploy the workflow to a normal SharePoint list. When we run the workflow we do not get any errors in the ULS logs, event viewer or Workflow Manager Debug
    Logs (event viewer also). The site is not created though. We believe the issue is that the custom C# (.DLL) is not being ran. 
    This all works fine and dandy on my single server environment. Workflow is working like a charm. How can we trouble shoot what the issue is if we are not finding any errors?
    Is there a step that we missed or some other place we need to look for logs? Would the ULS logs show the site creation or show running our custom code? Currently it does not show anything when we run the workflow.
    Let me know if this is unclear or if anyone needs more information. Thanks

    Hi,
    Here is a workaround for your reference:
    We can develop a custom WCF service instead of the Custom Activity in SharePoint. And then use the service from workflow. It use a separate dedicated server for workflow without having any reference to SharePoint DLLs from inside workflow.
    Here is a similar thread for your reference:
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/d462ca07-9861-4133-948a-fc9771306cb1/custom-workflow-how-to-go-from-single-server-to-multiple?forum=sharepointdevelopment
    Thanks,
    Dennis Guo
    TechNet Community 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]
    Dennis Guo
    TechNet Community Support

  • Problem refering to a custom activity in a SharePoint 2013 workflow

    I have created a few custom activities to handle common tasks in a workflow. The activities are deployed in a separate sandbox solution from the workflows referencing them.
    This has been working fine for a couple of months now, but suddenly I get an error when trying to activate the feature that provisions the workflow that refers to the custom activity (WriteMessage). The error is:
    Error 1
    Error occurred in deployment step 'Activate Features': Microsoft.Workflow.Client.ActivityValidationException: Workflow XAML failed validation due to the following errors:
    Cannot create unknown type '{wf://workflow.windows.net/default/f0b36ec0-d40f-4df8-a99b-39f6dc4854a8/09e1bc2d-1cc8-4cff-ae22-32a52f54b685/$Activities}WriteMessage'. HTTP headers received from the server - ActivityId: ac291077-6536-4c63-b7b0-7701b6d29268. NodeId:
    DKRDSSP15DEV03. Scope: /SharePoint/default/f0b36ec0-d40f-4df8-a99b-39f6dc4854a8/09e1bc2d-1cc8-4cff-ae22-32a52f54b685. Client ActivityId : e9d2bfd0-bb0e-4c28-bf55-8748368feb5b. ---> System.Net.WebException: The remote server returned an error: (400) Bad
    Request.
       at Microsoft.Workflow.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)
       at Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.End(IAsyncResult result)
       at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest request, T content)
       --- End of inner exception stack trace ---
       at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest request, T content)
       at Microsoft.Workflow.Client.WorkflowManagementClient.SendRequest[T](HttpWebRequest request, T content)
       at Microsoft.Workflow.Client.ActivityManager.Publish(ActivityDescription description, Boolean overwriteXClassName, Boolean terminateDependentInstances)
       at Microsoft.SharePoint.WorkflowServices.FabricWorkflowManagementClient.PublishActivity(String serviceGroupName, ActivityDescription activity, Boolean overwriteXClass, Nullable`1 terminateInstances)
       at Microsoft.SharePoint.WorkflowServices.FabricWorkflowDeploymentProvider.PublishActivity(FabricWorkflowManagementClient client, ActivityDescription activityDefinition, String serviceGroupName)
       at Microsoft.SharePoint.WorkflowServices.FabricWorkflowDeploymentProvider.<>c__DisplayClass5.<PublishDefinition>b__4()
       at Microsoft.SharePoint.WorkflowServices.WorkflowServiceContextExtensions.InvokeWithEcosystemRetry(WorkflowServicesContext context, EcosystemRequiredMethod method)
       at Microsoft.SharePoint.WorkflowServices.FabricWorkflowDeploymentProvider.PublishDefinition(WorkflowDefinition workflowDefinition)
       at Microsoft.SharePoint.WorkflowServices.WorkflowDefinitionStorageEventReceiver.PublishDefinition(SPItemEventProperties properties)
    0 0
    Vestas.SP.CMS.AlarmReports
    I have tried creating a simple workflow using the custom activity, by referencing the sandbox solution. This works fine, if I create the simple workflow in a new project and deploys it and activate the workflow feature. However, if I create a similar simple
    workflow in the original solution and omit the original workflows. Then I still get the above error when deploying / activating the workflow feature. 
    How do I clean up my original project so it does not give me this error when deploying and activating the workflow feature?
    best regards
    Lars Kohsel
    Best regards Lars Kohsel

    Hi,
    As the error still occur when you create a simple workflow in the original project, maybe some configurations have been changed in the project.
    You can check with the new created project whether there are some difference configurations in the project.
    There is a similar article for your reference.
    http://blogs.msdn.com/b/cliffgreen/archive/2013/03/11/sharepoint-2013-workflow-deployment-errors.aspx
    What’s more, you can also copy your original project code to the new project, then check whether it works.
    If it works, the we can use the new project instead of the original project.
    Thanks,
    Jason
    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]
    Jason Guo
    TechNet Community Support

  • Sharepoint 2013 designer workflow custom sendemail activity

    Does anybody know sharepoint 2013 designer workflow custom sendemail activity. Current OOB sendemail action from designer workflow cancels the entire workflow when sendemail fails.
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    What error did you meet when you used the OOB ‘Send Email’ action?
    I suggest you fix the error rather than creating a new workflow ‘Send Email’ activity.
    Of course, you can also customize a workflow activity to send email, there are two acticles about creating a custom workflow activity for your reference:
    http://msdn.microsoft.com/en-us/library/office/jj163911(v=office.15).aspx
    http://www.sharepoint-reference.com/Blog/Lists/Posts/Post.aspx?ID=37
    I hope this helps.
    Thanks,
    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

  • GRC 10.0 Workflow customizing problem

    Hi experts,
    We are working with GRC Access Control 10.0 and when doing the customizing tasks related with workflows we have an issue that doesnt let us continue.
    Here is the background information.
    We are in the "IMG/Governance Risk and Compliance/General Settings/Workflow/Perform Automatic Workflow Customizing" or easiest, we are in transaction code SWU3.
    Here we have: Maintain Runtime Environment, all green, Maintain Definition Environment, all green, Maintain Additional Settings and Services, a red cross :(.
    So, when opening the tree of our red cross task, we find that the only task that is with a red cross is "Maintain Web Server".
    So, we execute the task, and here we have the following information:
    Service = Webflow (Internet)
    Address web server = http://<our web server>:8000/
    Protocol Address = HTTP
    Path of service = sap/bc/workflow_xml/?
    URL = http://<our web server>:8000/sap/bc/workflow_xml/?
    And here is something that kept our attention. When we push the button to test the URL, our IE opens a page but it is in blank (it doesnt show anything).
    As we saw that, we thought that the service was not active and so went to transaction SICF and checked it, and yes, when you test the service, it doesnt work.
    We finally, checked support packages upgrades and went to SP5 in our GRC server and SP5 in both plugins in our SAP ERP server.
    And, here we are. Have no idea what else to do or check.
    Any suggestion?
    Thanks very much in advance.

    Hi,
    I have just checked my SICF settings and found that we have not actually activated those services at all and our NWBC sessions work fine now.
    Have you activated the sap/bc/nwbc and sap/bc/webdynpro services?
    Also, have you activated the required BC sets for the standard content on Access Controls? This removes the need to do a lot of the basic setups but you still need to follow through the event linkages to check the successful generation etc.
    Simon
    Edited by: Simon Persin on Sep 21, 2011 5:51 PM

  • SPD2010 Custom activity asembly missing when wep app uses https (http works perfectly)

    Hello,
    For a while now, we've been working with a custom workflow activity (http://spdwfextensions.codeplex.com/) in our SharePoint system. Today, we changed our web application from http access
    to https. The change seemed to go without a hitch, until we checked our workflows and none which use the Custom activity will start (with status Failed to Start). If we opened the workflow in SPD2010, the lines with the custom action were replaced by
    lines that read "Could not deserialize object. 'Nivlag.SpdGenericInterfaceActivity' The type could not be resolved.
    The problem got weird when, while trying to debug it, we realized that if we used the old http connections the workflow worked perfectly once again (the workflows worked correctly as well as SPD 2010). As soon as we retried the https connection the
    same issues reappeared. 
    We want to move to using SSL with all our WebApps, but right now, this situation is a total show-stopper. 
    Any helped would be deeply appreciated.
    Technology is the curse of the blessed

    Hello Carlos,
    Please list detailed steps of how you changed web application from http access to https.
    Few things to try:
    1. Make sure AAM is set correctly for http and https sites.
    2. You may need to add root cert of your SSL certificate to Central Admin->Security->Manage Trusts.
    This link includes steps to add root cert -
    http://blog.brainlitter.com/2010/08/02/resolution-for-sharepoint-designer-2010-data-source-non-specific-error/.
     3. Clear client site proxy assembly cache for SPD workflow actions:
    Clear the proxy assembly
    cache on the machine where SharePoint Designer is installed. Delete all directories and files at %System Drive%\Documents and Settings\%user%\Local Settings\Application Data\Microsoft\WebSiteCache or for Vista %System Drive%\Users\%user%\AppData\Local\Microsoft\WebSiteCache.
     If above does not help resolved your issue, you may consider to open a support ticket with Microsoft -
    http://support.microsoft.com/default.aspx?id=fh;en-us;offerprophone
    However, other members of the community may still have encountered the issue you're seeing, and have a solution to offer!
    Regards,
    Jing Wang | Microsoft Online Community Support

  • SWU3 - Automatic workflow customizing

    Hi All,
    We have a situation where all users are receiving error messages in their SBWP inbox. most of them are related to error processing with IDoc. the user inboxes are flooded with error message and they are not able to open their SBWP.
    It seems that in SWU3 - automatic workflow customizing setting "Idoc interface" is active.
    Path : SWU3 > "Classify Task as General" > IDoc Interface (checked).
    We need to deactivate this Idoc interface but we are not able to do the same. Can some one let us know how to do this.
    Also if there is some other cause of this problem then please let us know. Currently we are purging the error workitems but they keep on generating in the background.
    Please help.
    Regards,
    Rohit

    Hi,
    We need to deactivate this Idoc interface but we are not able to do the same. Can some one let us know how to do this.
    For this purpose you need to contact BASIS team to deactivate this.
    Alternate solution :
    Get the task id of that workitem. Open it through tcode PFTC and make the task attribute form to "General Task" to "Forwarding not allowed".
    Run PFCT
    Enter tour Task id ( eg. TS00008068 , please remove leading TS )
    Addition data >>> Agent assignment >>> Maintain >>> Attributes
    Form the next run of the workflow workitem will not reach to SBWP.
    For the workitems you need to delete mannualy or forward it to a idle user.
    Thanks and regards,
    SNJY

  • How to restrict transaction type in customized activity pop-up

    We have created a custom workcenter link for search enhancement of activities. We copied the work center link and are calling the same component as in std search but a different customized configuration with added and deleted fields in search criteria. This works fine. Now the requirement is to restrict the 'transaction types' available when we click on the 'new' button in the new custom activity search page. As this pop-up emanates from the std component, it can not be functionally configured (because that would restrict the 'transaction types' while creating new activity in std componnet) but should be technically handled. Please advise.

    Hi Amar,
    Solution here is to let the framework know who is caller ?
    That is, when pop up is opening, you have to put a code in this pop up view to understand who is invoking this pop up , Is it the search page of std. component configuration or is it the custom search page configuration ?
    So have a static attribute in some Z class, you can use your IMPL class also for that matter, Now whenever you know that its custom config i.e. in DO_CONFIG_DETERMINATION, read the role key( i assumed that you have a role key for your custom config)
    and if its custom role key, then set this static parameter say ZCUST_CONFIG = abap_true else abap_false (this is must to reset it using else as this is static attribute )
    Now, in your pop_up view, read this static attribute as XXXX_IMPL=>zcust_config , and if true, then you know that the pop up is invoking from custom config, so do the coding to remove the unwanted transaction types.
    and you are done !!
    Hope it helps you.
    Thanks & Regards,
    SUCHITA

  • Oracle Workflow Java Activity Agent not starting up

    Hi,
    I am trying to start the Java Activity agent of Oracle workflow.
    As specified in the installation and setup guid I am running the following script (for NT):
    wfjvlsnr user/password@connectString
    The activiy agent does start up but then I get a NullPointerException in the main thread of the Java Activity Agent class.
    Appreciate you help.
    thanks.
    Here is the dump.
    E:\Ora9idb\wf\admin>rem ******************************************************
    E:\Ora9idb\wf\admin>rem $Header: wfjvlsnr.bat 26.5 2001/07/02 09:13:06 smayze
    ship $
    E:\Ora9idb\wf\admin>rem USAGE:
    E:\Ora9idb\wf\admin>rem 1) Workflow Schema User/Password@Database
    E:\Ora9idb\wf\admin>rem 2> "Workflow Schema User Password Database [protocol
    [charset]
    E:\Ora9idb\wf\admin>rem To disable output, use the jrew command instead of jre
    E:\Ora9idb\wf\admin>rem ******************************************************
    E:\Ora9idb\wf\admin>set WF_UN=workflow/workflow@workflow
    E:\Ora9idb\wf\admin>set WF_CHARSET=
    E:\Ora9idb\wf\admin>IF "" NEQ "" set WF_CHARSET=-DCHARSET=
    E:\Ora9idb\wf\admin>set WF_CLASSPATH=;e:\Ora9idb\wf\java;C:\PROGRA~1\Oracle\jr
    1.1.8\lib\rt.jar;e:\Ora9idb\wf\java;e:\Ora9idb\jlib\wfjava.jar;e:\Ora9idb\wf\x
    \java\lib\xmlparserv2.jar;e:\Ora9idb\jlib\wfapi.jar;e:\Ora9idb\jdbc\lib\classe
    11.zip;e:\Ora9idb\jlib\share.jar;e:\Ora9idb\jlib\ewt3.jar;e:\Ora9idb\jlib\ewt3
    ls.jar;e:\Ora9idb\jlib\swingall-1_1_1.jar;
    E:\Ora9idb\wf\admin>"C:\PROGRA~1\Oracle\jre\1.1.8\bin\jre" -classpath ";e:\Ora
    db\wf\java;C:\PROGRA~1\Oracle\jre\1.1.8\lib\rt.jar;e:\Ora9idb\wf\java;e:\Ora9i
    \jlib\wfjava.jar;e:\Ora9idb\wf\xml\java\lib\xmlparserv2.jar;e:\Ora9idb\jlib\wf
    i.jar;e:\Ora9idb\jdbc\lib\classes111.zip;e:\Ora9idb\jlib\share.jar;e:\Ora9idb\
    ib\ewt3.jar;e:\Ora9idb\jlib\ewt3-nls.jar;e:\Ora9idb\jlib\swingall-1_1_1.jar;"
    nojit oracle.apps.fnd.wf.WFFALsnr workflow/workflow@workflow
    Oracle Workflow 2.6.0 JAVA Function Activity Agent
    Connected to workflow@workflow with character set UTF8
    Listening...
    Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/9996 test.SelectApprover
    PUT APPROVER_NAME=CDOUGLAS
    Wed Aug 28 12:14:11 GMT+05:30 2002 Enqueuing TEST_REQ/9996 test.SelectApprover
    Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/9997 test.SelectApprover
    PUT APPROVER_NAME=CDOUGLAS
    Wed Aug 28 12:14:11 GMT+05:30 2002 Enqueuing TEST_REQ/9997 test.SelectApprover
    Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/9998 test.SelectApprover
    PUT APPROVER_NAME=CDOUGLAS
    Wed Aug 28 12:14:11 GMT+05:30 2002 Enqueuing TEST_REQ/9998 test.SelectApprover
    Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/9999 test.SelectApprover
    PUT APPROVER_NAME=CDOUGLAS
    Wed Aug 28 12:14:11 GMT+05:30 2002 Enqueuing TEST_REQ/9999 test.SelectApprover
    Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/99910 test.SelectApprove
    PUT APPROVER_NAME=CDOUGLAS
    Wed Aug 28 12:14:12 GMT+05:30 2002 Enqueuing TEST_REQ/99910 test.SelectApprove
    T
    Wed Aug 28 12:14:12 GMT+05:30 2002 Executing WFEVDEME/PO3435 oracle.apps.fnd.w
    XMLGetTagValue
    GET ATTR=REQUESTOR
    GET EVENT=EVENTMESSAGE
    GET TAG=/ORDER/REQUESTOR
    PUT REQUESTOR=BLEWIS
    Wed Aug 28 12:14:12 GMT+05:30 2002 Enqueuing WFEVDEME/PO3435 oracle.apps.fnd.w
    XMLGetTagValue
    Wed Aug 28 12:14:12 GMT+05:30 2002 Executing TEAC_IT1/SYSADMIN JayTestFunction
    PUT TEST_RESULT=JAVA
    Wed Aug 28 12:14:12 GMT+05:30 2002 Enqueuing TEAC_IT1/SYSADMIN JayTestFunction
    Wed Aug 28 12:14:12 GMT+05:30 2002 Executing TEST_REQ/9996 test.ApproveRequisi
    on
    PUT TEST_ATTRIBUTE=This value was set in the Approve Requisition Activity
    Wed Aug 28 12:14:12 GMT+05:30 2002 Enqueuing TEST_REQ/9996 test.ApproveRequisi
    on
    Exception in thread "main" java.lang.NullPointerException:
    at oracle.apps.fnd.wf.WFFALsnr.listen(WFFALsnr.java)
    at oracle.apps.fnd.wf.WFFALsnr.main(WFFALsnr.java)
    E:\Ora9idb\wf\admin>

    Hi,
    I tried to run the same without entering password,but still i am getting error.
    The error description is:
    Oracle Workflow 2.6.3 JAVA Function Activity Agent
    Please Enter Database Password :
    ORA-06401: NETCMN: invalid driver designator
    Unable to connect to nn0734.nucleussoftware.com:1521:asdb
    Accepted arguments:
    java <program> <user> <conStr> [oci8]
    java <program> <user> <conStr> thin
    Where <conStr> is in the form of <host>:<port>:<sid> for thin
    and DB Service name for oci8
    Please Help. Is there any problem with my tnsnames.ora or something else.
    Thanx in advance,
    Sarab

  • SWU3 workflow customizing in SRM

    I am doing system restore post activities. During system restore post activities,
    I am supposed to setup worflow configuration (SWU3). I highlighted Maintain Runtime Environment and clicked on perform automatic workflow customizing. Most of the items got checkmarked green, except the following.
    Schedule Background Job for Missed Deadlines
    Schedule Background Job for Work Items with Errors
    Schedule Background Job for Condition Evaluation
    Schedule background job for clearing report .
    In the log entry I am getting Object with runtime number'    0' not defined.
    I am clueless. I need help.
    Mitesh

    Hi
    In the transaction SWU3 -> there will be a button
    Activate linkages (in application toolbar)... click on the same after putting cursor on each other activity...once again... Except for
    Schedule Background Job for Missed Deadlines
    Schedule Background Job for Work Items with Errors
    Schedule Background Job for Condition Evaluation
    Schedule background job for clearing report .
    Do let me know.
    Regards
    - Atul

  • Workflow Customizing Error: "Workflow: No workflow definition found"

    Hi experts,
    I am currently configuring Workflow on our newly installed ECC 6.0 using the Automatic Workflow Customizing (SWU3).
    I was able successfully executed all necessary items including the RFC destination but when i choose the 'Start Verification Workflow', this error appears: "Workflow: No workflow definition found".
    I tried logging in and out of the system, and repeating the execution of each item but the same error still occurs.
    I read a thread that says it might do something with WF-BATCH but i was able to set it as the RFC destination; WF-BATCH has the following settings in SU01:
    Username: WF-BATCH
    User Type: System
    User Group: SUPER
    Authorization: SAP_ALL, SAP_NEW
    Hope somebody can help me resolve this issue as soon as possible.
    Thanks in advance.
    Regards,
    Dex

    Hi Dex,
    Have you maintained the Number ranges in Transaction SWU3?
    If so, then test the workflow from SWDD itself.
    I think you gave the wrong workflow ID in the SWUS transaction.
    First try with SWDD and then check it in SWUS Transaction.
    Thanks,
    Viji.

  • Automatic Workflow Customizing

    HI!
    I am doing configurations in BI-system for the purpose to create connection between BI-system and SAP source system. According to documentation I must "Perform automatic workflow customizing". May I omit this?
    Thanks,
    Olga

    hi,
    condition evaluation job, searches for forks in workitems and logically deletes branches which are no longer needed. Suppose you have a fork, 1 out of 2, at the momen of creation 2 workitems are created, if one of these are met, the second one still exists, untill the conditon job runs it then logically deletes the not needed branch.
    event queue, is something like workload balancing (see also tr SWEQADM) basically it consists of 2 parts, the interval and the number of events. suppose the interval is every 5 minutes and the number of events is 100. Suppose at one time 1000 events are fired, if the event queue was not set, the system would handle all of these events this has a high impact on a productive environment, with the event queue, the events are handled in bundles of 100 every 5 minutes.
    Kind regards, Rob Dielemans

  • Custom activity rights creation methodology....

    The Activity Manager allow creating custom activity rights that can be used in customs portlets for specific activity related to the purpose of the portlet:
    We plan to develop a lot of portlets using specific custom activity rights (for example Edit_Events, Edit_No_Conformity etc...). The challenge is to build a good set of customs activity rights.
    Example: The manager group can edit the Events form but cannot edit the Non-conformity form witch are part of a custom portlet functionnalities.... The Everybody group can create Events but cannot create Non-conformity elements etc...
    Does anybody have a methodology or experience or best practices concerning the creation (and use) of custom activity rights in portlets ???
    Thanks
    Georges SzczypiorskiQIT Fer et TitaneA business unit of the Rio Tinto group

    We are currently going down this road right now.  From what I have learned an Activity Right (AR) can only be added on the group level but is available through the EDK on portlets residing in either the MY PAGE or COMMUNITY level.  However, there is no grouping available for AR's (at least not in PT5) therefor all AR's should be named uniquely.  You do not, based on my experiences, need to name your URI's with the URI-type notation.  Just keep them unique to the portlet that will consume it.  'Edit_Event' is a little too generic.  We use something like 'Widget_Edit_Event'.
    Consider using the Community Access Levels.  They will not be available through the EDK for portlets existing on MY PAGE's but can be associated on the user level as well as the group level (I think).  I am still investigating this solution but the out-of-the-box access levels may be what you are looking for.
    vr, Rich

  • Can we create custom activity in CPO 2.3?

                       Just like creating a library of customized processes, can we create a library of customized activities in CPO such that our workflow designers can drag and drop the customized activity to modify an existing process/workflow. After dragging and dropping the acitivity, one can change the values in that activity if needed to complete the workflow modification.
    thanks.

    No you cannot create activities. Those are developed and compiled into the code.
    There is a concept of atomic processes however that is very advanced content authoring. Basically if you have it enabled (btw it's officially not supported), you can write processes and then enable it to be an atomic. Then when someone else looks at it , they will see it as an activity. This is really meant for internal cisco authors (in the BU) only.
    Is there a good reason to hide the insides from the end users? I mean you can drag and drop other processes into a main process. You can change the icon of the process, etc as well. It would just show up under the "processes" workspace.
    -shaun

Maybe you are looking for

  • How can I create a right-to-left .pdf in MS Publisher with Acrobat Pro 9?

    Hello. We have a specialized application, and I was unable to find an answer by searching. We need to create a right-to-left diglot (multi-language) Bible translation in MS Publisher. It will have Hebrew and/or Aramaic on the right hand side, and Eng

  • Can't print from iTunes nor Safari

    Hi I have a printing issue, that I simply can't solve by myself, so I need some advice! The problem is that I can't print from Safari nor iTunes and maybe other applications aswell, but I can print from Pages without any problems at all! *In iTunes*

  • SAP  R/3 and BW integration Landscape

    Hello Gurus, Could you'll suggest a site or link where I could get a better insight into the SAP  R/3 and BW integration Landscape, i.e. how Data gets transferred from SAP R/3 to BW. Thanks, Sebastian

  • OEL 5.4 boot.log always empty

    I need to be able to see a log of all my boot messages in order to diagnose a problem. The /var/log/boot.log file is always 0 bytes after bootup. Since I'm running OEL 5.4 as a virtual machine guest under VM Server, there's no physical console availa

  • Manage several HyperV server geographical separated

    Hello all, I am currently implementing several Hyper V servers for several customers. However, I want to manage them all but don't want to have a lot of management environments. What I would like to do is the following: 10 customers at different loca