Creating media objects [VF AgSDK]
In some use cases you may want to create a (media) file in your task processor that shall be accessible by other VidiFlow tasks in a workflow. Since VidiFlow requires such a file to have a matching media object in its repository there is an SDK extension for version 2 of the task processor interface that allows to easily manage the media object of a file in VidiFlow (see FileSupervisor ).
To use this extension, add the
Platform.Integrations.Agent.FileSupervisor
Nuget package to your agent's Contracts project.