Examples of service contract reports generated from a Ruleflow
When you choose the Ruleflow menu command Service Contract, a document is produced based on the RuleflowFileName:
RuleflowFileName_ServiceContract.csv
at the default Studio location [WORK_DIR]\Reports. For example:
This file provides the basis for defining a JSON/REST service contract.
Controlling date and time format masks
You can specify date and time formats that you prefer in a generated service contract by setting properties in the brms.properties file, as shown:
# Properties for masking attributes in a Service Contract. Default values are: # com.corticon.serviceContract.date.masking=MM/dd/yy # com.corticon.serviceContract.dateTime.masking=MM/dd/yy h:mm:ss a # com.corticon.serviceContract.time.masking=h:mm:ss a # #com.corticon.serviceContract.date.masking= #com.corticon.serviceContract.dateTime.masking= #com.corticon.serviceContract.time.masking=
Uncomment a masking property you want to set, and then provide an appropriate mask value.