Cizen.Effects.Start (Cizen v0.18.1) View Source

An effect to start a saga.

Returns the started saga ID.

Example

saga_id = perform %Start{
  saga: some_saga_struct
}