掲題のエラーについて、有識者の方教えてください。
「StartProcess」ルールを使用しています。
「入力の上書」には、プロセスプロパティの内、2つ(以下の内②と③)だけ設定しています。
プロセスプロパティ:
①timespan、②String、③boolean、④nullable(datetime)、⑤boolean
※①は空、③と⑤はプロセスにて設定されている
この状態で掲題エラーが出たので、5つの入力引数をすべて設定しても、同様のエラーが出ます。
何が要因なのでしょうか・・・
Are you setting any values using list values…if so as per error the index you are providing is higher than the items in list
Cheers
hi, @Anil_G
Other than the string in ② being “CurrentUser.Email”, I have no idea what’s on the list.
TimeSpan:”00:00:10”
boolean:true or false
can you show some screenshtot please
is the process starting or before start only you are getting issue?
just to confirm can you try to start process with some hardcoded values
or use same variables in show message and check
cheers
@Anil_G
Sorry, but I can’t provide a screenshot for various reasons.
The process itself seems to have started running, but the error in the title appears immediately after launch.
I also tried running it with values hard-coded directly into the OC process properties, and it finished successfully.
as a first step use a log message in the process and log each argument you are sending in
then you would know what values are passed exactly
secondly…try to check at which step in process it is failing so as to identify the errored activity
cheers
@Anil_G
When I checked the robot, I hard-coded it in the OC process properties and ran it, and there were no problems.
It seems that the arguments are not being passed properly from Apps to OC.
Are the arguments specified correctly as follows?
・String: “=CurrentUser.Email”
・TimeSpan: “=TimeSpan.FromSeconds(10)”
・Boolean: true
Just before passing try to use show message on app and check if values are proper..
Looks like correct but a screenshot can help us understand better
Also you can check in jobs if input arguments are passed..mostly they might be missing
Cheers
本件、ロボット側の引数をすべて英名にして対応しなおしてみたところ解決しました。
現状、まだAppsとロボット(OC)間で日本語引数のやり取りは行わない方が簡単にVB式への移行ができるのかな?という印象です。
本件クローズとさせていただきます。
アドバイスいただいた方、ありがとうございました。