Solved

Calling workflow

  • 22 July 2022
  • 3 replies
  • 138 views

Userlevel 3
Badge +13

We have created an workflow which will do some automation task for our BigFix patching. did anyone know how to call / run the commvault workflow from BigFix , qcommand or do we have option to run the workflow using command line so that we will create a bat file on commserve and will make BigFix to call the bat file to run the workflow as we don't want to schedule the workflow from commvault and we want BigFix to call / run them. 

Thanks in Advance. 

icon

Best answer by Mohammed Shereef P 25 July 2022, 14:01

View original

3 replies

Userlevel 6
Badge +12

Executing a Workflow Using the Command Line Interface (commvault.com)

Userlevel 3
Badge +13

Thanks for the link and its working fine via command line. may i know how can i use this as an bat file or something where my BigFix will call this workflow to run. appreciate your help. 

Userlevel 1
Badge +5

Hi,

You can save the qoperation command that you were able to run using command line as a bat file and run using it, note that it might need to qlogin to run it, so you may need to create a token file and add the token details to the command.

 

https://documentation.commvault.com/11.24/expert/45203_qlogin.html

 

You may also try to save the workflow as a bat script (right click on workflow → all tasks → execute → save as script) and use that bat file as well.

 

https://documentation.commvault.com/v11/expert/45486_online_help_for_save_as_script.html

 

 

Reply