Conductor Script Commands
RegisterAlias
The RegisterAlias command registers the specified subprocess alias in the current engine’s registration database. For more information on aliases, see “About Aliases” on page 143.
RegisterAlias alias_name process_name engine_name environment
ArgumentDescription
alias_name The name of the alias (same as the process name). process_name The name of the process referenced by the specified alias. engine_name The name of the engine on which the specified process is executed. environment The name of the environment in which the specified engine is located.
The RegisterAlias command is available only when an engine is current, so you must first use the FindEngine Script command to set the current engine.
The RegisterAlias command registers an alias only if an alias of the same name is not already registered.
RegisterAssignmentRules
The RegisterAssignmentRules command registers the specified assignment rule dictionary (or all available assignment rule dictionaries) in the current engine’s registration database.
RegisterAssignmentRules [dictionary_name]
ArgumentDescription
dictionary_name The name of the assignment rule dictionary to be registered. If not specified, then all available assignment rule dictionaries are registered.
The RegisterAssignmentRules command is available only when an engine is current, so you must first use the FindEngine Script command to set the current engine.