ExClubhouse v0.5.2 ExClubhouse.Model.Workflow View Source

Workflow model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Workflow{
  auto_assign_owner: boolean(),
  created_at: binary(),
  default_state_id: integer(),
  description: binary(),
  entity_type: binary(),
  id: integer(),
  name: binary(),
  project_ids: [integer()],
  states: [ExClubhouse.Model.WorkflowState.t()],
  team_id: integer(),
  updated_at: binary()
}