TaskStep
Home > @backstage/plugin-scaffolder-common
> TaskStep
An individual step of a scaffolder task, as stored in the database.
Signature:
export interface TaskStep
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
The underlying action ID that will be called as part of running this step. | ||
string | JsonArray |
(Optional) Run step repeatedly | ||
string |
A unique identifier for this step. | ||
string | boolean |
(Optional) When this is false, or if the templated value string evaluates to something that is falsy the step will be skipped. | ||
(Optional) Additional data that will be passed to the action. | |||
string |
A display name to show the user. |