Set a Process Attribute

You can set up a new attribute for a specific server process or update an existing entry using the following command:

swadm SET_ATTRIBUTE machine_id process_name process_instance attribute_name attribute_value

where:

machine_id is the unique identifier for the server. If you specify a value of 0, the command will apply to all servers in iProcess Engine.
process_name is the name of the iProcess Engine process. If you specify a value of ALL, the command will apply to all process types.
process_instance is the instance number of the process. If you specify a value of 0, the command will apply to all instances of the process.
attribute_name is the name of the attribute to be set.
attribute_value is the value for the specified process attribute.

Example

A company’s office in California (Pacific Standard Time, GMT‑08:00) wants to run cases of procedures that are hosted on a node running on a machine in the company’s administrative center in Washington D.C. (Eastern Standard Time, GMT‑05:00).

To configure iProcess Engine to use Pacific Standard Time, use the following command:

swadm set_attribute 0 ALL 0 TIMEZONE "PST8"