How to use CustomWorkRequestEvents?

Hello all,

In ModelAdmininistrator have CustomWorkRequestEvents sheet, my question is how to use this Custem Events and how it is work actually?

Thanks!  

Parents
  • Hi Nikolay,

    In Workflow Manager (either standalone or as part of OpenUtilities Designer), the custom events configured in this sheet will be fired when a workflow action is performed. Which action calls an event is configured in the WorkRequestAction or StateAvailableAction sheet.

    The implementation of the events is via a COM interface called ICHCustomWorkManager, and the configured event ID is passed as a parameter.

    I can provide more details on how to use this mechanism if you like.

    Thanks,

    Mike 


    This is a test

Reply
  • Hi Nikolay,

    In Workflow Manager (either standalone or as part of OpenUtilities Designer), the custom events configured in this sheet will be fired when a workflow action is performed. Which action calls an event is configured in the WorkRequestAction or StateAvailableAction sheet.

    The implementation of the events is via a COM interface called ICHCustomWorkManager, and the configured event ID is passed as a parameter.

    I can provide more details on how to use this mechanism if you like.

    Thanks,

    Mike 


    This is a test

Children