Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 6425353

Browse files
committed
Add warning in outdated docs.
1 parent c7cfd7f commit 6425353

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/CONDUCTOR.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Execution Model
22

3+
**This file has not been updated yet for v2.**
4+
35
Action compositions are invoked by means of a helper [conductor](../conductor.js) action. Results of completed action compositions, execution traces, and intermediate states of live action compositions are stored in a [Redis](https://redis.io/) instance. A Node.js [manager](../manager.js) library provides an interface to the Redis instance. One execution of an action composition is a session.
46

57
## Conductor Action

docs/FORMAT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# JSON Format
22

3+
**This file has not been updated yet for v2.**
4+
35
This document provides a specification of the JSON format for encoding action compositions and its semantics.
46

57
__TODO__: document the `Let` and `End` states for variable declarations.

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Introduction to Serverless Composition
22

3+
**This file has not been updated yet for v2.**
4+
35
Composer is an [IBM Cloud Functions](https://ibm.biz/openwhisk)
46
programming model for composing individual functions into larger
57
applications. Compositions, informally named _apps_, run in the cloud

0 commit comments

Comments
 (0)