IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Custom Inbox Tab

    Posted Mon April 20, 2009 07:32 PM

    Hi,

    I usually, when creating a human based task, don


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 2.  RE: Custom Inbox Tab

    Posted Wed April 22, 2009 06:40 PM

    Here is what you can try to do is to move task details page to be under OOTB My Inbox page. This way it will inherit access privilege permissions from My Inbox page and you don’t worry about access privileges on the custom task pages and may just well not grant them to hide.

    To accomplish it you need to modify in your application /WEB-INF/tasks//taskDetails.xml file and change top level element which defines where page is deployed:


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 3.  RE: Custom Inbox Tab

    Posted Thu August 19, 2010 07:03 PM

    I found an easier way. Open the WebContent/WEB-INF/tasks//taskDefinition.xml file.

    Change the isTaskFolder boolean from true to false in the line that looks like this:

    
    <CONTEXT alias="webm.apps.workflow">
    <folder name="Service Delay" description="" alias="BF21B6F4-8954-CEC6-4057-571C9AF1FF66.task.app" isTaskFolder="false"/>
    </CONTEXT>

    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 4.  RE: Custom Inbox Tab

    Posted Thu October 28, 2010 07:49 PM

    I’ve added this and other tidbits I’ve found to http://webmethodssag.blogspot.com/.

    Hopefully it is helpful!


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS