StepFlow v0.1.6 StepFlow.Step.Helpers View Source
The Helper Step context.
Link to this section Summary
Functions
Filter a list of paths.
Retrieve a value on an Object, filtered by the key
Retrieve a value on an Object, filtered by the key and the 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 SourceRetrieve a value on an Object, filtered by the key
Retrieve a value on an Object, filtered by the key and the type