Export workflow containing nested macro
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a Workflow A containing batch macro B, and B contains another macro C.
from Workflow A, if I export, it will only export macro B and then the flow will be broken
how can I solve that?
Solved! Go to Solution.
- Labels:
- Batch Macro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
not working 😞
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oh sorry, I mixed something up.
Go to Options -> Export Worklow.
This will create an yxzp-file with everything in it.
This is the dialog if someone opens it:
Best
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I tried that but it did not work out.
The flow A will only export Macro B and it will not export the nested macro C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can you DM your files to reproduce the case?
It worked fine with my nested macros.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @hungdm
You can add any assets you like to a workflow, including nested macros if you follow these steps
1. in your User settings check Display Asset Management in Properties Window
This puts a small package icon in the config window of most tools
2 Click this and add the assets that you need
When working with nested macros you'll have an additional step. At each level of nesting add any macros that are included below it.
- TopLevel.yxmd (inlcudes Macro.yxmc automatically)
- Macro.yxmc (add Nested.yxmc as asset)
- Nested.yxmc (add 2ndLevelNestedMacro.yxmc as asset)
-2ndLevelNestedMacro.yxmc
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
