Skip to content

ADP Integration to Connect

Move ADP integration PoC to Astrata Connect. Migrate workflow definition to astrata-connect-workflows project and deploy from there.

Scope:

  • Move existing PoC integration to production-ready Astrata Connect platform
  • Deploy via astrata-connect-workflows project

Tasks

Task Description
AST-1200-assess-aws-api-usage Catalog all AWS API usage (via boto3) in the existing ADP integration PoC to und...
AST-1201-iam-permissions Create new IAM user or role for the ADP to Costpoint workflow with least-privile...
AST-1202-adp-connector Implement a Prefect connector for ADP API integration, handling authentication a...
AST-1203-adp-employee-model Define a Pydantic model representing employee data from ADP, providing type safe...
AST-1204-costpoint-connector Implement a Prefect connector for Costpoint API integration, handling authentica...
AST-1205-adp-to-costpoint-flow Implement the main Prefect flow that orchestrates employee data sync from ADP to...
AST-1206-mapping-config-block Define and deploy a Prefect Block containing customer-specific field mapping con...
AST-1207-deployment-definition Define and create a Prefect Deployment for the first customer's ADP to Costpoint...
AST-1208-customer-credentials Store customer-specific ADP and Costpoint API credentials in AWS Secrets Manager...
AST-1209-http-trigger-service Create an HTTP service that allows triggering Prefect Deployment "quick runs" on...