Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 473 Bytes

transition.md

File metadata and controls

24 lines (14 loc) · 473 Bytes

API: transition (object)

This object is sent to the transition hooks as the first argument.

Methods

abort()

Aborts a transition.

redirect(to, params, query)

Redirect to another route.

retry()

Retrys a transition. Typically you save off a transition you care to return to, finish the workflow, then retry.