ExClubhouse v0.5.2 ExClubhouse.Api.Workflow View Source
Workflow api
Link to this section Summary
Link to this section Functions
Link to this function
list()
View Sourcelist() :: {:ok, [ExClubhouse.Model.Workflow.t()]} | {:error, ExClubhouse.Error.t()}
Lists all workflows
Example
iex> ExClubhouse.Api.Workflow.list()
{:ok, [%ExClubhouse.Model.Workflow{...}, ...]}
Link to this function
list(sess)
View Sourcelist(ExClubhouse.Session.t()) :: {:ok, [ExClubhouse.Model.Workflow.t()]} | {:error, ExClubhouse.Error.t()}