Transition Configuration
These configurations allows you to override the default transition line interpolation set in Global Configuration AND Workflow Configuration for a given transition. To set transition configuration, simply add your configuration in transition description using Simplified JSON Syntax.
Warning
After you have made changes to transition, you’ll need to update metadata cache (see Update Workflows).
In this table you’ll find all possible options that you can set for your transition:
Option |
Values |
Description |
|---|---|---|
|
|
Define the interpolation type used for current transition. Default value is |
|
|
Define the stroke style used for current transition, this option won’t work on automatic transitions and it’s set to |
|
|
Define current transition arrow. Default is |
Warning
Changing transition interpolation types in the client view will not affect transitions which has the type option set to a given value.
Example
In this example, the configuration used for transition from State B to State C is:
{style:dotted, type:step, head:circle}
And for the transition from State C to State B, the configuration is:
{head:ss}
And the resulting graph is below