View source: R/faasr_abort_on_multiple_invocations.R
faasr_abort_on_multiple_invocations | R Documentation |
Ensures that only one Action proceeds to execute a User Function if there are multiple triggers This is necessary because if in the Workflow a function receives multiple triggers, multiple Actions are invoked; however, we don't want to execute the same function multiple times. This function aborts all but the last Action triggered.
faasr_abort_on_multiple_invocations(faasr, pre)
faasr |
list with parsed and validated Payload |
pre |
list with names of functions and corresponding predecessors |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.