-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from temporalio/abhinav/cleanup
Cleanup
- Loading branch information
Showing
2 changed files
with
30 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
# Temporal Cloud API Samples | ||
|
||
This repository contains several sample Workflow applications that demonstrate the various capabilities of the Temporal Cloud APIs. | ||
This repository contains several samples that demonstrate the various capabilities of the Temporal Cloud. | ||
|
||
* Temporal Cloud API repo: [temporalio/cloud-api](https://github.com/temporalio/api-cloud) | ||
## Cloud Temporal Client | ||
|
||
## WorkflowTypes | ||
Sample Go temporal client for a namespace hosted on Temporal Cloud: [client.go](client/temporal/client.go) | ||
|
||
## Cloud API Workflows | ||
|
||
Sample Workflow applications that exercises the Temporal Cloud APIs: [README.md](cmd/worker/README.md) | ||
|
||
| WorkflowType | Description | | ||
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `tmprlcloud-wf.get-user` | Get an existing user. | | ||
| `tmprlcloud-wf.get-users` | List all users. | | ||
| `tmprlcloud-wf.create-user` | Create a new user. | | ||
| `tmprlcloud-wf.update-user` | Update an existing user. | | ||
| `tmprlcloud-wf.delete-user` | Delete an existing user. | | ||
| `tmprlcloud-wf.reconcile-user` | Reconcile a user. Creates the user if one does not exist, otherwise updates the existing one. | | ||
| `tmprlcloud-wf.reconcile-users` | Reconcile set of users. Creates the users that do not exist, updates the existing ones. Optionally can delete the users that are not unaccounted. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters