RunSpec
Run spec.
Attributes
attributecommandstr= Field(description='Shell command to run.')attributeworking_dirstr | None= Field(default=None, description='Working directory.')attributeenvdict[str, str]= Field(default_factory=dict, description='Process environment.')attributesecret_idslist[uuid.UUID]= Field(default_factory=list, description='Secrets merged into the process environment.')attributehookslist[TaskHook]= Field(default_factory=list, description='Hooks run around the task process.')attributeruntime_capabilitiesRuntimeCapabilities= Field(default_factory=RuntimeCapabilities, description='Runtime capabilities.')attributetimeout_secondsPositiveInt= Field(default=3600, description='Process timeout.')