faasr_predecessors_list {FaaSr} | R Documentation |
faasr_predecessors_list
Description
Get the predecessors list, by using the graph from faasr_check_workflow
Usage
faasr_predecessors_list(faasr, graph)
Arguments
faasr |
list with parsed and validated Payload |
graph |
graph constructed by the depth first search in faasr_check_workflow_cycle |
Value
a list of "function:predecessors" pairs.
[Package FaaSr version 1.4.4 Index]