Importing workflows

Hi,
I’ve noticed I can export workflows and create a .csv file. Is it possible to import the list to another CRM using the .csv file? I tried using the import wizard and it doesn’t seem to work.

Thanks!

Nope.

I’m looking for this too; it would be very useful to be able to generate workflows on a development platform then import them into a production system without having to manually go through each one - especially if there are several per custom module.

Is this planned? If not, are there any known workarounds apart from writing a script that directly pushes data into the DB?

Hi,

For import workflow from develop to prodaction you need copy three tables from database:

aow_workflow
aow_actions
aow_conditions

Hope, this helps.

3 Likes

Many thanks for this - has helped tremendously.

You are welcome, glad to help B)

Thank you so much for the help! I thought I have to only export the aow_workflow table.

And so how it can be done @92641fa944 Could you please help regarding this