- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Good discussions over here. Chaining of action in I/O Runtime (or Openwhisk at its core) is called sequence, which you can read more about here: https://github.com/AdobeDocs/adobeio-runtime/blob/master/reference/sequences_compositions.md#sequenc...
Example of sequence definition in the manifest.yml of a Firefly project:
sequences:
authenticate:
actions: 'login, check, redirect'
web: 'yes'
Views
Replies
0 Likes
Total Likes