WorkflowArgs

constructor(description: Output<String>? = null, onExceptionSteps: Output<List<WorkflowStepArgs>>? = null, steps: Output<List<WorkflowStepArgs>>? = null, tags: Output<List<TagArgs>>? = null)