SendDataFormExecutionStateDto
Execution state for a SendDataForm workflow step.
Contains information about the created data form request after execution.
Properties
| Name | Type | Description |
|---|---|---|
| dataFormRequestCode | string | The code of the created data form request. |
The code of the created data form request. | ||
| clientCode | string | The client code the form was sent to. |
The client code the form was sent to. | ||
| createdAt | string | UTC timestamp of when the form request was created. |
UTC timestamp of when the form request was created. | ||
JSON Example
{
"dataFormRequestCode": "string",
"clientCode": "string",
"createdAt": "2024-01-01T00:00:00Z"
}