Hi, I am trying to use Start Job activity in my workflow but I get an error message which is:
Start Job: startJobParameters must not be null Error code: 0
My process uses the standard REFramework which does have some arguments listed in the input parameters but it should be left at default with no value as it will be populated after reading the config file. Currently on modern folder with an unattended bot.
You have passed only first two arguments, two more are pending. Pass the EmailMessage in List datatype and DBConnect arguments in DatabaseConnection datatype.
Hi all, found the issue, was informed incorrectly that we were on modern folder (still classic) and that was causing the argument issue. Can use start job without passing argument value. Thanks for the assistance.