The apiVersion string of the TaskSpec.
OptionalEXPERIMENTAL_How to recover the task after system restart or system crash.
The output is an object where template authors can pull out information from template actions and return them in a known standard way.
This is a JSONSchema which is used to render a form in the frontend
to collect user input and validate it against that schema. This can then be used in the steps part below to template
variables passed from the user into each action in the template.
A list of steps to be executed in sequence which are defined by the template. These steps are a list of the underlying javascript action and some optional input parameters that may or may not have been collected from the end user.
OptionaltemplateSome information about the template that is stored on the task spec.
OptionaluserSome decoration of the author of the task that should be available in the context
Optionalentity?: UserEntityThe decorated entity from the Catalog
Optionalref?: stringAn entity ref for the author of the task
A scaffolder task as stored in the database, generated from a v1beta3 apiVersion Template.