Workflow Metrics

class indico.queries.workflow_metrics.GetWorkflowMetrics(options, start_date, end_date, workflow_ids)

Requests detailed workflow metric data. Includes daily and total submission counts, Review queue counts, and Straight through processing details. Query can be configured to include only specific metrics by passing in one of WorkflowOptions for SUBMISSIONS, REVIEW, or STRAIGHT_THROUGH_PROCESSING.

Parameters
  • options (List[WorkflowMetricsOptions]) – specific metrics to return.

  • start_date (datetime) – start date for metrics data.

  • end_date (datetime) – end date for metrics data. defaults to today.

  • workflow_ids (List[int]) – ids of specific workflows to query.