Collect fix
This commit is contained in:
parent
2979924068
commit
1116f80066
@ -20,8 +20,6 @@ class CollectEventsListener : EventListener() {
|
||||
// Must have a StartProcessingEvent
|
||||
if (projection.startedWith == null) return null
|
||||
|
||||
// Must be allowed to store (Auto or Manual + AllowCompletion)
|
||||
if (!projection.isStorePermitted()) return null
|
||||
|
||||
// Must have all relevant tasks completed
|
||||
if (!projection.isWorkflowComplete()) return null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user