Skip to content
Settings

EntityCriteriaCalculationRequest

Schema definition for EntityCriteriaCalculationRequest

EntityCriteriaCalculationRequest

criteriaIdstringrequired
Criteria ID.
criteriaNamestringrequired
Criteria name.
entityIdstringrequired
Entity ID.
parametersany
Configured parameters, if any.
processorProcessorInfo
Processor information, available for targets PROCESSOR.
requestIdstringrequired
Request ID.
targetstringrequired
Target to which this condition is attached. NA is reserved for future cases.
Allowed values: NA, WORKFLOW, PROCESSOR, TRANSITION
transactionIdstring
Transaction ID.
transitionTransitionInfo
Transition information, available for targets TRANSITION and PROCESSOR.
workflowWorkflowInfo
Workflow information, available for targets WORKFLOW, PROCESSOR, TRANSITION.

This schema defines the structure and validation rules for EntityCriteriaCalculationRequest.

  • criteriaId (string, required): Criteria ID.
  • criteriaName (string, required): Criteria name.
  • entityId (string, required): Entity ID.
  • parameters (any): Configured parameters, if any.
  • payload (object):
  • processor (object): Processor information, available for targets PROCESSOR.
  • requestId (string, required): Request ID.
  • target (string, required): Target to which this condition is attached. NA is reserved for future cases.
  • transactionId (string): Transaction ID.
  • transition (object): Transition information, available for targets TRANSITION and PROCESSOR.
  • workflow (object): Workflow information, available for targets WORKFLOW, PROCESSOR, TRANSITION.

See other schemas in the processing category.