diff --git a/packages/editor-ui/src/components/ExecutionsView/ExecutionsView.vue b/packages/editor-ui/src/components/ExecutionsView/ExecutionsView.vue index e484271b41..d211bd1fd7 100644 --- a/packages/editor-ui/src/components/ExecutionsView/ExecutionsView.vue +++ b/packages/editor-ui/src/components/ExecutionsView/ExecutionsView.vue @@ -362,6 +362,7 @@ export default mixins(restApi, showMessage, executionHelpers, debounceHelper, wo this.$store.commit('tags/upsertTags', tags); const tagIds = tags.map((tag) => tag.id); this.$store.commit('setWorkflowTagIds', tagIds || []); + this.$store.commit('setWorkflowHash', data.hash); this.$externalHooks().run('workflow.open', { workflowId, workflowName: data.name }); this.$store.commit('setStateDirty', false);