How to recover installed worflow definition

thumbnail
Fernando Fernandez, modified 6 Years ago. Expert Posts: 401 Join Date: 8/22/07 Recent Posts
Hi guys,
I'm working on a project with LR 6.2 GA6 CE and there's a workflow installed but the source xml is missing. I though there was a way to download the definition somewhere but I'm unable to find it.
Anybody knows where the workflow xml definition is stored?
TIA
Fernando
thumbnail
Christoph Rabel, modified 6 Years ago. Liferay Legend Posts: 1555 Join Date: 9/24/09 Recent Posts
I think, in Liferay 6 I was always going into the database and copying the workflows from there. It was the easiest way. You probably can also use the API to fetch it, but for me it was the fastest to just snatch the workflow definition from the database.
I think, you need to look into the KaleoDefinition table.
thumbnail
Fernando Fernandez, modified 6 Years ago. Expert Posts: 401 Join Date: 8/22/07 Recent Posts
Thanks Christophf that was it. I had looked into the workflow* tables but forgot the kaleo* ones. :-/
Fernando