Alessandro Liparoti
12/31/2021, 2:13 PMoutputWriter.Put(ctx, ioutils.NewInMemoryOutputReader(outputs, nil))
to store a outputs
structure to be visible in console. I do this in Status
method (in this interface) whenever the job is completed. However it seems the protobuf is not written (thus not visible). I followed the same approach for a core plugin and it worked. Am I doing something wrong here in the way I am using the webapi plugin?George Snelling
Ketan (kumare3)
Haytham Abuelfutuh