Can I look for hardcoded groups scripts in workflows?

guille
Kilo Expert

Hello Community,

A customer asked to rename several groups, but this maybe affect regular functionality, we already check BR, Client Scripts, Includes etc and found no Hard coded groups...however we think that in some workflows inside their actions there could be a possibility that there are some scripts that contains Hard coded names in their code so we would like to find a way to query this, unfortunately there is no like "Script" field where is contained like when we search for something on Business rules eg "Script contains HelloWorld", is there a way to look for keywords in all workflow actions? It could take weeks looking for every single workflow action.

1 ACCEPTED SOLUTION

LaurentChicoine
Tera Guru

Hi,



You can search script in workflows in the following table: sys_variable_value



The scripts would be stored in the value field.


View solution in original post

2 REPLIES 2

LaurentChicoine
Tera Guru

Hi,



You can search script in workflows in the following table: sys_variable_value



The scripts would be stored in the value field.


ashwinkumar_pat
Giga Expert

Hello Guillermo,



"sys_variable_value" table stores your scripts in the workflow. Please look at the column "Value"



find_real_file.png



If I have answered your question then please mark it as a correct answer.



Disclaimer: I have never tried anything like this but happened to find where the workflow scripts are actually stored.