Skip to content

Commit fea3f09

Browse files
Update README.md
1 parent b6fc6de commit fea3f09

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • src/main/java/io/iworkflow/patterns/workflow/scalableparallel

src/main/java/io/iworkflow/patterns/workflow/scalableparallel/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ We can consider the Parent Workflow to be a controller and the Child Workflow a
1313

1414
Because of request can be rejected, the request will be first sent to RequestReceiverWorkflow as "buffer". The request workflow will then keep on retrying to send to parent if being rejected.
1515

16-
The design pattern was initially discussed in this [doc](https://docs.google.com/document/d/1GfNcCRfUjPk8DPb_OENdgPJ6g7vEqXsQ0tZ7CQILLzc).
17-
1816
### Key Components
1917

2018
NOTE: Term `request` and `task` are used in a specific context. Request consist of multiple tasks. For example, in a line-by-line CSV processing scenario, `request` would be seen as a file to process and `task` would be a single line that is processed by a ChildWorkflow.

0 commit comments

Comments
 (0)