Giter VIP home page Giter VIP logo

subscription-workflow-project-template-java's Introduction

Subscription Workflow Project Template in Java

This project template illustrates the design pattern for subscription style business logic.

Setup

Build the project:

./gradlew build

Run the Temporal Server in another terminal:

git clone https://github.com/temporalio/docker-compose.git
cd docker-compose
docker-compose up

Start

Start the Workflow Executions:

./gradlew -q execute -PmainClass=io.temporal.sample.starter.SubscriptionWorkflowStarter

This will start Workflow Executions for 5 customers with the following Ids:

Id-0
Id-1
Id-2
Id-3
Id-4

Get billing info

You can Query the Workflow Executions and get the billing information of a specific customer. Pass in an Id of an existing subscription customer (e.g. "Id-0").

./gradlew -q execute -PmainClass=io.temporal.sample.starter.QueryBillingInfo --args="Id-0"

Update billing

You can send a Signal a Workflow Execution to update the billing cycle cost for a specific customer. Pass in the customer Id and the amount (e.g. "Id-0 300").

./gradlew -q execute -PmainClass=io.temporal.sample.starter.UpdateBillingCycleCharge --args="Id-0 300"

Cancel subscription

You can send a Signal to Workflow Execution to cancel the subscription for a specific customer. Pass in the customer Id (e.g. "Id-0").

./gradlew -q execute -PmainClass=io.temporal.sample.starter.CancelSubscription --args="Id-0"

subscription-workflow-project-template-java's People

Contributors

fadhilrasendriya avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.