ReviewRequest class

Review request for human review steps.

Created when a workflow stage of type 'review' is reached, allowing designated reviewers to inspect artifacts before proceeding.

Constructors

ReviewRequest({required String id, required String workflowId, required String stepId, required String title, String? description, Map<String, dynamic>? data, required List<String> reviewers, required DateTime createdAt, Duration? timeout})
const

Properties

createdAt DateTime
When the review was requested.
final
data Map<String, dynamic>?
Data to be reviewed.
final
description String?
Optional description providing review context.
final
hashCode int
The hash code for this object.
no setterinherited
id String
Unique request identifier.
final
reviewers List<String>
List of designated reviewer identifiers.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepId String
Stage that triggered the review.
final
timeout Duration?
Optional timeout after which the review expires.
final
title String
Review title.
final
workflowId String
Workflow run identifier.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited