When you build a subscription, the Arg instance will be created by binding to data in both the variables and the args payload. Any property on your arg class will first get data from the Variables section, and then overridden by the Arg payload.
By default routing slip events are published. This can cause issues in mature systems. It is recommended
to add a subscription which will configure the events to be sent to the configured endpoint.
var builder = new RoutingSlipBuilder(NewId.NextGuid());
builder.AddSubscription(new Uri("address"), RoutingSlipEvents.All)
var slip = builder.Build();
Parameter
Notes
address
Where should routing slip events be sent
events
RoutingSlipEvents is a flag enum for selecting desired events