ClientConfirmationExecutionStateDto
Execution state for a ClientConfirmation workflow step.
Read-only - written by the system during step execution.
Properties
| Name | Type | Description |
|---|---|---|
| createdAt | string | UTC timestamp of when the confirmation email was sent. |
UTC timestamp of when the confirmation email was sent. | ||
JSON Example
{
"createdAt": "2024-01-01T00:00:00Z"
}