webMethods

webMethods

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.  Change user status after Scheduled delivery

    Posted Wed October 10, 2012 02:14 PM

    We have a processing rule with below actions

    Action Details

    change user status changed to: Queued

    Deliver document by Delivertype: Scheduledelivery
    DeliverQueue:DelQ

    The problem is that user status is changed to Queued at the start of processing and after the sucessful document delivery using scheduled delivery the user status remains as Queued.

    Is there a way to change the user status to Processed after the scheduled delivery.


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 2.  RE: Change user status after Scheduled delivery

    Posted Wed October 10, 2012 02:59 PM

    YES in the same processing rule itself you can set the Action/Change user Status to “Processed” or what ever custom you want after the task delivery:

    The QUEUED —> Processed will be flipped.

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 3.  RE: Change user status after Scheduled delivery

    Posted Wed October 10, 2012 06:45 PM

    I tired to do that…but the problem is that in the same processing rule I have already used change user status action once.
    so it is not showing up in the action type dropdown any more.


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Change user status after Scheduled delivery

    Posted Wed October 10, 2012 07:44 PM

    What action user status you have it?..what other selections you have chosen in the same rule?..Are you asking about PROCESSING STATUS OR USER STATUS as they both work differently.

    BTW you cannot changed PROCESSING STATUS any more via service changeStatus programmatically…TN by default handles it and changes it to DONE or DONE W/ERRORS or QUEUED etc based on the delivery /processing tasks.

    So in your case the status should be flipped to DONE after the task Delivery success…So did the delivery task shows done for the particular transactions?

    Please check that:

    HTH,
    RMG


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Change user status after Scheduled delivery

    Posted Thu October 11, 2012 11:16 AM

    I am taking about user status not the precessing status.
    I need to have users status as Queued before scheduled delivery and user status as deivery after the sucessful scheduled delivery…


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 6.  RE: Change user status after Scheduled delivery

    Posted Thu October 11, 2012 02:24 PM

    Then you have to depend on tn.doc:changeStatus programatically update based on the task status DONE and initially the rule will update the status to QUEUED.

    Pl check the task related TN services BIS guide and their working patterns.

    HTH,
    RMG


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods