Xactly Connect DCL and XSQL Reference Guide

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, variable_name3=value_override2..n)]; Parameters Parameter Description [synchronous] (Optional) By default, pipeline invocations run asynchronously […]

Resume Schedule

Resume Schedule Summary The RESUME SCHEDULE command reinstates the specified schedule if suspended. Connect does not execute schedules found in a suspended state. Syntax resume schedule [if exists] <schedule_name>; Parameters Parameter Description [if exists] […]

Eval

Summary The EVAL command explicitly evaluates the value of a variable or an XSQL expression. Variables SET with ‘*=’ syntax are evaluated when set, not at run time with EVAL. […]

Drop Variable

Drop Variable Summary The DROP VARIABLE command drops the specified variable. Syntax drop variable [if exists] <name>; Parameters Parameter Description [if exists] Suppresses error messages thrown when dropping a variable that does not exist. […]

Drop Step

Drop Step Summary The DROP STEP command removes the specified step domain object from the Connect instance. Syntax drop step [if exists] <step_name>; Parameters Parameter Description [if exists] (Optional) Suppresses error messages […]

Drop Schedule

Drop Schedule Summary The DROP SCHEDULE command removes the specified schedule from Connect. Syntax drop schedule [if exists] <schedule_name>; Parameters Parameter Description [if exists] (Optional) Suppresses XSQL error message if schedule […]

Drop Pipeline

Drop Pipeline Summary The DROP PIPELINE command removes the specified pipeline domain object from the Connect instance. Syntax drop pipeline [if exists] <pipeline_name>; Parameters Parameter Description [if exists] (Optional) Connect […]

Drop Email

Drop Email Summary The DROP EMAIL command drops the specified email object. Syntax drop email [if exists] <email_name>; Parameters Parameter Description <email_name> The name of the email message. Details If […]

Create Step

Create Step Summary Use the CREATE STEP command to create a new step object within your Connect environment. Steps are objects stored within your Connect instance and can contain one […]

Create Schedule

Create Schedule Summary The CREATE SCHEDULE command creates a schedule domain object. Schedules allow developers to automatically run steps and pipelines at specified times. Syntax create schedule [if not exists] […]