CA Service Management

  • 1.  Bulk workflow Cancel

    Posted Oct 07, 2016 09:54 AM

    Hi,

     

    I have to close bulk change orders and need to cancel any pending work flow( classic workflow) tasks. When i try to do this through DB, it is not getting updated as "Cancel" , since allow_task_update has been set as '0' in taskstat table.

    Even I tired through PDM load, it is not working. is there any option that I can use to close this. please help.



  • 2.  Re: Bulk workflow Cancel
    Best Answer

    Posted Oct 07, 2016 01:43 PM

    Why are you not doing this via a web service call? Updating records via direct database access or even pdm_load bypasses the object level processes and not a recommended way to go.



  • 3.  Re: Bulk workflow Cancel

    Posted Oct 09, 2016 12:10 PM

    Hi,

     

    Thanks. . Is there any procedures or tech docs available to know about how

    to perform Web service call..

     

    On 7 Oct 2016 23:14, "Lindsay_Estabrooks" <



  • 4.  Re: Bulk workflow Cancel

    Posted Oct 10, 2016 10:36 AM

    Look in the documentation under Web Services Methods. The changeStatus method would be the one you are most interested in.

    There are samples for making SOAP web service calls on the servers under $NX_ROOT\samples\sdk\java