Some Options: - Provide an HTTP endpoint to hit with the output payload. - This has the downside that you have to provide a URL that is actually resolvable by the task. - Providing the base hostname or IP in the Ergo config would be a good way to do this. - Provide a file path to write with the output payload. For docker containers this would be a volume mounted into the container. - For task orchestrators, can we do something similar?
Some Options: