Type Alias TaskGraphVertex

{
* attrs: {
* "depth": 0
* },
* task: {
* enabled: true,
* id: "11111111-1111-1111-1111-111111111111",
* name: "Reload app",
* resourceId: "80c6f35f-c9d7-4488-bb5a-ad973b13ec00",
* specVersion: "1.16.0",
* version: "1.0.0"
* },
* taskId: "11111111-1111-1111-1111-111111111111"
* }
type TaskGraphVertex = {
    attrs?: unknown;
    task?: tasks.Task;
    taskId?: string;
}
Index

Properties

Properties

attrs?: unknown
task?: tasks.Task
taskId?: string