Chained App: App2 does not run upon success of App1
- RSS フィードを購読する
- トピックを新着としてマーク
- トピックを既読としてマーク
- このトピックを現在のユーザーにフロートします
- ブックマーク
- 購読
- ミュート
- 印刷用ページ
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Hi everyone,
I am testing the chained app process with 2 apps for the 1st time.
Although I have set up the interface designer to run App2 upon success of App1, App2 does not get started.
The 2 apps are open, and I receive the confirmation that app1 was successfully run, but that is it.
for the sake of the testing, I am using 2 very simple apps, which are not related (output of app1 is not an input of App2). Is that an issue ?
thanks for any idea!
解決済! 解決策の投稿を見る。
- ラベル:
- Chained App
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Hi @LD,
If you have already configured your interface designer as such, then try closing App2 before running App1 and see if it launches it.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
hi @ggruccio
yes, thank you, that is indeed how I have configured App1 interface designer.
I have followed your suggestion, with the same result.
I have even closed Alteryx and tried to open the apps again... but it won't work either 😞
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Got it!
And when you say you are running the App I assume you are using the "Run as Analytic App" button?
The app will run using the Run button as well...just trying to rule things out!
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
oh, no, I was pressing the "run" button... I have missed that specific detail in all the articles I have read, thank you!
Now, if I may ask a follow-up question: this App2 doesn't require any configuration. So, is there a way to skip the "questions" window and have it run right away ?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
That I'm not sure of...often the advantage of having a chained app is to have additional user input...sometimes it references the first app - (i.e. a person chooses a state in app1, then chooses a zipcode within that state in app2).
Technically you may be better off incorporating app2 into app1 if you just simply want them to seamlessly....but I definitely get what you are trying to do.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
sure, I see the point of "pausing" the sequence to get user's input. in my case we have multiple complex workflows, which are easier to manage separately - but it would be handy to have them run automatically one after the other.
Thanks for the insights anyway!
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Hi, to close the topic - this link provided by Alteryx Support has helped me:
With Desktop Designer, the solution for running a sequence of multiple workflows which do not require intermediate user inputs seems to be the use of the Runner and Conditional Runner Crew Macros.
And that indeed works smoothly (workflows do not need to be apps, and can remain normal workflows).
It is a pity that such macros aren't just part of the OOB Alteryx tools.
thanks @ggruccio anyway for the initial useful answer.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Thanks for following up. It's really useful to hear what has worked.