Creates a decision resolver that reads a JSON file from disk.
File content example: {"status":"approved","reason":"looks good","approver":"alice"}
{"status":"approved","reason":"looks good","approver":"alice"}
Source decision file path
Async resolver compatible with RegisterApprovalGateOptions.resolveDecision
RegisterApprovalGateOptions.resolveDecision
Creates a decision resolver that reads a JSON file from disk.
File content example:
{"status":"approved","reason":"looks good","approver":"alice"}