Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/18 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

Sub-Pipeline : GetExecSettings

Review the GetExecSettings sub-pipeline when scheduling inventory imports.

  1. Pipelet: Assign (bc_api) GetScriptExecTimeoutPreference
    • ScriptExecTime = dw.system.Site.getCurrent().getCustomPreferenceValue​('ImpexScriptExecutionTimeout')
  2. Pipelet: Assign (bc_api) SetScriptExecTimeout
    • ScriptExecTimeout = !empty(ScriptExecTimeout) ? ScriptExecTimeout : '10'
  3. Continue after calling node.