Delete string table entry

  • 20 October 2016
  • 2 replies
  • 2 views

Userlevel 3
Badge +9

Hello Everybody,

 

I have several entries in the string table in K2 which are of no use. is there any safe way to delete them?


2 replies

Badge +15

Your string table is basically a copy of your envrionment library. At runtime, your process instance will use the values in the string table, and string table usually gets automatically updated when you deploy your workflow. 

 

So first, go to your environment library, and remove any environment fields and values you are no longer using. Next, redeploy any one of your workflow. Your string table should get updated after that.

Userlevel 3
Badge +9

@ @boringNerd

 

No, it does not work , I already have tried, removing the entry from the environment library and deploying the workflow.

Reply