Input
ExecutionInitiate Execution
Data/Files/Operations
Diffs a folder against a manifest, emitting added, updated and deleted files while ignoring directory manifests. Auto mode trusts store ETags (hashing only weak/missing ones); Checksum mode always Blake3-hashes contents
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Initiate Execution
FlowPath to this workflow's manifest file. It may have any name and need not exist yet; use a distinct name when workflows share a root
Root folder to scan for changes
Scan the root folder recursively
Auto: trust store ETags, hashing only files with a missing/weak ETag (fast). Checksum: always Blake3-hash contents, ignoring ETags (correct on backends with mtime-based ETags such as local disk)
Done with the Execution
Files present in the folder but not in the manifest
Files whose ETag/hash changed since the manifest
Files in the manifest that no longer exist in the folder
Diff session carrying the next manifest, feed into 'Write Directory Manifest'
Where the manifest lives / should be written.
Root that was scanned. Required when committing selected paths.
Manifest files omitted from the snapshot and safe to purge from older baselines.
The next manifest to persist, reflecting the current directory state.
Content marker used to exclude manifests from directory diffs regardless of name.
Whether the snapshot was taken recursively. Diffs against a manifest with a different scope skip deletion detection to avoid falsely reporting out-of-scope files as deleted.
A single tracked file inside a manifest. Change detection prefers a `hash` when present, else the store `e_tag`. Trusted ETags avoid a full-content hash read; `hash` is populated in Checksum mode or when the store reports a missing/weak ETag.
Object-store key of the file (path within the root's store).
ETag reported by the store; used when no content hash is recorded.
Blake3 content hash; the strongest signal when present.
File size in bytes.
Last-modified timestamp as reported by the store.