Hello,
I need to update DB field if the analytics app fails for any reason.
Unfortunately there is only 'On Success' option from Interface Designer properties, but I don't know why there is no 'On Failure' setting.
I tried to call the workflow by Events --> Add-->Run Command-->Command AlteryxEngineCmd.exe. and passing the xml to the workfolw.
My problem now how to pass parameters or constants to the called workflow.
I tried sending it between %% with no luck.
AlteryxEngineCmd.exe
\Test.yxwz "<WizardValues ShowDebugMessages='False'><Value name='Text'>%Question.Text%</Value></WizardValues>"
Appreciate your help.