Conductor Script Commands
Appendix A Conductor Script Commands 323
The UnRegisterAssignmentRules command is available only when an engine is
current, so you must first use the FindEngine Script command to set the current
engine.
Use the ListRegistrations Script command to display a list of components
registered with the current engine (you can filter the list for assignment rule
dictionaries). The UnRegisterAssignmentRules command removes the specified
assignment rule or the entire assignment rule dictionary from the registration table,
preventing subsequent use of any of the assignment rules in process execution on
the current engine.
UnRegisterProcessDefinition
The UnRegisterProcessDefinition command deletes the specified process
definition from the current engines registration database.
UnRegisterProcessDefinition process_name
The UnRegisterProcessDefinition command is available only when an engine
is current, so you must first use the FindEngine Script command to set the current
engine.
Use the ListRegistrations Script command to display a list of components
registered with the current engine. You can filter the list for process definitions.
The UnRegisterProcessDefinition command removes the specified process
definition from the registration table but will have no effect on currently running
process instances. It prevents subsequent creation of instances of the process
definition on the current engine.
rule_name The name of the assignment rule to be unregistered. If not
specified, then all assignment rules in the specified dictionary
will be unregistered.
Argument Description
process_name The name of the registered process definition.
Argument Description