Skip to main content
POST
create action workflow config

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

action_workflow_id
string
required

action workflow ID

Body

application/json

Input

app_config_id
string
required
steps
object[]
required
triggers
object[]
required
break_glass_role_arn
string
dependencies
string[]
enable_kube_config
boolean | null
kubernetes_context
string
references
string[]
role
string
timeout
integer

Response

Created

action_workflow_id
string
app_config_id
string
app_id
string
break_glass_role_arn
string
component_dependency_ids
string[]
created_at
string
created_by_id
string
enable_kube_config
object
id
string
kubernetes_context_name
string

KubernetesContextName is the name of an AppKubernetesContextConfig on the same AppConfig. Empty means fall back to the implicit sandbox default. Stored as a name (not an FK) so it remains stable across AppConfig versions.

references
string[]
refs
object[]
role
string
steps
object[]
timeout
integer
triggers
object[]

INFO: if adding new associations here, ensure they are added to the batch delete activity

updated_at
string