Disable scheduled workflows in Alteryx server using command prompt
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Venkatesh23
7 - Meteor
‎10-09-2019
04:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
2 REPLIES 2
DiganP
Alteryx Alumni (Retired)
‎10-09-2019
12:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Venkatesh23 Currently, I don't think there's a way supported way to disable a workflow using the command prompt.
Digan
Alteryx
Alteryx
Samuel_To
10 - Fireball
‎10-15-2019
02:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Venkatesh23 ,
You can disable the run command tool in the Designer of the worker node.
Goto Program File > Alteryx > bin > RuntimeData
Modify the DefaultSetting.XML
Add the following within the <DeprecatedNodes>
<Node MergeId="AlteryxBasePluginsGui.RunCommand.RunCommand" IsDeprecated="False" IsSuppressed="True" />
Then, the run command tool will be disabled in the designer of the worker node.
However, this modification will not be supported by Alteryx Support officially.
Best Regards,
Samuel
