Skip to content

Commit

Permalink
schemaTarget on task exeuction model
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiahub committed Aug 8, 2023
1 parent a3d65f0 commit 7ff3616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/shared/model/task-execution.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export class TaskExecution {
arguments: string[];
jobExecutionIds: number[];
errorMessage: string;
schemaTarget: string;
externalExecutionId: string;
taskExecutionStatus: string;
parentExecutionId: number;
Expand Down

0 comments on commit 7ff3616

Please sign in to comment.