ExClubhouse v0.5.2 ExClubhouse.Model.EpicWorkflow View Source

Epir workflow model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.EpicWorkflow{
  created_at: binary(),
  default_epic_state_id: integer(),
  entity_type: binary(),
  epic_states: [ExClubhouse.Model.EpicState.t()],
  id: integer(),
  updated_at: binary()
}