We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How to disable Server API tool run

Vineet003
7 - Meteor

I have a workflow that i have created that runs everyday to check if it is the last business day of the month if yes then it should trigger another workflow run - for this i am using Server API tool. The problem i am facing is that server API triggers a workflow all the time even though the filter returns not record..... how can i control the Server API being triggered

 
 

Screenshot 2025-01-08 115849.png

 

11 REPLIES 11
alexnajm
18 - Pollux
18 - Pollux

Can you utilize Control Containers? Control Containers: Take Control of Your Workflow - Alteryx Community

 

Use Case #3 could work!

Vineet003
7 - Meteor

Thank you @alexnajm i tried this but seeing these strange errors .. can you help? i've also tried connecting the filter output to both control container and "D" terminal of Server API tool. but it is giving me the same error

Screenshot 2025-01-08 120836.pngScreenshot 2025-01-08 120817.png

__PRESENT

apathetichell
20 - Arcturus

Throw the tool in a batch macro. Attach the batch macro into a filter.  @alexnajm - didn't you recommend this on another thread?

 

totally missed that the tool wasn't even connected.

alexnajm
18 - Pollux
18 - Pollux

You still need to connect to the tool (in addition to the Control Container)! 

alexnajm
18 - Pollux
18 - Pollux

@apathetichell that could also work!

Vineet003
7 - Meteor

sorry, i missed adding the screenshot of the connection to the tool itself but it is giving the same error... :(

Screenshot 2025-01-08 122236.pngScreenshot 2025-01-08 122243.png

 

 I was also looking at the server API connector documentation and it says that both inputs are optional.. 

alexnajm
18 - Pollux
18 - Pollux

I'm sorry - the tool works without the Control container but then produces these errors with the Control Container down?

Vineet003
7 - Meteor

that is correct ! not sure why it does not like control container

alexnajm
18 - Pollux
18 - Pollux

That's interesting - I am unsure of that behavior. Maybe try to bring that tool down again, reconfigure it, and run it?

Labels
Top Solution Authors