View Source Runbox.Scenario.OutputAction.UpsertEdge (runbox v13.0.3)
Parameters for output action Upsert Edge.
The resulting output action will create an edge between two assets. The assets do not have to exist at the time of the edge creation.
Summary
Types
@type t() :: %Runbox.Scenario.OutputAction.UpsertEdge{ from_id: Runbox.Scenario.OutputAction.asset_id(), from_type: Runbox.Scenario.OutputAction.asset_type(), to_id: Runbox.Scenario.OutputAction.asset_id(), to_type: Runbox.Scenario.OutputAction.asset_type(), type: Runbox.Scenario.OutputAction.edge_type() }
Upsert Edge
:from_type
- type of the asset which this edge goes out from:from_id
- id of the asset which this edge goes out from:to_type
- type of the asset which this edge goes to:to_id
- id of the asset which this edge goes to:type
- type of the edge