feat(idm): govern delegation chains and timed escalation
Module Package Release / publish-packages (push) Successful in 11s
Module Package Release / publish-packages (push) Successful in 11s
This commit is contained in:
@@ -259,6 +259,10 @@ export type FunctionAssignmentChange = {
|
||||
workflow_instance_id?: string | null;
|
||||
resulting_assignment_id?: string | null;
|
||||
expires_at?: string | null;
|
||||
review_deadline_at?: string | null;
|
||||
escalated_at?: string | null;
|
||||
escalation_from_state?: string | null;
|
||||
escalation_target_function_id?: string | null;
|
||||
outcome_reason?: string | null;
|
||||
resource_revision: number;
|
||||
etag: string;
|
||||
|
||||
Reference in New Issue
Block a user