BlueprintRun
The details of a blueprint run.
Types
Properties
The name of the blueprint.
The date and time that the blueprint run completed.
Indicates any errors that are seen while running the blueprint.
The blueprint parameters as a string. You will have to provide a value for each key that is required from the parameter spec that is defined in the Blueprint$ParameterSpec
.
If there are any errors while creating the entities of a workflow, we try to roll back the created entities until that point and delete them. This attribute indicates the errors seen while trying to delete the entities that are created.
The state of the blueprint run. Possible values are:
The name of a workflow that is created as a result of a successful blueprint run. If a blueprint run has an error, there will not be a workflow created.