Source object
<> #accepts #SourceObject.
Parameter [optional]
<> #accepts #Parameter.
<> #accepts
[ a #PredefinedParameterValue ;
#parameterDescription "Description" ;
#parameterValue "value"
] .
Status
<> #provides #Status.
Target object
<> #provides #TargetObject.
Workflow
<> #fits #MigrationAction .
<> #migrates
[ a #MigrationPath ;
#sourceMimetype "source mimetype" ;
#targetMimetype "target mimetype" ;
] .
[Click workflow parts to show annotations]
Source object
<> #accepts #SourceObject.
Parameter
<> #accepts #Parameter.
<> #accepts
[ a #PredefinedParameterValue ;
#parameterDescription "no compression" ;
#parameterValue "none"
] .
<> #accepts
[ a #PredefinedParameterValue ;
#parameterDescription "CCITT Group 4" ;
#parameterValue "Group4"
] .
<> #accepts
[ a #PredefinedParameterValue ;
#parameterDescription "run length encoding" ;
#parameterValue "RLE"
] .
Status
<> #provides #Status.
Target object
<> #provides #TargetObject.
Workflow
<> #fits #MigrationAction .
<> #migrates
[ a #MigrationPath ;
#sourceMimetype "image/*" ;
#targetMimetype "image/tiff" ;
] .
[Click workflow parts to show annotations]