Skip to content

FlowProps

Properties for defining a Flow.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-appflow-flow

Initializer

using AlibabaCloud.SDK.ROS.CDK.Appflow;
new FlowProps {
    object FlowName,
    object FlowDesc = null,
    object FlowId = null,
    object FlowStatus = null,
    object LaunchFlow = null,
    object Parameters = null,
    object Template = null,
    object TemplateId = null
};

Properties

Name Type Description
FlowName object Property flowName: The name of the flow.
FlowDesc object Property flowDesc: The description of the flow.
FlowId object Property flowId: The ID of the flow.
FlowStatus object Property flowStatus: The status of the flow.
LaunchFlow object Property launchFlow: Whether to launch the flow.
Parameters object Property parameters: The parameters of the flow.
Template object Property template: The template of the flow.
TemplateId object Property templateId: The ID of the template.

FlowNameRequired

public object FlowName { get; set; }
  • Type: object

Property flowName: The name of the flow.


FlowDescOptional

public object FlowDesc { get; set; }
  • Type: object

Property flowDesc: The description of the flow.


FlowIdOptional

public object FlowId { get; set; }
  • Type: object

Property flowId: The ID of the flow.


FlowStatusOptional

public object FlowStatus { get; set; }
  • Type: object

Property flowStatus: The status of the flow.

Allowed values: Enable: enable flow Disable: disable flow


LaunchFlowOptional

public object LaunchFlow { get; set; }
  • Type: object

Property launchFlow: Whether to launch the flow.


ParametersOptional

public object Parameters { get; set; }
  • Type: object

Property parameters: The parameters of the flow.


TemplateOptional

public object Template { get; set; }
  • Type: object

Property template: The template of the flow.


TemplateIdOptional

public object TemplateId { get; set; }
  • Type: object

Property templateId: The ID of the template.