Invoke

Invoke Step

Invoke Step Summary The INVOKE STEP command executes a step object on the Connect server. Syntax invoke [synchronous] step <step_name>; Parameters Parameter Description [synchronous] When speci...

Invoke Pipeline

Invoke Pipeline Summary Use the INVOKE PIPELINE command to interactively execute a pipeline. Syntax invoke [synchronous] pipeline <pipeline_name> [(variables variable_name1=value_override1, va...

Use Steps and Pipelines

Data Processing with Steps and Pipelines Your primary tool for creating ETL mappings and automating your Incent processes is using step and pipeline domain objects. You can bundle a series of [&helli...

Invoke Steps

  IMPORTANT: Order of step invocation is crucial, as some steps use values set in previous steps. Omit the keyword “synchronous” to invoke a step or pipeline asynchronously on the […]