---
type: resource-type
title: WorkflowDefinition
description: aws resource type AWS::NovaAct::WorkflowDefinition
name: WorkflowDefinition
lexicon: aws
resource_type: AWS::NovaAct::WorkflowDefinition
---
`AWS::NovaAct::WorkflowDefinition`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required): The name of the workflow definition. Must be unique within your account and region.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the workflow definition.
- `CreatedAt` (`string`, optional): The timestamp when the workflow definition was created.
- `Description` (`string`, optional): An optional description of the workflow definition's purpose and functionality.
- `ExportConfig` (`WorkflowDefinition_WorkflowExportConfig`, optional)
- `Status` (`"ACTIVE" | "DELETING"`, optional): The current status of the workflow definition.

## Attributes

- `Arn`
- `CreatedAt`
- `Status`
