Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Remove action from wtc console

Sharad Agarwal edited this page Mar 7, 2020 · 7 revisions

From the script

Use the script report_action.py to remove the action from the console. This script can be taken from the operator or from the Tools and Integration team.

eg.

./report_action.py pdmvserv_task_EXO-RunIIFall15DR76-02881__v1_T_161023_203729_6124

From MongoDB

ssh vocms0113

mongo workflowwebtools

you will see something like:

MongoDB shell version: 1.6.4 Mon Nov 11 15:13:08 *** warning: spider monkey build without utf8 support. consider rebuilding with utf8 support connecting to: workflowwebtools

You are in Mongodb now. type the following command

db.actions.remove({'workflow': 'cmsunified_ACDC0_task_B2G-RunIIFall17wmLHEGS-02050__v1_T_191029_073632_8054'})
Clone this wiki locally