gcp-pubsub-workflows
v1.0.19
Published
A Google Cloud PubSub based workflow framework.
Downloads
3
Readme
GCP PubSub workflows
Kickoff
There are 3 objects in the hierarchy:
- Flows
- Tasks
- SubTasks
Flows
- These can only be kicked off via a PubSub message.
Tasks
- These can only be kicked off via a PubSub message.
SubTask
- These can only be kicked off via a PubSub message.
- In the very near future, these will be able to be kicked off by a Cloud Task Queue
TODO
- [] Improve documentation
- [] Add Cloud Tasks Queue functionality