Customizing the Import Record Workflow
This section describes the step parameters that you can change to customize the import record workflow.
InitializeVariable Step
This step is used to initialize the parameters for the import record workflow. You can change the following parameters through the workflow configuration file.
Parameter Name | Description | Default Value |
---|---|---|
logImportErrorsInRecordLog | If this flag is set to true, then it logs the import-related error in “PSC Record Log Data Space” dataspace. | True |
logRulebaseErrorsInRecordLog | If this flag is set to true, then it logs the rulebase constraint failed related information in “PSC Record Log Data Space” dataspace. | True |
createVersions | If this flag is set to true, then after completion of the workflow it creates a PSC master dataspace version. | True |
ImportRecord Step
This step is used to import the records. It does not have any parameter to be changed through the workflow configuration file.
EvaluateRulebase Step
This step is used to run the rules. You can change the following parameters through the workflow configuration file.
Parameter Name | Description | Default Value |
---|---|---|
skipRulebase | Skip the rulebase execution. | False |