Access the predictive score for a job

Access the predictive score for a job within the process itself. For example, use the score within a decision to determine the path of execution for the process.

  1. Create a process variable of type System with a value, JOB_SCORE. This variable holds the score value on score evaluation.
  2. Use the following APIs:
    • GetJobProperties API on the JobService to view the job score at runtime.
    • ActivityService.GetWorkqueue API to filter activities on a work queue based on a particular score.
    • Evaluate Score API on the JobService to reevaluate the score.
    See the Access related documentation for more information.