Skip to main content

WorkflowProjectDependencyLock

Exact Kanban version delivery lock generated from confirmed related projects.

aliasstringrequired

Possible values: Value must match regular expression ^[a-z][a-z0-9_-]{0,63}$

projectIdstring<uuid>required
deliverystringrequired

Possible values: [included, external]

versionstring

included rely on the exact version of post-release solidification; external do not carry.

Possible values: Value must match regular expression ^\d+\.\d+\.\d+$

sourceHashstring

included rely on source code hash solidified after release; external do not carry.

Possible values: Value must match regular expression ^[a-f0-9]{64}$

WorkflowProjectDependencyLock
{
"alias": "string",
"projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"delivery": "included",
"version": "string",
"sourceHash": "string"
}