WorkflowArgs

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