https://github.com/kitproj/kit/internal/types/workflow#/$defs/Workflow| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | workflow.schema.json* |
object (Workflow)
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| port | integer |
Optional | cannot be null | Untitled schema |
| terminationGracePeriodSeconds | integer |
Optional | cannot be null | Untitled schema |
| tasks | object |
Optional | cannot be null | Untitled schema |
| volumes | array |
Optional | cannot be null | Untitled schema |
| semaphores | object |
Optional | cannot be null | Untitled schema |
| env | object |
Optional | cannot be null | Untitled schema |
| envfile | array |
Optional | cannot be null | Untitled schema |
port
-
is optional
-
Type:
integer(port) -
cannot be null
-
defined in: Untitled schema
integer (port)
terminationGracePeriodSeconds
-
is optional
-
Type:
integer(terminationGracePeriodSeconds) -
cannot be null
-
defined in: Untitled schema
integer (terminationGracePeriodSeconds)
tasks
-
is optional
-
Type:
object(Tasks) -
cannot be null
-
defined in: Untitled schema
object (Tasks)
volumes
-
is optional
-
Type:
object[](Volume) -
cannot be null
-
defined in: Untitled schema
object[] (Volume)
semaphores
-
is optional
-
Type:
object(semaphores) -
cannot be null
-
defined in: Untitled schema
object (semaphores)
A list of environment variables.
env
-
is optional
-
Type:
object(EnvVars) -
cannot be null
-
defined in: Untitled schema
object (EnvVars)
envfile
-
is optional
-
Type:
string[] -
cannot be null
-
defined in: Untitled schema
string[]