Skip to main content

CurrentClaimedTask

Home > @backstage/plugin-scaffolder-backend > CurrentClaimedTask

Stores the state of the current claimed task passed to the TaskContext

Signature:

export interface CurrentClaimedTask 

Properties

PropertyModifiersTypeDescription
createdBy?string(Optional) The creator of the task.
secrets?TaskSecrets(Optional) The secrets that are stored with the task.
specTaskSpecThe TaskSpec of the current claimed task.
state?JsonObject(Optional) The state of checkpoints of the task.
taskIdstringThe uuid of the current claimed task.