You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by st...@apache.org on 2022/11/01 01:05:29 UTC

[openwhisk] branch master updated: Openwhisk action invocation flow diagram (#5340)

This is an automated email from the ASF dual-hosted git repository.

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 74ca61c85 Openwhisk action invocation flow diagram (#5340)
74ca61c85 is described below

commit 74ca61c8512f43981b6eaca158edc3749ba2513f
Author: N Rajiv Vaidyanathan <ra...@gmail.com>
AuthorDate: Tue Nov 1 06:35:22 2022 +0530

    Openwhisk action invocation flow diagram (#5340)
    
    * Openwhisk invocation flow diagram
    
    * Update README.md
    
    * Delete Openwhisk-diagram.drawio.png
    
    * Updated Openwhisk invocation flow diagram
    
    * Delete Openwhisk-diagram.drawio.png
    
    * Added ack from invoker controller
    
    * Delete Openwhisk-diagram.drawio.png
    
    * Add files via upload
    
    * Update README.md
    
    * Delete Openwhisk-flow.png
    
    * Add files via upload
    
    * Update README.md
    
    * Delete Openwhisk-diagram.png
    
    * Add files via upload
    
    * Update README.md
---
 README.md                              |   6 ++++++
 docs/images/Openwhisk-flow-diagram.png | Bin 0 -> 130358 bytes
 2 files changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 67a2c1d55..7198d26a6 100644
--- a/README.md
+++ b/README.md
@@ -111,3 +111,9 @@ You can also join the OpenWhisk Team on Slack [https://openwhisk-team.slack.com]
 The OpenWhisk system is built from a [number of components](docs/dev/modules.md).  The picture below groups the components by their GitHub repos. Please open issues for a component against the appropriate repo (if in doubt just open against the main openwhisk repo).
 
 ![component/repo mapping](docs/images/components_to_repos.png)
+
+### What happens on an invocation?
+
+This diagram depicts the steps which take place within Openwhisk when an action is invoked by the user:
+
+![component/repo mapping](docs/images/Openwhisk-flow-diagram.png)
diff --git a/docs/images/Openwhisk-flow-diagram.png b/docs/images/Openwhisk-flow-diagram.png
new file mode 100644
index 000000000..f8ba8ed7d
Binary files /dev/null and b/docs/images/Openwhisk-flow-diagram.png differ