Federated Task
A Task that lives in another Insight Factory but forms part of this Insight Factory's dependency chain.
Category: Other | Tags: Federated Task
Federated Task '<<FederatedTaskCode>>' lives in the '<<InsightFactoryCode>>' Insight Factory but is used in a dependency chain in this Insight Factory
To use this activity within the API, use an ActivityCode of FEDERATED-TASK.
Example JSON
An example of what the Task Config would look like for a task using this activity. Some of these variables would be set at the group level to avoid duplication between tasks.
{
"InsightFactoryCode": "",
"FederatedTaskCode": "",
"FreshnessHoursThreshold": 12
}
Variable Reference
The following variables are supported:
FederatedTaskCode(Required) - The code of this task in its native Insight Factory.FreshnessHoursThreshold(Required) - The number of hours from the most recent Run Status change that must elapse before this Task can be rescheduled.InsightFactoryCode(Required) - This task's native Insight Factory.