- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
12-02-2024 04:21 PM
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?
解決済! 解決策の投稿を見る。
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
12-02-2024 04:28 PM
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
12-02-2024 04:28 PM
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
12-02-2024 05:25 PM
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?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
12-02-2024 05:45 PM
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.