CA Service Management

  • 1.  delete_workflow

    Broadcom Employee
    Posted May 25, 2017 10:17 AM

    Hello,

    I Have a 14.1.03 SDM version.

    I try delete a work flow task from change order via SPELL code.

    I have 2 environments: development and production. In development every thing works. same code in production doesnt work.

    my code is:

    send_wait(0,top_object(),"call_attr","api","delete_workflow","wf:987769","chg:32345");

     

    the error that I get:

    Signature error in delete workflow: insufficient arguments - expecting UUID ta index 2

    Bad arguments. Does not match signature.

     

    I get this syntax from: delete_workflow 



  • 2.  Re: delete_workflow

    Posted May 25, 2017 10:46 AM

    Hi malvl02 ,

     

     Take a look on this post delete_workflow  by Gutis 

     

    Regards



  • 3.  Re: delete_workflow

    Posted May 25, 2017 10:49 AM

    Hi,

    you may check NX_ROOT\bopcfg\majic\api.maj maybe input arguments of delete_workflow method were changed.

    As the workaround you can use delete_wc instead.

    Regadrs,

    cdtj



  • 4.  Re: delete_workflow
    Best Answer

    Broadcom Employee
    Posted May 28, 2017 05:54 AM

    Thank you.

    I needed to add an argument "current user"

    Probably after the installation of the 14.1.03 patch the arguments of delete_workflow method were changed.