SaveDecisions.bj

Action

Create a decisions control file (DCF) for a workspace. A decisions control file identifies the decisions in the workspace and the objects they have been resolved to. After reverification (which invalidates decisions), use RestoreDecisions.bj to restore the resolved decisions to the workspace.

Syntax

SaveDecisions LogFile Workspace DecisionsCF [Decisions] [Rels]
Required Parameters Description

LogFile

Output log file generated when the batch script is executed.

Workspace

Workspace file (.rwp).

DecisionsCF Output file (.txt).
Optional Parameters Description
Decisions Type of decisions to include. Specify:
  • All, to include all decision types.
  • Uncompleted, to include uncompleted decisions.
  • Unresolved, to include unresolved decisions.

Default is Unresolved.

Rels Whether to include relationships in the DCF, Yes or No. Default is No.