ActivityNotificationStepResponseDto
January 14, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | String | :heavy_check_mark: | Unique identifier of the step |
active | boolean | :heavy_check_mark: | Whether the step is active or not |
replyCallback | Optional<ActivityNotificationStepResponseDtoReplyCallback> | :heavy_minus_sign: | Reply callback settings |
controlVariables | Optional<ControlVariables> | :heavy_minus_sign: | Control variables |
metadata | Optional<ActivityNotificationStepResponseDtoMetadata> | :heavy_minus_sign: | Metadata for the workflow step |
issues | Optional<Issues> | :heavy_minus_sign: | Step issues |
filters | List<StepFilterDto> | :heavy_check_mark: | Filter criteria for the step |
template | Optional<MessageTemplateDto> | :heavy_minus_sign: | Optional template for the step |
variants | List<ActivityNotificationStepResponseDto> | :heavy_minus_sign: | Variants of the step |
templateId | String | :heavy_check_mark: | The identifier for the template associated with this step |
name | Optional<String> | :heavy_minus_sign: | The name of the step |
parentId | JsonNullable<String> | :heavy_minus_sign: | The unique identifier for the parent step |