mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-17 18:35:50 +00:00
update state diagram
This commit is contained in:
parent
5a9b0f317b
commit
c8b33881f0
@ -4,7 +4,8 @@
|
||||
title: Batch2 Job Instance state transitions
|
||||
---
|
||||
stateDiagram-v2
|
||||
[*] --> QUEUED : on db create and first chunk queued on kakfa
|
||||
[*] --> READY : on db create
|
||||
READY --> QUEUED : on sending to db
|
||||
QUEUED --> IN_PROGRESS : on any work-chunk received by worker
|
||||
%% and (see ca.uhn.fhir.batch2.progress.InstanceProgress.getNewStatus())
|
||||
state first_step_finished <<choice>>
|
||||
|
Loading…
x
Reference in New Issue
Block a user