Skip to content
Registry StackDocsv0.34.0

caseworkctl attempt mark-uncertain command reference

View as Markdown

Preview or record an operator marking of one pending source attempt as uncertain.

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 marking of one pending source attempt as uncertain. Only a pending attempt whose execution lease has expired can be marked, for an attempt the actor who started it cannot recover. The command connects with the migration database credential. Apply changes the attempt and its work item and records the decision, naming the decider and the attempt’s original actor, in the work item’s history in one transaction; settle the attempt afterwards.

caseworkctl attempt mark-uncertain [OPTIONS] --attempt-id <UUID> --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/aPending source attempt to mark uncertain
--reason <REASON>Yesn/an/an/aWhy the attempt is marked uncertain; 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 marking. 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.