| AddCatalogWorkflowOperationHandler |
This WorkflowOperationHandler adds an configurable catalog to the MediaPackage.
|
| AnalyzeTracksWorkflowOperationHandler |
Workflow operation handler for analyzing tracks and set control variables.
|
| CleanupWorkflowOperationHandler |
Removes all files in the working file repository for mediapackage elements that don't match one of the
"preserve-flavors" configuration value.
|
| CloneWorkflowOperationHandler |
Workflow operation handler for cloning tracks from a flavor
|
| ConditionalConfigWorkflowOperationHandler |
|
| ConfigureByDublinCoreTermWOH |
Take look in specified catalog for specified term, if the value matches the specified value add the target-tags
|
| CopyWorkflowOperationHandler |
Workflow operation handler for copying video data through NFS
|
| DefaultsWorkflowOperationHandler |
Workflow operation handler for setting default values.
|
| DuplicateEventWorkflowOperationHandler |
This WOH duplicates an input event.
|
| ErrorResolutionWorkflowOperationHandler |
Workflow operation handler for choosing the retry strategy after a failing operation
|
| ExportWorkflowPropertiesWOH |
Workflow operation handler for exporting workflow properties.
|
| FailingWorkflowOperationHandler |
Operation to test retry strategies on failing
|
| ImportWorkflowPropertiesWOH |
Workflow operation handler for importing workflow properties.
|
| IncludeWorkflowOperationHandler |
Workflow operation handler that will conditionally insert a complete workflow into the current one
at its own position.
|
| ProbeResolutionWorkflowOperationHandler |
Workflow operation handler for setting variables based on video resolutions
|
| ResumableWorkflowOperationHandlerBase |
Abstract base implementation for a resumable operation handler, which implements a simple operations for starting an
operation, returning a WorkflowOperationResult with the current mediapackage and WorkflowOperationResult.Action.PAUSE and
resuming an operation, returning a WorkflowOperationResult with the current mediapackage and
WorkflowOperationResult.Action.CONTINUE.
|
| SeriesWorkflowOperationHandler |
The workflow definition for handling "series" operations
|
| StartWorkflowWorkflowOperationHandler |
This WOH starts a new workflow for given media package.
|
| TagByDublinCoreTermWOH |
Take look in specified catalog for specified term, if the value matches the specified value add the target-tags
|
| TagWorkflowOperationHandler |
Simple implementation that holds for user-entered trim points.
|
| TransferMetadataWorkflowOperationHandler |
The workflow definition for handling "transfer-metadata" operations
|
| ZipWorkflowOperationHandler |
Produces a zipped archive of a mediapackage, places it in the archive collection, and removes the rest of the
mediapackage elements from both the mediapackage xml and if possible, from storage altogether.
|