Objective Alias Creator
This post processor enables the creation of an ECM Alias object pointing to each document.
The path for the Alias depends on the provided Alias Path field. If it's empty, the Alias will be created in the same folder as the original document. If a path is provided (ECM Folder ID), the the Alias will be created in that folder.
This post processor requires a valid ECM Authentication connector to be provided.
Configuration
Auth Connector
Select your ECM Authentication Connector from th drop down.
Condition check
It will execute the task when the condition's result is 'true', 't', 'on', '1', or 'yes' (case-insensitive), or run on all conditions if left empty. This condition is evaluated for each document, determining whether the task should be executed based on the specified values.
Example: If I only want to run this task for PDF documents I would use the expression: equals('#{rd.mimetype}',"application/pdf")
Stop Processing
If the condition results in 'true', 't', 'on', '1', or 'yes' (case-insensitive), no additional tasks will be executed for the current document being processed.
Alias Path
Leave empty to create alias in the same folder as the original document.
Example
API Keys
Key |
Display Name |
Type |
---|---|---|
use_condition | Check a condition before executing this task. | Boolean |
task_condition |
Condition |
String |
task_stop_proc |
Stop Processing |
Boolean |
param_alias_path |
Alias Path |
String |