Set the TES API executing agent.
A TES API executing Agent has to be installed for this to work. How to install: Funnel.
Once a TES API executing agent has been installed and is running, change the following config in the TRE Agent .env file:
.env
// UseTESK should be set to true:
UseTESK = true
// Set TesAPIUrl to the URL where the TES API executing agent is hosted. e.g Funnel or TES-K:
TesAPIUrl=http://localhost:8000/v1/tasks
// Output bucket prefix for the TES executing agent to write outputs to, default is s3 bucket prefix:
TesOutputBucketPrefix=s3://
Restart the TRE Agent container to apply the new configuration.