wordlift/graph-sync
Graph Sync using worai by WordLift
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| profile | Profile name defined in worai config | yes | — |
| config_path | Optional path passed as --config to worai | no | "" |
| debug | Enable --debug (true/false) | no | false |
| log_level | Optional WORAI_LOG_LEVEL value (debug/info/warning/error) | no | warning |
| working_directory | Directory where worai should run | no | . |
| worai_version | Pinned worai version to install | no | 6.20.9 |
| install_playwright | Install Playwright Python package and browser binaries (true/false) | no | true |
| playwright_version | Pinned Playwright Python package version to install | no | 1.58.0 |
| playwright_browser | Playwright browser to install | no | chromium |
| cache_enabled | Enable dependency cache for pip and Playwright browser binaries (true/false) | no | true |
| cache_key_suffix | Optional cache key suffix; when empty, key is derived from worai/playwright versions and browser | no | "" |
| output_dir | Output directory for artifacts (reports, debug files). Defaults to $GITHUB_WORKSPACE/output/<profile>. | no | "" |
| memory_gib | Available memory in GiB passed to the resource monitor. | no | 4 |
| graph_kpis_enabled | After a successful sync, export the graph, calculate KPIs, and upload a graph KPI snapshot (true/false). | no | false |
| graph_kpis_snapshot_date | Snapshot date for the graph KPI upload. Defaults to the current UTC date. | no | "" |
| graph_kpis_api_url | Base URL for WordLift graph KPI APIs. | no | https://api.wordlift.io |
| graph_kpis_allowed_hosts | Comma-separated HTTPS host allowlist for graph KPI API and export endpoints. | no | api.wordlift.io |
| graph_kpis_export_endpoint | Optional WordLift graph export endpoint override. Defaults to worai's graph export endpoint. | no | "" |
| graph_kpis_timeout_seconds | Maximum seconds for graph KPI calculation/upload and WordLift API requests. | no | 300 |
| graph_kpis_shacl_workers | Max worker threads for URL-level SHACL validation. | no | 4 |
| graph_kpis_shape | Comma-separated extra SHACL shape files for graph KPI validation. | no | "" |
| graph_kpis_no_builtin_shapes | Use only shapes passed with graph_kpis_shape for graph KPI validation (true/false). | no | false |
| graph_kpis_fail_on_error | Fail the action when graph KPI export, calculation, or upload fails (true/false). Defaults to warning-only. | no | false |
| graph_kpis_retry_attempts | Deprecated; native worai graph kpis push owns upload behavior. | no | 3 |
Outputs
no outputs