apache / apache/openwhisk-wskdeploy

Programming Guide: Sequences example (with web actions)

Open
#847 1 comment 0 reactions 0 assignees View on GitHub
documentation enhancement
Dominant language
Go
Stars
75
Forks
73
PR merge metrics
No merged PRs in 30d

Description

See: https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/tests/src/integration/websequence/manifest.yaml

```
sequences:
greeting-sequence-1:
actions: greeting-1, greeting-2
web: true
greeting-sequence-2:
actions: greeting-1, greeting-2
web: raw
```

for example, although the actions for "greeting-1" and "greeting-2" may not be declared as web actions, the sequence "greating-sequence-1" produces an action (sequence) that is itself a web action.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.