Skip to content
Registry StackDocsDevelopment (unreleased)

caseworkctl attempt settle command reference

View as Markdown

Preview or record an operator settlement of one uncertain source attempt.

This page is generated from the public Clap command tree for Registry Stack source version 0.30.0 and catalog SHA-256 2221f17eae216048d4cfaf7f66e3dcd68a250f6f6de4e24b177441819192b475. Hidden implementation commands are omitted.

Preview or record an operator settlement of one uncertain source attempt. Only an uncertain attempt whose execution lease has expired can be settled. Apply changes the attempt and its work item and records the decision in the work item’s history in one transaction.

caseworkctl attempt settle [OPTIONS] --attempt-id <UUID> --outcome <OUTCOME> --reason <REASON> --decided-by <DECIDED_BY> <PROJECT>
ArgumentAlways requiredDefaultValuesEnvironmentDescription
<PROJECT>Yesn/an/an/aAuthored Casework project directory
OptionAlways requiredDefaultValuesEnvironmentDescription
--runtime-config <FILE>Non/an/an/aRuntime configuration file; defaults to runtime.yaml in the project
--attempt-id <UUID>Yesn/an/an/aUncertain source attempt to settle
--outcome <OUTCOME>Yesn/aapplied, not-appliedn/aWhat the source owner confirmed about the attempt
--reason <REASON>Yesn/an/an/aWhy the attempt is settled this way; recorded in the work item’s history
--decided-by <DECIDED_BY>Yesn/an/an/aWho made the decision; recorded in the work item’s history
--applyNon/an/an/aApply the reviewed settlement. Omit to preview
--format <FORMAT>Nohumanhuman, jsonn/aEmit the selected command’s report in this format
-h, --helpNon/an/an/aPrint help (see a summary with ‘-h’)

Run npm run generate from docs/site after changing a public command, argument, option, default, environment binding, or help description.