yasmin_editor.model.transition module

Transition model.

class yasmin_editor.model.transition.Transition(source_outcome: str, target: str, target_instance_id: str = '')

Bases: object

Represents a transition from one outcome to a target state or final outcome.

source_outcome: str
target: str
target_instance_id: str