Representation of a Workflow Dependency resource.
Summary
Types
@type t() :: %Humaans.Resources.WorkflowDependency{ created_at: DateTime.t() | nil, depends_on_workflow_id: binary() | nil, id: binary() | nil, updated_at: DateTime.t() | nil, workflow_id: binary() | nil }