The State Flow Designer allows you to customize the transitions between the states. As an example, see the incident state models.

To configure transitions for the specific practice, create a state model first, and then configure transitions.

Role required: admin.

Create a state model


The state models are stored in the State Models (sys_state_model) table. To create a state model, complete the following steps:

  1. Navigate to State Flow Designer → State Models.
  2. Click New and fill in the fields.
  3. Click Save or Save and exit to apply the changes.

State model form fields

FieldMandatoryDescription
NameYSpecify a model name.
State flow scriptN

The client script that specifies the transition logic.

The field appears after the record is saved. It is populated automatically when the transitions are set. 

TableYSelect a table to create the model. You can only select tables that have a column with the Column name is state.
ActiveNSelect this checkbox to activate this state model.
InheritedNSelect this checkbox to enable inheritance of the state model to child tables.
ConditionN

Specify the conditions that must be met to enable the state model transitions.

See the Condition Operators article to learn more about available condition operators for different field types.

An empty condition always returns true.

DescriptionNAdd a brief description of the state model.

Configure the transitions


The transitions are stored in the State Transition (sys_state_transition) table. To configure transitions in a created state model, complete the following steps:

  1. Navigate to State Flow Designer → State Models.
  2. Open the state model record you need to modify.
  3. In the Related Lists area, select the State Transition tab.
  4. Click New and fill in the fields.
  5. Click Save or Save and exit to apply the changes.

Another way to create a new transition is as follows:

  1. Navigate to State Flow Designer → State Transition.
  2. Click New and fill in the fields.
  3. Click Save or Save and exit to apply the changes.

In this case, fill the State model field manually.

State Transitions form fields

FieldMandatoryDescription
State modelYSpecify the state model for which the transition is created.
StateYSpecify the initial state for the subsequent transitions. You can only specify fields of the model table. The table should have a column with the Column name is state.
Available transitionsN

Select the transitions available for the state specified in the State field. You can select only fields of the model table. The table should have a column with the Column name is state.

Define the states which activate or deactivate the target record. The outcome is defined by the Record activity field.

DescriptionNAdd a brief description of the transition.
AutotransitionNSelect this checkbox to enable the scheduled automatic state change for the state specified in the State field. 
Auto stateN

Specify the state the record is automatically transited to. You can only specify fields of the model table. The table should have a column with the Column name is state.

This field appears when the Autotransition checkbox is selected.

DurationN

Specify the duration (by business time, days, hours, etc.), after which the state is automatically changed. 

This field appears when the Autotransition checkbox is selected.

ScheduleN

Specify a schedule to calculate the autotransition date. 

This field appears when the Autotransition checkbox is selected.

Record activityN

The Record activity field appears if the table defined in the related State Model has the Active column.

Define if the Active column in the target record will change. The checkbox is selected or cleared when the State of the target record has a value defined in the Available transitions field. Available options:

  • Do not change – the Active checkbox is not changed. This is the default value.
  • Active – the Active checkbox is selected, the record becomes active.
  • Inactive – the Active checkbox is cleared, the record becomes inactive.

For example, you can make the target record inactive (with cleared Active checkbox) when its State transitions to Completed. Or vice versa, when the record transitions to the In progress state, the Active checkbox is automatically selected.

Example of the configured transitions


There is the Approval state flow model for the Approval table that contains the following transition:

In this screenshot, the Requested state can change to Approved, Rejected, Canceled states or stay Requested

If you select the Autotransition checkbox and define fields like in the screenshot below, then the following setting will be applied:

  • if the state does not change for the 3 days 8 hours (on a 8x5 weekdays calendar; it's equivalent to ten working days 8 hours each), then the state will change to Rejected.

  • No labels