-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Andrea Di Muzio edited this page Mar 12, 2026
·
2 revisions
In this section we will document the main commands and best practices for elv-o.
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
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.