spring-cloud / spring-cloud-dataflow-samples

Sample starter applications and code for use with the Spring Cloud Data Flow project
http://cloud.spring.io/spring-cloud-dataflow/
223 stars 205 forks source link

Create a Task Batch Exerciser application #140

Closed cppwfs closed 3 years ago

cppwfs commented 3 years ago

We need a batch application that lets user create scenarios where:

  1. The batch job waits for a specified period of time before completing
  2. The batch job fails based on criterion specified by the user.
  3. Provide instructions to show users how to setup a task execution such that a failed batch job fails the task execution. 4 Others...