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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  One inbox for all tasks

    Posted 07/31/07 11:38 AM

    Hi,

    I am using Fabric 7 SP2. The designer allows you to create a Task Inbox Search bar and Inbox Results for each task. But I want to have only one Search bar and one inbox for all tasks.

    I used the portlets available in wm_task_search - Task Inbox Search Bar and Task Inbox Search Results portlets on my start page. This displays all the tasks available for that user. But The Search Bar does not work i.e. if i change the Search query, the Search results portlet does not get updated.

    The Search results portlet has a “Search Query” property that can be wired. But am not sure which property of "Task Inbox Search Bar " to wire it to. There does not seem to be any specific property for this.

    Can you please tell me where I am going wrong?

    Thanks & Regards
    Rita


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


  • 2.  RE: One inbox for all tasks

    Posted 07/31/07 12:05 PM

    It is possible to make custom inbox to show all tasks instead of a single task type it was created for. If you explore the code for generated TaskSearchProvider (you may get there by double-clicking on the Task Search Provider node in the Bindings View for InboxResultsPage), in the constructor it specifies concrete taskTypeID to search:


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


  • 3.  RE: One inbox for all tasks

    Posted 09/12/07 09:16 PM

    Is there a way to show completed tasks in a custom inbox?


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


  • 4.  RE: One inbox for all tasks

    Posted 09/13/07 01:04 PM

    Unfortunately this is not supported. The only possible but limited workaround could be to use Task List Management type search by setting ‘searchInbox’ property of search provider to false


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


  • 5.  RE: One inbox for all tasks

    Posted 09/13/07 01:39 PM

    Hi Alex,

    Thanks a lot for the quick reply.


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