What's on this page

Relationship State

Relationship State

When defining a relationship we must also define when this relationship should be created and deleted (ceased) within the context of the assembly lifecycle (and the lifecycles of its components)

In addition to specifying the minimum state, we can also define a modifier for the state which identifies whether the relationship should be created before (pre) or after (post) the relevant end transitions

Relationship State example

The following example represents the lifecycle of a relationship as the source and target resources transition through their lifecycles

Source State: post-Active

Target State: pre-Inactive

The relationship will be created once both components have successfully transitioned to the Active state

Create Relationship