Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 980 Bytes

File metadata and controls

23 lines (16 loc) · 980 Bytes

Governance ApprovalWorkflow

This example shows the governance approval workflow built on top of MutationRequestFactory.PendingApproval(...) and MutationRequestApprovalWorkflowManager.

It demonstrates:

  • mapping PolicyRequirement into request-level approval requirements
  • multi-actor approvals in the same step
  • ordered approval steps
  • transition from Pending to Approved after the final approval

Key files

Run

dotnet run --project Examples/Governance/ApprovalWorkflow/ApprovalWorkflow.csproj