I am trying to create a screen for that lists all the current agent tasks in a table and has a button on each row that allows the user to run the agent task at will. My plan for the button is to use the system.eam.runTask feature to allow us to run the agent task that we want.
My question is is it possible for me to get a list of the current agent tasks on the gateway? I see there are several eam functions that allow me to get a list of all the agents and their statuses and their histories, but I don’t think I see anything for the tasks themselves.
Thanks!