Conductor Script Commands
SetAttributeValue
The SetAttributeValue command sets a specified process attribute in the current engine to a specified value.
SetAttributeValue process_id attribute_name attribute_type value
Argument | Description |
|
|
process_id | The process instance of the specified attribute. |
attribute_name The name of the process attribute that is to be set. | |
attribute_type The data type of the attribute value. | |
value | The value to be assigned to the attribute. String values must be |
| enclosed in within double quotes. |
|
|
The SetAttributeValue command is available only when an engine is current, so you must first use the FindEngine Script command to set the current engine.
The SetAttributeValue command lets you change a specified process attribute value of a process instance (for example, a priority attribute, which affects the routing between activities).
SetPassword
The SetPassword command sets password protection for opening Conductor Script in your active environment. After you set a password, other users cannot open Conductor Script (or iIS Console, or iPlanet UDS Environment Console, or iPlanet UDS Escript) in that environment without using the password.
SetPassword [old_password] [new_password]
ArgumentDescription
old_password The current existing password.
new_password The new (or null) password.
The SetPassword command is always available. The specified engine need not be running to use the SetPassword command.