Skip to content

Commit 87883e3

Browse files
committed
more updates
1 parent 999e4e7 commit 87883e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+6274
-1073
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export CONDUCTOR_SERVER_URL=https://[cluster-name].orkesconductor.io/api
264264
- If you want to run the workflow on the Orkes Conductor Playground, set the Conductor Server variable as follows:
265265

266266
```shell
267-
export CONDUCTOR_SERVER_URL=https://play.orkes.io/api
267+
export CONDUCTOR_SERVER_URL=https://developer.orkescloud.com/api
268268
```
269269

270270
- Orkes Conductor requires authentication. [Obtain the key and secret from the Conductor server](https://orkes.io/content/how-to-videos/access-key-and-secret) and set the following environment variables.
@@ -562,7 +562,7 @@ def send_email(email: str, subject: str, body: str):
562562
def main():
563563

564564
# defaults to reading the configuration using following env variables
565-
# CONDUCTOR_SERVER_URL : conductor server e.g. https://play.orkes.io/api
565+
# CONDUCTOR_SERVER_URL : conductor server e.g. https://developer.orkescloud.com/api
566566
# CONDUCTOR_AUTH_KEY : API Authentication Key
567567
# CONDUCTOR_AUTH_SECRET: API Auth Secret
568568
api_config = Configuration()

V2_API_TASK_CHAINING_DESIGN.md

Lines changed: 721 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)