---
id: v1-workflow-execution
title: WorkflowExecution
pagination_label: WorkflowExecution
sidebar_label: WorkflowExecution
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'WorkflowExecution', 'v1WorkflowExecution']
slug: /tools/sdk/typescript/workflows/models/workflow-execution
tags: ['SDK', 'Software Development Kit', 'WorkflowExecution', 'v1WorkflowExecution']
---

# WorkflowExecution

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | Workflow execution ID. | [default to undefined]
**workflowId** | **(optional)** `string` | Workflow ID. | [default to undefined]
**requestId** | **(optional)** `string` | Backend ID that tracks a workflow request in the system. Provide this ID in a customer support ticket for debugging purposes. | [default to undefined]
**startTime** | **(optional)** `string` | Date/time when the workflow started. | [default to undefined]
**closeTime** | **(optional)** `string` | Date/time when the workflow ended. | [default to undefined]
**status** | **(optional)** `string` | Workflow execution status. | [default to undefined]

