cancel
Showing results for 
Search instead for 
Did you mean: 

Run Data Action in the background in Analytical Application via API

jdemiguel1658
Explorer
0 Kudos

Hi experts,

I am working in a project where I need to combine multiple data actions from different Planning Models under one click. I have created an analytical application and used the API "DataAction.execute()".

Everything works fine except that the fact that data actions run in Analytical Applications through the API "DataAction.execute()" prevent users from doing anything until the data action has finished. It basically blocks the screen.

Do you know if there is a way to trigger the data action in the background? Similar to when you trigger a data action in the background in a normal story?

The data action API allows link multiple data actions in one click and to trigger a data action when changing a number in a table, etc. but the API is not good enough if users have to wait minutes until the data action has finished.

Any ideas?

Thanks in advance!

saurabh_sonawane
Active Contributor
0 Kudos

Can you example what you are doing in this step

trigger a data action when changing a number in a table, etc

View Entire Topic
avsalynin
Active Contributor
0 Kudos

jdemiguel

Can it be easier to use multiaction functionality in your scenario?