flowtask 5.12.9__tar.gz → 5.12.12__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {flowtask-5.12.9 → flowtask-5.12.12}/PKG-INFO +1 -1
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/UpdateOperationalVars.py +11 -5
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/workday.py +7 -1
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/executors/qworker.py +205 -91
- flowtask-5.12.12/flowtask/interfaces/workday/handlers/cost_centers.py +609 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/import_reported_time_blocks.py +2 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/import_time_clock_events.py +2 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/organizations.py +6 -3
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/put_time_clock_events.py +2 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/clock_event.py +6 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/cost_center.py +10 -1
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/organizations.py +3 -1
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/cost_center_parsers.py +96 -20
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/version.py +1 -1
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask.egg-info/PKG-INFO +1 -1
- flowtask-5.12.9/flowtask/interfaces/workday/handlers/cost_centers.py +0 -308
- {flowtask-5.12.9 → flowtask-5.12.12}/CONTRIBUTING.md +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/INSTALL +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/LICENSE +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/MANIFEST.in +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/README.md +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/__main__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/bots/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/bots/check.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/bots/codebot.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ASPX.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ATT.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/AddDataset.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Amazon.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/AutoTask.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Azure.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/AzureUsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/BaseAction.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/BaseLoop.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/BestBuy.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CSVToGCS.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CallAnalysis.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CallSummary.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CensusData.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CensusVariables.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CompanyScraper/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CompanyScraper/parsers/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CompanyScraper/parsers/base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CompanyScraper/parsers/explorium.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CompanyScraper/parsers/leadiq.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CompanyScraper/parsers/rocket.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CompanyScraper/parsers/siccode.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CompanyScraper/parsers/visualvisitor.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CompanyScraper/parsers/zoominfo.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CompanyScraper/scrapper.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CopyFromBase.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CopyFromS3.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CopyFromSharepoint.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CopyTo.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CopyToBigQuery.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CopyToFileBase.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CopyToMongoDB.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CopyToPg.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CopyToRethink.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CopyToS3.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CopyToSharepoint.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Costco.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CreateGCSBucket.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CreateReport/CreateReport.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CreateReport/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CreateReport/charts/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CreateReport/charts/bar.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CreateReport/charts/base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CreateReport/charts/pie.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CreateReport/utils.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/CustomerSatisfaction.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DataInput.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DateList.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DbClient.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DialPad.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DispatchMe.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DocumentDBQuery.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DownloadFrom.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DownloadFromD2L.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DownloadFromFTP.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DownloadFromGamma.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DownloadFromIMAP.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DownloadFromS3.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DownloadFromSFTP.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DownloadFromSharepoint.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DownloadFromSmartSheet.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DownloadFromSmartsheet.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DownloadS3File.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Dummy.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/DuplicatePhoto.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/EmployeeEvaluation.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ExecuteSQL.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ExtractHTML.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ExtractTranscript.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/FileBase.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/FileCopy.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/FileDelete.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/FileExists.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/FileIteratorDelete.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/FileList.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/FileOpen.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/FileRead.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/FileRename.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/FilterIf.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/FilterRows/FilterRows.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/FilterRows/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/FilterRows/functions.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/GCSToBigQuery.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/GenData.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/GoogleA4.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/GoogleGeoCoding.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/GooglePlaces.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/GoogleSearch.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/HTTPClient.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ICIMS.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/IF.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/IcimsFolderCopy.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ImageFeatures/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ImageFeatures/process.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/IteratorBase.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/LeadIQ.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Loop.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Lowes.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/MS365Usage.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/MSTeamsMessages.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/MarkdownMaker.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/MarketClustering.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/MergeFileList.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/MergeFiles.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/MilvusOutput.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NearByStores.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/models/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/models/abstract.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/models/account.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/models/client.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/models/district.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/models/events.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/models/forms.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/models/market.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/models/organization.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/models/photos.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/models/project.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/models/region.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/models/store.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/models/user.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinja/router.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NetworkNinjaClaims.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/NextStopAgent.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Odoo.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/OdooInjector.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/OpenFromXML.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/OpenStreetMap.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/OpenWeather.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/OpenWithBase.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/OpenWithPandas.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/PDFGenerator.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/PGPDecrypt.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/PandasIterator.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/PandasToFile.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/PandasToPowerPoint.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Paradox.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ParamIterator.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ParrotKnowledgeBuilder/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ParrotKnowledgeBuilder/loader.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ParrotKnowledgeBuilder/payload.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ParrotLoader/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ParrotLoader/loader.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ParseHTML.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/PgVectorOutput.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/PlacerStores.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/PlanogramCompliance.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/PodcastMaker.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Pokemon.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/PositiveBot.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/PowerPointSlide.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/PrintMessage.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductCompetitors/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductCompetitors/parsers/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductCompetitors/parsers/base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductCompetitors/parsers/bestbuy.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductCompetitors/parsers/lowes.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductCompetitors/scrapper.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductCompliant.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductInfo/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductInfo/parsers/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductInfo/parsers/base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductInfo/parsers/brother.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductInfo/parsers/canon.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductInfo/parsers/epson.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductInfo/parsers/hp.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductInfo/parsers/samsung.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductInfo/scraper.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductPricing.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ProductReportBot.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/QS.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/QSBase.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/QueryIterator.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/QueryToInsert.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/QueryToPandas.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/RESTClient.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/RethinkDBQuery.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Rsync.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/RunSSH.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/RunShell.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SAPExtraction.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SMSAnalysis.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SMSSummary.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SalesForce.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Sassie.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SaveImageBank/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SchedulingVisits.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ScrapPage.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ScrapSearch.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ScrapTool.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SearchQuery.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SendEmail.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SendNotify/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SendNotify/component.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SendNotify/models/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SendNotify/models/abstract.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SendNotify/models/zoom.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SentimentAnalysis.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ServiceScrapper/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ServiceScrapper/parsers/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ServiceScrapper/parsers/base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ServiceScrapper/parsers/costco.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ServiceScrapper/scrapper.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SetVariables.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SplitPDF.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Staples.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SubTask.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SuiteCRM.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SweetSpotScore/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SweetSpotScore/component.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/SweetSpotScore/layers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Switch.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/TableBase.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/TableDelete.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/TableInput.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/TableOutput/TableOutput.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/TableOutput/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/TableSchema.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Target.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ThumbnailGenerator.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ToPandas.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/TransformRows/TransformRows.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/TransformRows/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/TransformRows/functions.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/TransposeRows.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/UPCDatabase.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/UnGzip.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Uncompress.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/UniqueRows.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Unzip.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/UploadTo.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/UploadToS3.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/UploadToSFTP.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/UploadToSharepoint.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/UserFunc.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/VideoUnderstanding.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/VivaTracker.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/WSDLClient.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Wait.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Walmart.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/applicant.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/candidate.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/cost_center.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/custom_punch_field_report.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/job_posting.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/job_posting_site.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/job_requisition.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/location.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/location_hierarchy_assignments.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/organizations.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/reference.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/time_block.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/time_off_balance.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/time_request.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/models/worker.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/applicant_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/candidate_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/cost_center_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/custom_punch_field_report_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/job_posting_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/job_posting_site_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/job_requisition_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/location_hierarchy_assignments_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/location_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/organization_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/reference_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/time_block_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/time_off_balance_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/time_request_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/parsers/worker_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/applicants.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/candidates.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/cost_centers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/custom_punch_field_report.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/custom_punch_field_report_rest.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/custom_report.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/job_posting_sites.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/job_postings.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/job_requisitions.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/location_hierarchy_assignments.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/locations.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/organization_single.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/organizations.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/recruiting_agency_users.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/references.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/time_block_report.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/time_blocks.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/time_off_balances.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/time_requests.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/types/workers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/utils/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workday/utils/utils.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/WorkdayReport.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Workplace.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/XMLToPandas.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Zammad/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Zammad/models.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/Zoom.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ZoomInfoScraper.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/ZoomUs.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/_census/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/_census/cache.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/_census/fetch.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/_census/resolver.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/_census/transform.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/abstract.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/flow.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/gendata/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/gendata/date_sequence.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/gendata/static_list.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/google.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/group.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/pandas_io.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/py.typed +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/reviewscrap.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tAddTotalRow.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tAutoincrement.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tConcat.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tConditionalMultiply.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tCrosstab.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tDictKey.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tExplode.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tFilter.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tFilterCommonValues.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tFlatten.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tFrequencyWeights.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tGroup.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tJoin.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tMap/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tMap/functions.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tMap/tMap.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tMelt.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tMerge.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tOrder.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tPandas.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tPivot.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tPluckCols.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/tUnnest.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/components/user.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/conf.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/categories.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/cli.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/ASPX.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/AddDataset.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/AutoTask.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/AzureUsers.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/CallAnalysis.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/CallSummary.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/CompanyScraper.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/CopyFromS3.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/CopyFromSharepoint.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/CopyToBigQuery.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/CopyToMongoDB.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/CopyToPg.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/CopyToRethink.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/CopyToS3.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/CopyToSharepoint.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/CreateReport.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/CustomerSatisfaction.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/DataInput.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/DateList.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/DialPad.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/DownloadFromD2L.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/DownloadFromFTP.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/DownloadFromIMAP.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/DownloadFromS3.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/DownloadFromSFTP.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/DownloadFromSharepoint.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/DownloadFromSmartSheet.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/DownloadFromSmartsheet.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/EmployeeEvaluation.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/ExecuteSQL.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/ExtractTranscript.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/FileCopy.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/FileDelete.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/FileExists.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/FileIteratorDelete.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/FileList.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/FileOpen.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/FileRead.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/FileRename.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/FilterIf.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/FilterRows.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/GoogleA4.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/GoogleGeoCoding.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/GoogleSearch.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/HTTPClient.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/ICIMS.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/IteratorBase.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/LeadIQ.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/MS365Usage.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/MSTeamsMessages.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/MergeFileList.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/MergeFiles.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/NetworkNinjaClaims.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/Odoo.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/OdooInjector.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/OpenFromXML.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/OpenWithBase.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/OpenWithPandas.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/PGPDecrypt.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/PandasIterator.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/PandasToFile.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/Paradox.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/ParamIterator.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/PlacerStores.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/Pokemon.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/PositiveBot.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/PowerPointSlide.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/PrintMessage.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/ProductCompliant.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/ProductPricing.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/ProductReportBot.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/QS.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/QueryIterator.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/QueryToInsert.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/QueryToPandas.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/RESTClient.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/RunShell.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/SAPExtraction.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/Sassie.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/ScrapTool.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/SearchQuery.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/SendNotify.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/SentimentAnalysis.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/ServiceScrapper.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/SetVariables.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/SplitPDF.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/SubTask.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/SuiteCRM.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/TableDelete.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/TableInput.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/TableOutput.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/TableSchema.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/ThumbnailGenerator.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/TransformRows.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/TransposeRows.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/UnGzip.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/Uncompress.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/UniqueRows.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/Unzip.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/UploadToS3.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/UploadToSFTP.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/UploadToSharepoint.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/UserFunc.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/Zoom.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/ZoomInfoScraper.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tAutoincrement.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tConcat.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tConditionalMultiply.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tCrosstab.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tExplode.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tFilter.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tFilterCommonValues.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tFrequencyWeights.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tGroup.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tJoin.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tMap.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tMelt.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tOrder.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tPivot.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tPluckCols.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/components/tUnnest.doc.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generated/index.json +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/generator.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/models.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/parser.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/schema.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/documentation/toolkit.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/download.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/abstract.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/alerts/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/alerts/colfunctions.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/alerts/functions.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/dummy.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/exec.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/file/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/file/base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/file/copy.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/file/delete.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/interfaces/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/interfaces/client.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/interfaces/credentials.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/interfaces/notifications.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/jira.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/log.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/logerr.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/notify.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/notify_event.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/publish.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/sendfile.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/task.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/teams.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/events/webhook.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/events/manager.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/exceptions.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/executors/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/executors/base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/executors/docker.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/executors/events.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/executors/exceptions.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/executors/k8s.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/executors/local.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/executors/models.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/executors/publish.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/executors/registry.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/executors/resolver.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/extensions/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/extensions/abstract.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/extensions/component_docs.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/extensions/logging/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/factory/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/factory/agent.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/factory/composer.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/factory/parser.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/factory/validator.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/handlers/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/handlers/component.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/actions/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/actions/abstract.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/actions/dummy.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/actions/jira.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/actions/rest.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/actions/sampledata.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/actions/sensor.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/actions/task.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/actions/ticket.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/actions/zammad.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/actions/zoom_event.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/hook.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/models.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/service.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/step.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/brokers/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/brokers/base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/brokers/mqtt.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/brokers/rabbitmq.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/brokers/redis.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/brokers/sqs.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/fs.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/http.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/imap.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/jira.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/mail.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/postgres.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/responses/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/responses/base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/sharepoint.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/ssh.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/tagged.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/upload.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/watch.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/web.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/hooks/types/zoom.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/AzureClient.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/AzureGraph.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/Boto3Client.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/DropboxClient.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/ExcelHandler.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/FTPClient.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/GoogleCalendar.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/GoogleClient.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/GoogleDrive.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/GoogleGCS.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/GoogleGeocoding.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/GoogleLang.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/GooglePub.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/GoogleSheet.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/IMAPClient.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/LLMClient.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/O365Calendar.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/O365Client.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/OneDrive.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/Outlook.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/ParrotBot.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/ParrotTool.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/SOAPClient.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/SSHClient.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/Sharepoint.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/abstract.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/azure_component.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/azureauth.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/base_action.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/base_loop.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/cache.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/client.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/compress.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/copy_from_base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/copy_to.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/copy_to_file_base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/credentials.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/d2l.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/databases/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/databases/db.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/databases/documentdb.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/databases/rethink.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/dataframes/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/dataframes/abstract.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/dataframes/arrow.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/dataframes/dt.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/dataframes/pandas.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/dataframes/polars.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/db.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/db_client.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/download_from.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/env.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/file_base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/flow.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/func.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/gamma.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/google_base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/group.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/http.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/locale.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/log.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/mask.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/notification.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/parrot/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/parrot/agent.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/parrot/client.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/pipelines/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/pipelines/parrot.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/playwright.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/powerpoint.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/ppt.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/py.typed +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/qs.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/qs_base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/result.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/sassie.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/scoring/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/scoring/abstract.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/scoring/engine.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/scoring/extractors/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/scoring/extractors/count.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/scoring/extractors/gravity.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/scoring/extractors/nearest.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/scoring/models.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/scoring/service.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/scoring/spatial.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/search.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/selenium/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/selenium/options.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/selenium/service.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/selenium_service.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/smartsheet.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/stat.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/t_pandas.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/table_base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/task.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/teams.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/template.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/tickets.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/upload_to.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/user.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/vectorstores/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/vectorstores/abstract.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/vectorstores/milvus.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/config.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/applicants.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/base.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/candidates.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/custom_punch_field_report.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/custom_punch_field_report_rest.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/custom_report.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/job_posting_sites.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/job_postings.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/job_requisitions.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/location_hierarchy_assignments.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/locations.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/organization_single.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/recruiting_agency_users.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/references.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/time_block_report.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/time_blocks.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/time_off_balances.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/time_requests.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/handlers/workers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/applicant.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/candidate.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/custom_punch_field_report.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/job_posting.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/job_posting_site.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/job_requisition.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/location.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/location_hierarchy_assignments.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/reference.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/time_block.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/time_off_balance.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/time_request.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/models/worker.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/applicant_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/candidate_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/custom_punch_field_report_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/job_posting_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/job_posting_site_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/job_requisition_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/location_hierarchy_assignments_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/location_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/organization_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/reference_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/time_block_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/time_off_balance_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/time_request_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/parsers/worker_parsers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/rest.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/service.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/utils/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/workday/utils/utils.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/zammad.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/interfaces/zoom.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/models.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/parsers/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/parsers/_yaml.pyx +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/parsers/argparser.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/parsers/base.pxd +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/parsers/base.pyx +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/parsers/json.pyx +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/parsers/maps.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/parsers/syntax/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/parsers/syntax/checker.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/parsers/syntax/detector.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/parsers/syntax/registry.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/parsers/syntax/report.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/parsers/syntax/schema.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/parsers/toml.pyx +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/plugins/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/plugins/components_/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/plugins/handler/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/plugins/importer.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/plugins/sources/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/runner.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/scheduler/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/scheduler/functions.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/scheduler/handlers/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/scheduler/handlers/manager.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/scheduler/handlers/models.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/scheduler/handlers/service.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/scheduler/notifications.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/scheduler/scheduler.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/bots/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/bots/telegram.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/files/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/files/manager.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/files/model.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/files/service.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/jira/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/jira/jira_actions.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/maintenance/README.md +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/maintenance/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/maintenance/changelog.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/maintenance/handlers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/maintenance/health.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/maintenance/models.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/maintenance/service.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/maintenance/store.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/maintenance/templates.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/maintenance/windows.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/tasks/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/tasks/launcher.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/tasks/manager.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/tasks/service.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/tasks/task_manager.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/services/tasks/tasks.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/storages/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/storages/exceptions.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/storages/files/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/storages/files/abstract.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/storages/files/filesystem.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/storages/tasks/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/storages/tasks/abstract.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/storages/tasks/database.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/storages/tasks/filesystem.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/storages/tasks/github.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/storages/tasks/memory.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/storages/tasks/row.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/tasks/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/tasks/abstract.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/tasks/command.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/tasks/pile.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/tasks/py.typed +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/tasks/task.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/tasks/workers.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/template/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/tests.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/types/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/types/typedefs.pyx +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/utils/__init__.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/utils/constants.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/utils/encoders.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/utils/executor.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/utils/functions.pyx +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/utils/json.pxi +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/utils/json.pyx +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/utils/mail.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/utils/msgraph_patch.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/utils/parseqs.pyx +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/utils/stats.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/utils/transformations.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/utils/uv.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask/utils/validators.py +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask.egg-info/SOURCES.txt +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask.egg-info/dependency_links.txt +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask.egg-info/entry_points.txt +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask.egg-info/requires.txt +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/flowtask.egg-info/top_level.txt +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/pyproject.toml +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/setup.cfg +0 -0
- {flowtask-5.12.9 → flowtask-5.12.12}/setup.py +0 -0
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
|
|
45
45
|
import asyncio
|
|
46
46
|
import logging
|
|
47
|
+
import os
|
|
47
48
|
from typing import Any
|
|
48
49
|
from collections.abc import Callable
|
|
49
50
|
from ..exceptions import ComponentError
|
|
@@ -154,18 +155,23 @@ class UpdateOperationalVars(DBSupport, FlowComponent):
|
|
|
154
155
|
else:
|
|
155
156
|
program = self._program
|
|
156
157
|
if hasattr(self, "name"):
|
|
157
|
-
|
|
158
|
-
|
|
158
|
+
# Set the variable in the process environment only (os.environ),
|
|
159
|
+
# avoiding navconfig's `config.set()` which propagates writes to
|
|
160
|
+
# the Vault backend in production.
|
|
161
|
+
os.environ[self.name] = str(self.value)
|
|
162
|
+
value = os.environ.get(self.name)
|
|
159
163
|
if value == self.value:
|
|
160
164
|
await self.set_variable(self.name, value, program)
|
|
161
165
|
elif hasattr(self, "names"):
|
|
162
166
|
value = None
|
|
163
167
|
for name in self.names:
|
|
164
168
|
try:
|
|
165
|
-
|
|
166
|
-
value =
|
|
169
|
+
os.environ[name] = str(self.value)
|
|
170
|
+
value = os.environ.get(name)
|
|
167
171
|
except Exception as err:
|
|
168
|
-
|
|
172
|
+
self.logger.warning(
|
|
173
|
+
f"Error setting environment variable {name}: {err}"
|
|
174
|
+
)
|
|
169
175
|
if value == self.value:
|
|
170
176
|
await self.set_variable(name, value, program)
|
|
171
177
|
return self._result
|
|
@@ -126,6 +126,11 @@ class Workday(FlowComponent):
|
|
|
126
126
|
)
|
|
127
127
|
self.updated_from_date = kwargs.get("updated_from_date")
|
|
128
128
|
self.updated_to_date = kwargs.get("updated_to_date")
|
|
129
|
+
# FEAT-192: optional recursive Cost_Center_Hierarchy chain; organization
|
|
130
|
+
# enrichment itself always runs (no opt-in flag) — this only controls
|
|
131
|
+
# whether org_hierarchy_chain is also built. Defaults to None (not
|
|
132
|
+
# forwarded) so the handler's own default (False) applies.
|
|
133
|
+
self.include_hierarchy_chain = kwargs.get("include_hierarchy_chain")
|
|
129
134
|
|
|
130
135
|
# Applicant parameters
|
|
131
136
|
self.applicant_id = kwargs.get("applicant_id")
|
|
@@ -503,7 +508,8 @@ class Workday(FlowComponent):
|
|
|
503
508
|
|
|
504
509
|
if self.type == "get_cost_centers":
|
|
505
510
|
for attr in ("cost_center_id", "cost_center_id_type",
|
|
506
|
-
"updated_from_date", "updated_to_date", "include_inactive"
|
|
511
|
+
"updated_from_date", "updated_to_date", "include_inactive",
|
|
512
|
+
"include_hierarchy_chain"):
|
|
507
513
|
val = getattr(self, attr, None)
|
|
508
514
|
if val is not None:
|
|
509
515
|
params[attr] = val
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"""Qworker job executor — dispatches tasks through the qw worker queue."""
|
|
4
4
|
from __future__ import annotations
|
|
5
5
|
import asyncio
|
|
6
|
+
import time
|
|
6
7
|
import uuid
|
|
7
8
|
from typing import Any, Optional
|
|
8
9
|
from flowtask.executors.base import AbstractJobExecutor
|
|
@@ -13,10 +14,20 @@ from flowtask.executors.models import (
|
|
|
13
14
|
TaskResult,
|
|
14
15
|
)
|
|
15
16
|
from flowtask.executors.events import ExecutorLifecyclePublisher
|
|
16
|
-
from flowtask.executors.exceptions import ExecutorError
|
|
17
|
+
from flowtask.executors.exceptions import ExecutorError, ExecutorConnectionError
|
|
17
18
|
from flowtask.executors.registry import register_executor
|
|
18
19
|
|
|
19
20
|
DEFAULT_DISPATCH_TIMEOUT = 60
|
|
21
|
+
DEFAULT_RETRY_DELAY = 10
|
|
22
|
+
DEFAULT_MAX_RETRY_ELAPSED = 60
|
|
23
|
+
|
|
24
|
+
_TRANSIENT_ERRORS = (
|
|
25
|
+
asyncio.TimeoutError,
|
|
26
|
+
ConnectionError,
|
|
27
|
+
ConnectionRefusedError,
|
|
28
|
+
ConnectionResetError,
|
|
29
|
+
OSError,
|
|
30
|
+
)
|
|
20
31
|
|
|
21
32
|
|
|
22
33
|
@register_executor("qworker")
|
|
@@ -185,6 +196,46 @@ class QworkerJobExecutor(AbstractJobExecutor):
|
|
|
185
196
|
execution_id=execution_id,
|
|
186
197
|
)
|
|
187
198
|
|
|
199
|
+
def _load_retry_config(self) -> tuple[int, int, int]:
|
|
200
|
+
"""Load timeout and retry settings from project config.
|
|
201
|
+
|
|
202
|
+
Returns:
|
|
203
|
+
Tuple of (timeout, retry_delay, max_retry_elapsed) in seconds.
|
|
204
|
+
"""
|
|
205
|
+
try:
|
|
206
|
+
from flowtask.conf import (
|
|
207
|
+
SCHEDULER_WORKER_TIMEOUT,
|
|
208
|
+
SCHEDULER_RETRY_ENQUEUE,
|
|
209
|
+
SCHEDULER_MAX_RETRY_ENQUEUE,
|
|
210
|
+
)
|
|
211
|
+
timeout = self._config.timeout or SCHEDULER_WORKER_TIMEOUT
|
|
212
|
+
retry_delay = SCHEDULER_RETRY_ENQUEUE
|
|
213
|
+
max_elapsed = SCHEDULER_MAX_RETRY_ENQUEUE
|
|
214
|
+
except ImportError:
|
|
215
|
+
timeout = self._config.timeout or DEFAULT_DISPATCH_TIMEOUT
|
|
216
|
+
retry_delay = DEFAULT_RETRY_DELAY
|
|
217
|
+
max_elapsed = DEFAULT_MAX_RETRY_ELAPSED
|
|
218
|
+
return timeout, retry_delay, max_elapsed
|
|
219
|
+
|
|
220
|
+
@staticmethod
|
|
221
|
+
def _classify_dispatch_error(exc: Exception) -> str:
|
|
222
|
+
"""Return a human-readable reason for a dispatch failure."""
|
|
223
|
+
if isinstance(exc, asyncio.TimeoutError):
|
|
224
|
+
return "timed out waiting for worker queue — workers may be unreachable or overloaded"
|
|
225
|
+
if isinstance(exc, ConnectionRefusedError):
|
|
226
|
+
return "connection refused by worker queue broker (Redis/RabbitMQ may be down)"
|
|
227
|
+
if isinstance(exc, ConnectionResetError):
|
|
228
|
+
return "connection to worker queue broker was reset unexpectedly"
|
|
229
|
+
if isinstance(exc, (ConnectionError, OSError)):
|
|
230
|
+
return f"network/OS error connecting to worker queue broker: {exc}"
|
|
231
|
+
if isinstance(exc, asyncio.QueueFull):
|
|
232
|
+
return "worker queue is full — task discarded (non-retryable)"
|
|
233
|
+
exc_name = type(exc).__name__
|
|
234
|
+
exc_msg = str(exc)
|
|
235
|
+
if "pickle" in exc_msg.lower() or "serialize" in exc_msg.lower():
|
|
236
|
+
return f"task payload serialization failed (non-retryable): {exc_msg}"
|
|
237
|
+
return f"unexpected error ({exc_name}): {exc_msg}"
|
|
238
|
+
|
|
188
239
|
async def dispatch(
|
|
189
240
|
self,
|
|
190
241
|
program: str,
|
|
@@ -195,7 +246,9 @@ class QworkerJobExecutor(AbstractJobExecutor):
|
|
|
195
246
|
"""Queue the task (fire-and-forget) and return immediately.
|
|
196
247
|
|
|
197
248
|
Uses ``QClient.queue()`` by default, or ``QClient.publish()`` when
|
|
198
|
-
``priority == "pub"``.
|
|
249
|
+
``priority == "pub"``. Retries on transient errors (timeout,
|
|
250
|
+
connection refused/reset) up to ``SCHEDULER_MAX_RETRY_ENQUEUE``
|
|
251
|
+
seconds of wall-clock time.
|
|
199
252
|
|
|
200
253
|
Args:
|
|
201
254
|
program: Program slug.
|
|
@@ -218,50 +271,83 @@ class QworkerJobExecutor(AbstractJobExecutor):
|
|
|
218
271
|
|
|
219
272
|
wrapper = self._make_wrapper(program, task, execution_id, queued=True, **kwargs)
|
|
220
273
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
client.
|
|
274
|
+
timeout, retry_delay, max_elapsed = self._load_retry_config()
|
|
275
|
+
start_time = time.monotonic()
|
|
276
|
+
attempt = 0
|
|
277
|
+
last_exc: Exception | None = None
|
|
278
|
+
|
|
279
|
+
while True:
|
|
280
|
+
attempt += 1
|
|
281
|
+
try:
|
|
282
|
+
if priority == "pub":
|
|
283
|
+
client = self._get_client(priority=None)
|
|
284
|
+
result = await asyncio.wait_for(
|
|
285
|
+
client.publish(wrapper), timeout=timeout
|
|
286
|
+
)
|
|
287
|
+
else:
|
|
288
|
+
client = self._get_client(priority=priority)
|
|
289
|
+
result = await asyncio.wait_for(
|
|
290
|
+
client.queue(wrapper), timeout=timeout
|
|
291
|
+
)
|
|
292
|
+
if attempt > 1:
|
|
293
|
+
self.logger.info(
|
|
294
|
+
"QClient dispatch for %s.%s succeeded on attempt %d",
|
|
295
|
+
program, task, attempt,
|
|
296
|
+
)
|
|
297
|
+
return ExecutionHandle(
|
|
298
|
+
executor_type=ExecutorType.QWORKER,
|
|
299
|
+
execution_id=execution_id,
|
|
300
|
+
task_program=program,
|
|
301
|
+
task_name=task,
|
|
302
|
+
channel=channel,
|
|
231
303
|
)
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
304
|
+
except _TRANSIENT_ERRORS as exc:
|
|
305
|
+
last_exc = exc
|
|
306
|
+
elapsed = time.monotonic() - start_time
|
|
307
|
+
reason = self._classify_dispatch_error(exc)
|
|
308
|
+
if elapsed >= max_elapsed:
|
|
309
|
+
msg = (
|
|
310
|
+
f"QClient dispatch failed for {program}.{task} "
|
|
311
|
+
f"after {attempt} attempt(s) over {elapsed:.0f}s — "
|
|
312
|
+
f"reason: {reason}"
|
|
313
|
+
)
|
|
314
|
+
self.logger.error(msg)
|
|
315
|
+
await self._publisher.publish(
|
|
316
|
+
"failed", program, task, execution_id, error=msg
|
|
317
|
+
)
|
|
318
|
+
is_conn = isinstance(exc, (ConnectionError, OSError)) and not isinstance(exc, TimeoutError)
|
|
319
|
+
if is_conn:
|
|
320
|
+
raise ExecutorConnectionError(msg) from exc
|
|
321
|
+
raise ExecutorError(msg) from exc
|
|
322
|
+
self.logger.warning(
|
|
323
|
+
"QClient dispatch attempt %d for %s.%s failed (%s). "
|
|
324
|
+
"Retrying in %ds (%.0f/%.0fs elapsed).",
|
|
325
|
+
attempt, program, task, reason,
|
|
326
|
+
retry_delay, elapsed, max_elapsed,
|
|
236
327
|
)
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
execution_id=execution_id,
|
|
261
|
-
task_program=program,
|
|
262
|
-
task_name=task,
|
|
263
|
-
channel=channel,
|
|
264
|
-
)
|
|
328
|
+
await asyncio.sleep(retry_delay)
|
|
329
|
+
except asyncio.QueueFull as exc:
|
|
330
|
+
reason = self._classify_dispatch_error(exc)
|
|
331
|
+
msg = (
|
|
332
|
+
f"QClient dispatch failed for {program}.{task} — "
|
|
333
|
+
f"reason: {reason}"
|
|
334
|
+
)
|
|
335
|
+
self.logger.error(msg)
|
|
336
|
+
await self._publisher.publish(
|
|
337
|
+
"failed", program, task, execution_id, error=msg
|
|
338
|
+
)
|
|
339
|
+
raise ExecutorError(msg) from exc
|
|
340
|
+
except Exception as exc:
|
|
341
|
+
reason = self._classify_dispatch_error(exc)
|
|
342
|
+
msg = (
|
|
343
|
+
f"QClient dispatch failed for {program}.{task} — "
|
|
344
|
+
f"reason: {reason}"
|
|
345
|
+
)
|
|
346
|
+
self.logger.error(msg)
|
|
347
|
+
await self._publisher.publish(
|
|
348
|
+
"failed", program, task, execution_id, error=msg
|
|
349
|
+
)
|
|
350
|
+
raise ExecutorError(msg) from exc
|
|
265
351
|
|
|
266
352
|
async def run(
|
|
267
353
|
self,
|
|
@@ -273,6 +359,8 @@ class QworkerJobExecutor(AbstractJobExecutor):
|
|
|
273
359
|
"""Run the task via QClient and wait for the result.
|
|
274
360
|
|
|
275
361
|
Uses ``QClient.run()`` (or ``QClient.publish()`` for priority=pub).
|
|
362
|
+
Retries on transient connection errors up to
|
|
363
|
+
``SCHEDULER_MAX_RETRY_ENQUEUE`` seconds of wall-clock time.
|
|
276
364
|
|
|
277
365
|
Args:
|
|
278
366
|
program: Program slug.
|
|
@@ -294,56 +382,82 @@ class QworkerJobExecutor(AbstractJobExecutor):
|
|
|
294
382
|
program, task, execution_id, queued=False, **kwargs
|
|
295
383
|
)
|
|
296
384
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
385
|
+
_, retry_delay, max_elapsed = self._load_retry_config()
|
|
386
|
+
start_time = time.monotonic()
|
|
387
|
+
attempt = 0
|
|
388
|
+
|
|
389
|
+
while True:
|
|
390
|
+
attempt += 1
|
|
391
|
+
try:
|
|
392
|
+
if priority == "pub":
|
|
393
|
+
client = self._get_client(priority=None)
|
|
394
|
+
raw = await client.publish(wrapper)
|
|
395
|
+
elif priority == "direct":
|
|
396
|
+
client = self._get_client(priority="default")
|
|
397
|
+
raw = await client.run(wrapper)
|
|
398
|
+
else:
|
|
399
|
+
client = self._get_client(priority=priority)
|
|
400
|
+
raw = await client.run(wrapper)
|
|
401
|
+
|
|
402
|
+
task_result = self._parse_result(raw, execution_id)
|
|
403
|
+
|
|
404
|
+
if attempt > 1:
|
|
405
|
+
self.logger.info(
|
|
406
|
+
"QClient run for %s.%s succeeded on attempt %d",
|
|
407
|
+
program, task, attempt,
|
|
408
|
+
)
|
|
409
|
+
|
|
410
|
+
if task_result.status == "success":
|
|
411
|
+
await self._publisher.publish(
|
|
412
|
+
"completed", program, task, execution_id
|
|
413
|
+
)
|
|
414
|
+
else:
|
|
415
|
+
await self._publisher.publish(
|
|
416
|
+
"failed", program, task, execution_id, error=task_result.error
|
|
417
|
+
)
|
|
418
|
+
|
|
419
|
+
return task_result
|
|
420
|
+
|
|
421
|
+
except _TRANSIENT_ERRORS as exc:
|
|
422
|
+
elapsed = time.monotonic() - start_time
|
|
423
|
+
reason = self._classify_dispatch_error(exc)
|
|
424
|
+
if elapsed >= max_elapsed:
|
|
425
|
+
msg = (
|
|
426
|
+
f"QClient run failed for {program}.{task} "
|
|
427
|
+
f"after {attempt} attempt(s) over {elapsed:.0f}s — "
|
|
428
|
+
f"reason: {reason}"
|
|
429
|
+
)
|
|
430
|
+
self.logger.error(msg)
|
|
431
|
+
await self._publisher.publish(
|
|
432
|
+
"failed", program, task, execution_id, error=msg
|
|
433
|
+
)
|
|
434
|
+
return TaskResult(
|
|
435
|
+
status="failed",
|
|
436
|
+
error=msg,
|
|
437
|
+
execution_id=execution_id,
|
|
438
|
+
)
|
|
439
|
+
self.logger.warning(
|
|
440
|
+
"QClient run attempt %d for %s.%s failed (%s). "
|
|
441
|
+
"Retrying in %ds (%.0f/%.0fs elapsed).",
|
|
442
|
+
attempt, program, task, reason,
|
|
443
|
+
retry_delay, elapsed, max_elapsed,
|
|
313
444
|
)
|
|
314
|
-
|
|
445
|
+
await asyncio.sleep(retry_delay)
|
|
446
|
+
except Exception as exc:
|
|
447
|
+
reason = self._classify_dispatch_error(exc)
|
|
448
|
+
msg = (
|
|
449
|
+
f"QClient run failed for {program}.{task} — "
|
|
450
|
+
f"reason: {reason}"
|
|
451
|
+
)
|
|
452
|
+
self.logger.error(msg)
|
|
315
453
|
await self._publisher.publish(
|
|
316
|
-
"failed", program, task, execution_id, error=
|
|
454
|
+
"failed", program, task, execution_id, error=str(exc)
|
|
455
|
+
)
|
|
456
|
+
return TaskResult(
|
|
457
|
+
status="failed",
|
|
458
|
+
error=msg,
|
|
459
|
+
execution_id=execution_id,
|
|
317
460
|
)
|
|
318
|
-
|
|
319
|
-
return task_result
|
|
320
|
-
|
|
321
|
-
except asyncio.TimeoutError as exc:
|
|
322
|
-
msg = (
|
|
323
|
-
f"QClient run timed out for {program}.{task} "
|
|
324
|
-
f"— workers may be unreachable"
|
|
325
|
-
)
|
|
326
|
-
self.logger.error(msg)
|
|
327
|
-
await self._publisher.publish(
|
|
328
|
-
"failed", program, task, execution_id, error=msg
|
|
329
|
-
)
|
|
330
|
-
return TaskResult(
|
|
331
|
-
status="failed",
|
|
332
|
-
error=msg,
|
|
333
|
-
execution_id=execution_id,
|
|
334
|
-
)
|
|
335
|
-
except Exception as exc:
|
|
336
|
-
self.logger.error(
|
|
337
|
-
"QworkerExecutor run failed for %s.%s: %s", program, task, exc
|
|
338
|
-
)
|
|
339
|
-
await self._publisher.publish(
|
|
340
|
-
"failed", program, task, execution_id, error=str(exc)
|
|
341
|
-
)
|
|
342
|
-
return TaskResult(
|
|
343
|
-
status="failed",
|
|
344
|
-
error=str(exc),
|
|
345
|
-
execution_id=execution_id,
|
|
346
|
-
)
|
|
347
461
|
|
|
348
462
|
async def close(self) -> None:
|
|
349
463
|
"""Close the lifecycle publisher.
|