Invoke workflow file間のログインセッションの維持

kintoneで作成したWebアプリの操作を行うフローを作成しています。
Main.xamlで複数のinvoke workflow fileを配置して一連の操作を実行したいのですが、invoke workflow fileの度にログイン画面に戻ってしまいます。

ログインセッションを引数として渡せばよいようですが、やり方がわかりません。
詳しく教えていただけると幸いです。

I think it is happening because you are using use Application/Browser Activity in every workflow and indicating the first page or login page if you want a series of operation should work then you have to indicate the page where the previous workflow stopped and make sure it should not kill the chrome or close the page.

If this is nneedful then mark it as SOLUTION

Happy Automation

2 Likes

こんにちは

基本的にはブラウザを閉じないようにして、そのまま操作を継続する方が良いかと思います。

ブラウザを使用アクティビティのクローズ動作プロパティがあると思いますので、それをNeverにするとブラウザを使用アクティビティを抜けてもブラウザは起動したままになりますので、それを次のブラウザを使用アクティビティでアタッチするようにします。(必要に応じてオープン動作プロパティを調整してください)

2 Likes

Yoichiさん、こんにちは
さっそくのサポートありがとうございます!
スクリーンショットまでいただき、無事期待通りの動作をさせることができました。
(他のQuestionに対するYoichiさんの回答もいつも拝見しております!)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.