Checking if package run is completed?

How can I check if the package that is runed by the agent (whichever) completed? Are those stored in entities or is there a config setting that enables this?

In OpenRPA, we have openrpa_instances, and in human workflows, we have workflow_instances. However, for code/packages in the agent, we do not. I intended to add it but never got around to it, since we can see that using Observability.
You can, however, “talk” to the agent and ask what packages are running. So, you cannot see when it stopped, but you can see if it is running. I don’t know if that helps? Otherwise, you will need to add a few lines to your code to log before it stops into a collection.

This will change with the new serverless. Here, you get a request log that logs each HTTP or message queue request, and you can track how long each package took to start up, how long it ran, and when it started and stopped in the instance logs. And you can see the console output, if needed.

Request logs

Instance logs

Console output

Do you know when this serverless will be implemented?

It kind of already is. We are doing heavy testing, and working on improving the UI, documentation and examples.

I looked up your user, to see if you are using our cloud or on-premise install and noticed it’s exactly 4 years since you signed up … happy 4th year anniversary :tada:

I think you have an on premise installation, right ? Serverless is not going to be open source. At least not in the beginning, so you will only have access to this at app.openiap.io or if you have a premium license.

1 Like

That’s great. Can’t wait for it! :smiley:

Oooh, it was 4y already! :open_mouth: I love the way this platform is evolving. :smiley: Thanks for anniversary! :star_struck: :partying_face: I’m happy that I’m part of this community and hope to stay for long! :blush:

Yes, on premise installation. Oh, ok.
So, workaround for now will be then to ask if the packages are running. Think I got the way to do that in my head.

1 Like

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