StepFlow.Step.Helpers (StepFlow v0.2.5) View Source
The Helper Step context.
Link to this section 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.
Link to this section 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.