simonkleinfeld opened a new issue #80:
URL: https://github.com/apache/openwhisk-composer/issues/80
Hi there,
i would like to know if it is possible to have the compose.repeat
configurable?
I have the following scenario.
Function A returns e.g. {number:42}, now i would like to have a
compose.repeat which runs 42 times another function B.
IMHO this should be something like this:
`compose.seq(
functionA,
composer.repeat(functionAResult.number, functionB)
)`
But i didn't figured out how to use a result from a previous function as a
counter in the repeat, is this possible?
Thank you!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]