Filesystem Pickup
Below is an example of a FarEarth Pickup configuration, for local storage.
{
"id": "farearth.fs-pickup-101",
"protocol": "filesystem",
"attachParameters": {
"workflowId": "farearth.archive",
"sendNotification": true
},
"triggers": [
{
"subscriptionId": "farearth",
"id": "READY_FILE"
}
],
"properties": {
"storeDirectory": "farearth.fs-pickup-0"
}
}
The required properties for the local filesystem protocol.
| Field | Details |
|---|---|
storeDirectory | Path to local storage directly accessible through FarEarth |
note
This configuration is typically used on self-hosted bundled deployments, where the FarEarth instance is packaged as a single executable.