Workflows (Beta)

Create a workflow

Create a new workflow service with the specified configuration.

post/workflows

Request body

namestring required
ownerIdstring required
buildConfigBuildConfig required— unresolved $ref
runCommandstring required

The command to run the workflow

regionRegion required— unresolved $ref
autoDeployTriggerAutoDeployTrigger — unresolved $ref
envVarsEnvVars — unresolved $ref

Response

Workflow created

Workflow required— unresolved $ref

Changes