Process works by itself, but not when called from a report
I have 2 files - a report and a process. The process performs a sql insert into a database. When I run the process by itself, it runs fine, and the data is inserted into the database. However, when I try to have the report run this process in the background, the report itself runs fine (i.e. it prints out all the fields) but it never runs the process.
Each runs fine by itself. What am I doing wrong with the way I am calling the process? Is there another way to run a process in the background of a report?
Report:
Process:
Thanks for any assistance.
-
The Action.Process requires user interaction (ie. button press) in order to proceed. This will interactively take the user from the current report and run the process task.
You do have the ability to initiate a process when the report loads
https://devnet.logianalytics.com/hc/en-us/articles/4419715440407-Calling-and-Completing-a-Task
Is this what you are looking for?0 -
Yes. Thank you VISUI. That was just what I needed.
0
Please sign in to leave a comment.
Comments
2 comments