Skip to content

Files

Latest commit

847ceb3 · Feb 28, 2023

History

History
26 lines (20 loc) · 751 Bytes

CustomWorkflowInput.md

File metadata and controls

26 lines (20 loc) · 751 Bytes

LaunchDarklyApi::CustomWorkflowInput

Properties

Name Type Description Notes
maintainer_id String [optional]
name String The workflow name
description String The workflow description [optional]
stages Array<StageInput> A list of the workflow stages [optional]
template_key String The template key [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CustomWorkflowInput.new(
  maintainer_id: null,
  name: Progressive rollout starting in two days,
  description: Turn flag on for 10% of users each day,
  stages: null,
  template_key: null
)