XperiFlow Jobs Documentation
XperiFlow Version: 4.1.0 Generated: 2025-12-18 14:43:39 UTC
This document provides comprehensive documentation for all registered jobs in the XperiFlow system.
1. AtomicPlaceholder
Description
Atomic placeholder job for testing and development purposes.
Session Type
framework
Communication Metadata Context
The following JSON schema defines the parameters for this job:
{
"$defs": {
"AtomicPlaceholderTaskStorageContext": {
"properties": {},
"title": "AtomicPlaceholderTaskStorageContext",
"type": "object"
}
},
"properties": {
"task_storage": {
"$ref": "#/$defs/AtomicPlaceholderTaskStorageContext"
}
},
"required": [
"task_storage"
],
"title": "AtomicPlaceholderMetadataContext",
"type": "object"
}
Parameter Properties
Property | Type | Required | Description |
|---|---|---|---|
task_storage | unknown | Yes | No description available |
2. AutoAssign
Description
Automatically assign events to targets based on geographic location resolution for a SensibleAI Forecast project.
Session Type
project
Communication Metadata Context
The following JSON schema defines the parameters for this job:
{
"$defs": {
"AutoAssignTaskStorageContext": {
"properties": {
"buildinfo_id": {
"title": "Buildinfo Id",
"type": "integer"
}
},
"required": [
"buildinfo_id"
],
"title": "AutoAssignTaskStorageContext",
"type": "object"
}
},
"properties": {
"task_storage": {
"$ref": "#/$defs/AutoAssignTaskStorageContext"
}
},
"required": [
"task_storage"
],
"title": "AutoAssignMetadataContext",
"type": "object"
}
Parameter Properties
Property | Type | Required | Description |
|---|---|---|---|
task_storage | unknown | Yes | No description available |
3. AutoGenerateBlocks
Description
Auto generate blocks of given types of generators based on build information for a SensibleAI Forecast project.
Session Type
project
Communication Metadata Context
The following JSON schema defines the parameters for this job:
{
"$defs": {
"AutoGenerateBlocksStorageContext": {
"properties": {
"buildinfo_id": {
"title": "Buildinfo Id",
"type": "integer"
},
"generator_typenames": {
"items": {
"type": "string"
},
"title": "Generator Typenames",
"type": "array"
}
},
"required": [
"buildinfo_id",
"generator_typenames"
],
"title": "AutoGenerateBlocksStorageContext",
"type": "object"
}
},
"properties": {
"task_storage": {
"$ref": "#/$defs/AutoGenerateBlocksStorageContext"
}
},
"required": [
"task_storage"
],
"title": "AutoGenerateBlocksMetadataContext",
"type": "object"
}
Parameter Properties
Property | Type | Required | Description |
|---|---|---|---|
task_storage | unknown | Yes | No description available |
4. BackgroundCheckpoint
Description
Create a data checkpoint that can be used to restore the state of an application to a previous point in time.
Session Type
framework
Communication Metadata Context
The following JSON schema defines the parameters for this job:
{
"$defs": {
"CheckpointTaskStorageContext": {
"properties": {
"checkpoint_name": {
"title": "Checkpoint Name",
"type": "string"
},
"n_seconds": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "N Seconds"
}
},
"required": [
"checkpoint_name"
],
"title": "CheckpointTaskStorageContext",
"type": "object"
}
},
"properties": {
"task_storage": {
"$ref": "#/$defs/CheckpointTaskStorageContext"
}
},
"required": [
"task_storage"
],
"title": "CheckpointMetadataContext",
"type": "object"
}
Parameter Properties
Property | Type | Required | Description |
|---|---|---|---|
task_storage | unknown | Yes | No description available |
5. CleanupPipeline
Description
Cleanup and delete old data from prior SensibleAI Forecast pipeline runs.
Session Type
project
Communication Metadata Context
The following JSON schema defines the parameters for this job:
{
"properties": {},
"title": "CleanupPipelineMetadataContext",
"type": "object"
}
6. CleanupPrediction
Description
Cleanup and delete old data from prior SensibleAI Forecast prediction runs.
Session Type
project
Communication Metadata Context
The following JSON schema defines the parameters for this job:
{
"properties": {},
"title": "CleanupPredictionMetadataContext",
"type": "object"
}
7. DataSourceUpdate
Description
Update the configuration of a target or feature data source within a SensibleAI Forecast project.
Session Type
project
Communication Metadata Context
The following JSON schema defines the parameters for this job:
{
"$defs": {
"DataSourceUpdateOrchestratorTaskStorageContext": {
"properties": {
"datasource_update_config": {
"$ref": "#/$defs/SMLDataSourceUpdate"
}
},
"required": [
"datasource_update_config"
],
"title": "DataSourceUpdateOrchestratorTaskStorageContext",
"type": "object"
},
"FeatureDataSourceUpdate": {
"properties": {
"datasource_name": {
"description": "The feature dataset we are updating.",
"field_type": "input",
"input_component": {
"component_type": "combobox",
"show_search": true
},
"long_description": null,
"options_callback": "xperiflow.source.managers.datasource.pbm.jobs:FeatureDataSourceUpdate.get_feature_datasource_names",
"options_callback_kwargs": null,
"state_name": "datasource_select",
"title": "Source Data Name",
"tooltip": "Validation Constraints:\nThis input may be subject to other validation constraints at runtime.",
"type": "string"
},
"tabular_connection": {
"anyOf": [
{
"$ref": "#/$defs/SqlServerDataSource"
},
{
"$ref": "#/$defs/FileDataSource"
}
],
"description": "The connection type to use to access the source data.",
"field_type": "input",
"input_component": {
"component_type": "combobox",
"show_search": true
},
"long_description": null,
"options_callback": null,
"options_callback_kwargs": null,
"state_name": "source_connection",
"title": "Source Data Connection Type",
"tooltip": "Validation Constraints:\nThis input may be subject to other validation constraints at runtime."
}
},
"required": [
"datasource_name",
"tabular_connection"
],
"title": "FeatureDataSourceUpdate",
"type": "object"
},
"FileDataSource": {
"properties": {
"file_paths": {
"description": "The full file path to the file to ingest.",
"field_type": "input",
"input_component": {
"component_type": "combobox",
"show_search": true
},
"items": {
"type": "string"
},
"long_description": null,
"minItems": 1,
"options_callback": "xperiflow.source.managers.datasource.pbm.dataretriever:FileDataSource.get_file_path_bound_options",
"options_callback_kwargs": null,
"state_name": "file_path",
"title": "File Path",
"tooltip": "Validation Constraints:\nThe input must have a minimum length of 1.\n\nThis input may be subject to other validation constraints at runtime.",
"type": "array"
}
},
"required": [
"file_paths"
],
"title": "FileDataSource",
"type": "object"
},
"SMLDataSourceUpdate": {
"properties": {
"update_type": {
"anyOf": [
{
"$ref": "#/$defs/FeatureDataSourceUpdate"
},
{
"$ref": "#/$defs/TargetDataSourceUpdate"
}
],
"description": "The type of update to perform.",
"field_type": "input",
"input_component": {
"component_type": "combobox",
"show_search": true
},
"long_description": null,
"options_callback": null,
"options_callback_kwargs": null,
"state_name": "update_type",
"title": "Data Source Type",
"tooltip": "Validation Constraints:\nThis input may be subject to other validation constraints at runtime."
}
},
"required": [
"update_type"
],
"title": "SMLDataSourceUpdate",
"type": "object"
},
"SqlServerDataSource": {
"properties": {
"database_resource": {
"description": "The database resource to connect to, this is also known as the server name.",
"field_type": "input",
"input_component": {
"component_type": "combobox",
"show_search": true
},
"long_description": null,
"options_callback": "xperiflow.source.managers.datasource.pbm.dataretriever:SqlServerDataSource.get_database_resources",
"options_callback_kwargs": null,
"state_name": "database_resource",
"title": "Database Resource",
"tooltip": "Validation Constraints:\nThis input may be subject to other validation constraints at runtime.",
"type": "string"
},
"database_schema": {
"description": "The database schema to connect to, this is also known as the database name.",
"field_type": "input",
"input_component": {
"component_type": "combobox",
"show_search": true
},
"long_description": null,
"options_callback": "xperiflow.source.managers.datasource.pbm.dataretriever:SqlServerDataSource.get_database_schemas",
"options_callback_kwargs": null,
"state_name": "database_schema",
"title": "Database Schema",
"tooltip": "Validation Constraints:\nThis input may be subject to other validation constraints at runtime.",
"type": "string"
},
"tables": {
"description": "The table(s) from the database to connect to.",
"field_type": "input",
"input_component": {
"component_type": "combobox",
"show_search": true
},
"items": {
"type": "string"
},
"long_description": null,
"minItems": 1,
"options_callback": "xperiflow.source.managers.datasource.pbm.dataretriever:SqlServerDataSource.get_tables",
"options_callback_kwargs": null,
"state_name": "tables",
"title": "Tables",
"tooltip": "Validation Constraints:\nThe input must have a minimum length of 1.\n\nThis input may be subject to other validation constraints at runtime.",
"type": "array"
}
},
"required": [
"database_resource",
"database_schema",
"tables"
],
"title": "SqlServerDataSource",
"type": "object"
},
"TargetDataSourceUpdate": {
"properties": {
"tabular_connection": {
"anyOf": [
{
"$ref": "#/$defs/SqlServerDataSource"
},
{
"$ref": "#/$defs/FileDataSource"
}
],
"description": "The connection type to use to access the source data.",
"field_type": "input",
"input_component": {
"component_type": "combobox",
"show_search": true
},
"long_description": null,
"options_callback": null,
"options_callback_kwargs": null,
"state_name": "source_connection",
"title": "Source Data Connection Type",
"tooltip": "Validation Constraints:\nThis input may be subject to other validation constraints at runtime."
}
},
"required": [
"tabular_connection"
],
"title": "TargetDataSourceUpdate",
"type": "object"
}
},
"properties": {
"task_storage": {
"$ref": "#/$defs/DataSourceUpdateOrchestratorTaskStorageContext"
}
},
"required": [
"task_storage"
],
"title": "DataSourceUpdateOrchestratorMetadataContext",
"type": "object"
}
Parameter Properties
Property | Type | Required | Description |
|---|---|---|---|
task_storage | unknown | Yes | No description available |
8. DataSourcesRefresh
Description
Update multiple data sources in one job.
Session Type
project
Communication Metadata Context
The following JSON schema defines the parameters for this job:
{
"$defs": {
"DataSourcesRefreshOrchestratorTaskStorageContext": {
"properties": {
"bulk_datasource_update_config": {
"$ref": "#/$defs/FORDataSourcesRefresh"
}
},
"required": [
"bulk_datasource_update_config"
],
"title": "DataSourcesRefreshOrchestratorTaskStorageContext",
"type": "object"
},
"FORDataSourcesRefresh": {
"properties": {
"datasource_names": {
"description": "The names of the data sources to retrieve most updated data from.",
"field_type": "input",
"input_component": {
"component_type": "combobox",
"show_search": true
},
"items": {
"type": "string"
},
"long_description": null,
"minItems": 1,
"options_callback": "xperiflow.source.managers.datasource.pbm.jobs:FORDataSourcesRefresh.get_datasource_data",
"options_callback_kwargs": null,
"state_name": "datasource_select",
"title": "Source Data Names",
"tooltip": "Validation Constraints:\nThe input must have a minimum length of 1.\n\nThis input may be subject to other validation constraints at runtime.",
"type": "array"
}
},
"required": [
"datasource_names"
],
"title": "FORDataSourcesRefresh",
"type": "object"
}
},
"properties": {
"task_storage": {
"$ref": "#/$defs/DataSourcesRefreshOrchestratorTaskStorageContext"
}
},
"required": [
"task_storage"
],
"title": "DataSourcesRefreshOrchestratorMetadataContext",
"type": "object"
}
Parameter Properties
Property | Type | Required | Description |
|---|---|---|---|
task_storage | unknown | Yes | No description available |
9. Deploy
Description
Deploy time series forecasting models into 'production' and calculate relevant deployment statistics for a SensibleAI Forecast project.
Session Type
project
Communication Metadata Context
The following JSON schema defines the parameters for this job:
{
"$defs": {
"DeployOrchestratorTaskStorageContext": {
"properties": {
"buildinfo_id": {
"title": "Buildinfo Id",
"type": "integer"
}
},
"required": [
"buildinfo_id"
],
"title": "DeployOrchestratorTaskStorageContext",
"type": "object"
}
},
"properties": {
"task_storage": {
"$ref": "#/$defs/DeployOrchestratorTaskStorageContext"
}
},
"required": [
"task_storage"
],
"title": "DeployOrchestratorMetadataContext",
"type": "object"
}
Parameter Properties
Property | Type | Required | Description |
|---|---|---|---|
task_storage | unknown | Yes | No description available |
10. EventLocationUpload
Description
Create event-to-location assignments via a database or file upload for a SensibleAI Forecast project.
Session Type
project
Communication Metadata Context
The following JSON schema defines the parameters for this job:
{
"$defs": {
"EventLocationMapperUploadTaskStorageContext": {
"properties": {
"buildinfo_id": {
"title": "Buildinfo Id",
"type": "integer"
},
"file_string": {
"title": "File String",
"type": "string"
}
},
"required": [
"file_string",
"buildinfo_id"
],
"title": "EventLocationMapperUploadTaskStorageContext",
"type": "object"
},
"SqlServerTableConnectionContext": {
"properties": {
"database_resource": {
"title": "Database Resource",
"type": "string"
},
"database_schema": {
"title": "Database Schema",
"type": "string"
},
"retrieval": {
"$ref": "#/$defs/TableRetrievalContext"
}
},
"required": [
"database_resource",
"database_schema",
"retrieval"
],
"title": "SqlServerTableConnectionContext",
"type": "object"
},
"TableRetrievalContext": {
"properties": {
"tables": {
"items": {
"type": "string"
},
"title": "Tables",
"type": "array"
}
},
"required": [
"tables"
],
"title": "TableRetrievalContext",
"type": "object"
}
},
"properties": {
"database_storage": {
"anyOf": [
{
"$ref": "#/$defs/SqlServerTableConnectionContext"
},
{
"type": "null"
}
],
"default": null
},
"task_storage": {
"anyOf": [
{
"$ref": "#/$defs/EventLocationMapperUploadTaskStorageContext"
},
{
"type": "null"
}
],
"default": null
}
},
"title": "EventLocationMapperUploadMetadataContext",
"type": "object"
}
Parameter Properties
Property | Type | Required | Description |
|---|---|---|---|
task_storage | unknown | No | No description available |
database_storage | unknown | No | No description available |
11. EventPackageUpload
Description
Create event packages via a database or file data upload for a SensibleAI Forecast project.
Session Type
project
Communication Metadata Context
The following JSON schema defines the parameters for this job:
{
"$defs": {
"EventPackageMapperUploadTaskStorageContext": {
"properties": {
"file_string": {
"title": "File String",
"type": "string"
}
},
"required": [
"file_string"
],
"title": "EventPackageMapperUploadTaskStorageContext",
"type": "object"
},
"SqlServerTableConnectionContext": {
"properties": {
"database_resource": {
"title": "Database Resource",
"type": "string"
},
"database_schema": {
"title": "Database Schema",
"type": "string"
},
"retrieval": {
"$ref": "#/$defs/TableRetrievalContext"
}
},
"required": [
"database_resource",
"database_schema",
"retrieval"
],
"title": "SqlServerTableConnectionContext",
"type": "object"
},
"TableRetrievalContext": {
"properties": {
"tables": {
"items": {
"type": "string"
},
"title": "Tables",
"type": "array"
}
},
"required": [
"tables"
],
"title": "TableRetrievalContext",
"type": "object"
}
},
"properties": {
"database_storage": {
"anyOf": [
{
"$ref": "#/$defs/SqlServerTableConnectionContext"
},
{
"type": "null"
}
],
"default": null
},
"task_storage": {
"anyOf": [
{
"$ref": "#/$defs/EventPackageMapperUploadTaskStorageContext"
},
{
"type": "null"
}
],
"default": null
}
},
"title": "EventPackageMapperUploadMetadataContext",
"type": "object"
}
Parameter Properties
Property | Type | Required | Description |
|---|---|---|---|
task_storage | unknown | No | No description available |
database_storage | unknown | No | No description available |
12. EventTargetDimensionUpload
Description
Create event-to-target assignments via a database or file data upload based on target dimensions for a SensibleAI Forecast project.
Session Type
project