Supports CTR section of the dataflow.spring.io

resolves another part of #180

It is associated with PR https://github.com/spring-io/dataflow.spring.io/pull/188
This commit is contained in:
Glenn Renfro
2020-01-13 16:54:58 -05:00
committed by Mark Pollack
parent f205626b4f
commit 158f455ffc
14 changed files with 881 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
//tag::ref-doc[]
:image-root: https://raw.githubusercontent.com/cppwfs/funwithctr/master/images
= Sample Composed Task Runner Tour
The purpose of this project is to provide an application to be used when experimenting Composed Task transitions in Spring Cloud Data Flow. Explore what you can do with this app http://localhost:9000/docs/feature-guides/batch/composed-task/[here].
== Overview
This sample task application allows the user to specify the Task Exit Message via a property.
This allows the user to test various transition paths through a Composed Task directed graph.
=== Building the Application
To build the application:
```
./mvnw clean install
```
To build the docker image:
```
./mvnw dockerfile:build
```
=== Running the Application
java -jar target/transition-sample-1.0.0.BUILD-SNAPSHOT.jar --taskapp.exitMessage=<yourexitmessage>