Home > Process Modeling and Simulation Concepts > Attributes

Attributes

Attributes are similar to programming variables and can communicate data (information) and manage the flow of transactions through a process. For example, attributes can set the duration of an activity based on the specifics of a transaction, control the flow of specific transactions through a decision output, or set global controls that can affect multiple transactions or activities.

Attributes have these characteristics:

Type

Description

Location

Defines the scope of the attribute’s value.

Type

The range of values that the attribute can assume; similar to a programming variable’s data type.

Value

Must be within the range of its type. Based on attribute values you can affect many aspects of the model including the flow of transactions through your model.

Name

Uniquely identifies the attribute within its location.

Related Topics

Attribute Locations

Attribute Types

Attribute Values

Attribute Names

Priority and Preempt Transaction Attributes

See Also

Specify Resource Attributes

Activity Attributes

Activity and Resource Attributes in Array Indices