Contains information about string context variables. String context variables are associated with individual workflow process instances.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

ID of the associated individual workflow instance.

tag

VARCHAR(25)

not null

(primary key)

Variable name.

context_str

VARCHAR(255)

null

String variable value.

 
loading table of contents...