Skip to content
Andrea Di Muzio edited this page Mar 12, 2026 · 2 revisions

Welcome to the elv-o wiki

In this section we will document the main commands and best practices for elv-o.

How to(s)

Run an action as Node.js standalone program.

node actions/action_sony_kit_ingest.js execute --parameters='{"action": "CHECK_PRODUCTION_READINESS", "gcm": false}' --inputs='{"private_key": "0x6", "config_url": "https://main.net955305.contentfabric.io/config", "mezzanine_object_id": "'iq_aaaaaaaaa'"}'

Note: Payload can be specified via command line as: --payload='{JSON}' or using a file --payload=@/path/to/file.json

Set the polling interval for a step

Step definition supports a field polling_interval that specifies the frequency at which the engine will check for step status. This is important for asynchronous steps, and in particular for sub-workflows.