forked from Yara724/api
YARA-951 case-4
This commit is contained in:
@@ -48,5 +48,12 @@ export class Workflow {
|
||||
|
||||
@Prop({ type: ActorLockSchema })
|
||||
lockedBy?: ActorLock;
|
||||
|
||||
/**
|
||||
* First expert who called review assign; kept after the 15m workflow lock expires
|
||||
* so no other expert can take the case while it remains in the expert queue.
|
||||
*/
|
||||
@Prop({ type: ActorLockSchema })
|
||||
assignedForReviewBy?: ActorLock;
|
||||
}
|
||||
export const WorkflowSchema = SchemaFactory.createForClass(Workflow);
|
||||
Reference in New Issue
Block a user