111638: Add creationTime to process model

This commit is contained in:
Andreas Awouters
2024-02-05 15:55:43 +01:00
parent e96a7582f4
commit d64f521f0c

View File

@@ -44,6 +44,12 @@ export class Process implements CacheableObject {
@autoserialize @autoserialize
userId: string; userId: string;
/**
* The creation time for this process
*/
@autoserialize
creationTime: string;
/** /**
* The start time for this process * The start time for this process
*/ */