Workflows.Path (Workflows v0.2.0) View Source

A Path is used to query json objects.

Link to this section Summary

Link to this section Types

Link to this section Functions

Specs

create(String.t()) :: {:ok, t()} | {:error, term()}

Specs

query(t(), Workflows.Activity.args()) ::
  {:ok, Workflows.Activity.args()} | {:error, term()}