View Source StepFlow.Step.Helpers (StepFlow v1.8.0)
The Helper Step context.
Summary
Functions
Filter a list of paths.
Retrieves a value on an Objecta and filtered by the key.
Retrieves a value on an Object and filtered by the key and type.
Functions
Filter a list of paths.
Examples
iex> StepFlow.Step.Helpers.filter_path_list(["path_1.ext1", "path2.ext2"], [%{"ends_with" => ".ext2"}])
["path2.ext2"]
iex> StepFlow.Step.Helpers.filter_path_list(["path_1.ext1", "path2.ext2"], [%{ends_with: ".ext2"}])
["path2.ext2"]
Link to this function
get_string_or_processed_template_value(workflow, step, dates, source_paths, key, default \\ "")
View SourceRetrieves a value on an Objecta and filtered by the key.
Retrieves a value on an Object and filtered by the key and type.