Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Disable scheduled workflows in Alteryx server using command prompt

Venkatesh23
7 - Meteor

Hello Guys,

 

Is there a way to disable the workflow in the Alteryx server using the command prompt.

 

please let me know if possible.

 

Thanks in Advance,

Venkatesh

2 REPLIES 2
DiganP
Alteryx Alumni (Retired)

@Venkatesh23 Currently, I don't think there's a way supported way to disable a workflow using the command prompt. 

Digan
Alteryx
Samuel_To
10 - Fireball

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