CurrentClaimedTask
Home > @backstage/plugin-scaffolder-backend
> CurrentClaimedTask
Stores the state of the current claimed task passed to the TaskContext
Signature:
export interface CurrentClaimedTask
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
(Optional) The creator of the task. | ||
(Optional) The secrets that are stored with the task. | |||
The TaskSpec of the current claimed task. | |||
(Optional) The state of checkpoints of the task. | |||
string |
The uuid of the current claimed task. | ||
Promise<Buffer> |
(Optional) The workspace of the task. |