| Conductor Script Commands |
|
|
Argument | Description |
|
|
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. |
|
|
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 engine’s registration database.
UnRegisterProcessDefinition process_name
ArgumentDescription
process_name The name of the registered process definition.
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.
Appendix A Conductor Script Commands 323