diff --git a/client/web/workflow/src/components/Export.vue b/client/web/workflow/src/components/Export.vue index 340f4de66..a1b77343c 100644 --- a/client/web/workflow/src/components/Export.vue +++ b/client/web/workflow/src/components/Export.vue @@ -50,7 +50,7 @@ export default { .catch(this.toastErrorHandler(this.$t('notification:failed-fetch-triggers'))) // Get workflows, add related triggers - await this.$AutomationAPI.workflowList({ workflowID, disabled: 1 }) + await this.$AutomationAPI.workflowList({ workflowID, disabled: 1, subWorkflow: 1 }) .then(({ set = [] }) => { workflows = set.map(({ workflowID, handle, enabled, keepSessions, steps, paths, meta }) => { return {