Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
FrankC
Creator
Creator

Qlik Cloud Automation Status Output

Hello

 

I have a simple automation the reloads 1 application and then if successful then load another application.  I do have an output block, but that is not passing back to the API.  We are trying to call the automation using an API call.

There are 3 separate output blocks.  We would like the API to get the appropriate output.

FrankC_0-1731079611865.png

 

Thanks

Labels (1)
6 Replies
Shai_E
Support
Support

Hi @FrankC 

If i understand the use case, you are running the automation on triggered mode, and calling the automation get endpoint to execute it, but you are not getting back any response from that call to the automation?

Edited 5:37PM: Choose to not run it in async mode and you will get back a response from the output blocks

Thanks

FrankC
Creator
Creator
Author

Inputs;  Run Mode-Triggered and Run asynchronously - Yes

We are calling the automation using an API call.  The automation completes successfully and that is what is being returned.  What we would like returned is the value in the output block.

Shai_E
Support
Support

Hi @FrankC 

Did you check my previous comment?


FrankC
Creator
Creator
Author

I didn't see your previous message.  However, when we change to asynchronously to No we received a timeout message as the automation takes longer than 60 seconds.  The recommendation that we found to get around the time out issue was to change asynchronously to YES

Shai_E
Support
Support

Hi @FrankC 

Yeah, i see the limitation in the user guide.
In that case i am not sure the use case is possible, but perhaps wait a bit maybe someone found a way to do this.

If you use async = yes then the response each time will be the JSON that mentions the automation being queued

Best Regards

FrankC
Creator
Creator
Author

I did find a workaround.  I added an ERROR block and now the error message is coming through

FrankC_0-1732024910069.png