Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/staging' into NU-1772-refactor-s…
Browse files Browse the repository at this point in the history
…cenario-activity-comment-handling
  • Loading branch information
mgoworko committed Oct 22, 2024
2 parents fa7e704 + b35d2df commit 66ca43d
Show file tree
Hide file tree
Showing 13 changed files with 1,123 additions and 108 deletions.
2 changes: 1 addition & 1 deletion designer/client/src/components/Process/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export interface Scenario {
isFragment: boolean;
isLatestVersion: boolean;
processCategory: string;
processType: string;
modificationDate: Instant; // Deprecated
modifiedBy: string;
createdAt: Instant;
Expand Down Expand Up @@ -77,6 +76,7 @@ export type ProcessStateType = {
startTime?: Date;
attributes?: UnknownRecord;
errors?: Array<string>;
version?: number | null;
};

export type StatusType = {
Expand Down
Loading

0 comments on commit 66ca43d

Please sign in to comment.