Cizen.Effects.Start (Cizen v0.17.0) View Source
An effect to start a saga.
Returns the started saga ID.
Example
saga_id = perform id, %Start{
saga: some_saga_struct
}
An effect to start a saga.
Returns the started saga ID.
saga_id = perform id, %Start{
saga: some_saga_struct
}