How to export and import flows in workflow studio

NaoyaT
Tera Expert

A flow in the development environment has sys_id=n and cannot be opened.
The same flow exists in the production environment and we would like to restore it by migrating it.
Is there a way to do this?

1 件の受理された解決策

Kenta Koizumi
Kilo Sage
Kilo Sage

@NaoyaT 

You can do by using update set.

The best way is to create an update set and make it your current update set, activate your flow, then export your update set and import to your production environment.

元の投稿で解決策を見る

6件の返信6

Kenta Koizumi
Kilo Sage
Kilo Sage

@NaoyaT 

You can do by using update set.

The best way is to create an update set and make it your current update set, activate your flow, then export your update set and import to your production environment.

Thank you for your reply.
So this is possible by using an update set.
I'm sorry for my lack of knowledge, but is it possible to export in the production environment and import in the development environment?

@NaoyaT 

I don't guess why you want to do that because it is reverse order but you can.

 

Because, the target flow in the development environment is broken, but the target flow in the production environment is normal.
It appears that the breakage occurred when the target flow in the development environment was being modified.