Conductor Script Commands
Appendix A Conductor Script Commands 293
To start logging, use the + followed by a set of message filters in parentheses. To
stop logging, use the - followed by a set of message filters in parentheses.
The settings specified with the ModLogFlags command modify the log message
filters that were set when the current component started up, based on the
FORTE_LOGGER_SETUP environment variable.
An example of the ModLogFlags command is:
cscript> ModLogFlags +(trc:wr:2:2)
This filter specifies that all messages about sessions created in the engine but not
a lot of detail be written to the primary engine units log file (on the server node
on which the primary engine unit is running). For information on iIS message
filters, see Messages and Message Filters on page 212.
ReadyActivity
The ReadyActivity command changes the state of the specified activity from
PENDING to READY.
ReadyActivity process_id activity_name
The ReadyActivity command is available only when an engine is current, so you
must first use the FindEngine Script command to set the current engine.
The ReadyActivity command does not apply to activities that do not pass through
READY state, such as subprocess activities.
Before changing the state of an activity from PENDING to READY, the engine first
evaluates the activitys Ready expression if one is specified in the process
definition.
Argument Description
process_id The process instance in which the activity was created.
activity_name The name of the activity.