Skip to content
Registry StackDocsv0.34.0

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.34.0 and catalog SHA-256 521175a69262e60df96745886392348e5bb8d82e63cdd24bdf4baa80d46e5ff4. 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.