updateWorkflowPolicyInput

Input for updating an existing workflow.

Examples

input UpdateWorkflowPolicyInput {
  id: String!
  name: String
  description: String
  enabled: Boolean
  pipelineSettings: PipelineSettingsInput
  isDefault: Boolean
  monitorAllNewlyCreatedRepositories: Float
  monitorRepositories: MonitorRepositories
}

Fields

Field
Description
Supported fields

id String!

Id of the workflow to update

name String

Name of the workflow

description String

Description of the workflow

enabled Boolean

Enabled for evaluation

pipelineSettings PipelineSettingsInput

settings for pipeline

isDefault Boolean

If the workflow is a default workflow

monitorAllNewlyCreatedRepositories Float

If this workflow should trigger for all newly created repos starting from the time it is set

monitorRepositories MonitorRepositories

If all repos are should be added or removed

References

Mutations using this object:

Last updated