Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
Expand all | Collapse all

Abort Worklfow step when DLL return is failed

  • 1.  Abort Worklfow step when DLL return is failed

    Posted 10/02/20 01:08 PM

    Hello,

    In the hope that my message will find you in the best sanitary conditions.

    In the same context of the problem that we encounter to manage the validation messages on Datacap, we ask for your help or assistance for the point below:

    I have a custom dll which is integrated at the export level when the return is false I have to raise the false at the workflow level and stop the workflow the export part and when the return is true I must go back to continue my workflow (export of datacap workflow)

    the custom dll is the one who call our API for filenet injection, its true or false return must be inherited by the workflow step (export step)

    Cordially



    #IBMDatacap
    #Support
    #SupportMigration


  • 2.  RE: Abort Worklfow step when DLL return is failed

    Posted 11/17/20 07:16 PM

    Create a function and call rr_AbbortBatch() action from rrunner library.



    #IBMDatacap
    #Support
    #SupportMigration