Actions can be composed into sequences to, in effect, form a new Action. The Sequence entity allows for a simple, convenient way to describe them in the Package Manifest.
sequences: <sequence name>: <Entity schema> actions: <ordered list of action names> web: <boolean> | yes | no | raw annotations: <map of annotation key-values> web-export: <boolean> | yes | no | raw # optional web-custom-options: <boolean> # optional, only valid when `web-export` enabled require-whisk-auth: <boolean> | <string> | <positive integer> # optional, only valid when `web-export` enabled ...
sequences: newbot: actions: newbot-create, newbot-select-persona, newbot-greeting web: true