Jobs - Copy File¶
A series of jobs to:
- Copy the hub extract files to a Blue working folder.
- Drop stub files into the
/input
folders of each transform job.
Summary¶
Source Folder | [$sourceRootPath]/BlueMigration-[MMDDYYYYHHmmSS]-[TaskId]/[OrgId]-[TaskId] |
Dest Folder | [$destRootPath]/[$jobName]/output/BlueMigration-[MMDDYYYYHHmmSS]-[TaskId]/[OrgId]-[TaskId] |
Stub Dest Folder | [$destRootPath]/[$stubFileJobName]/input/[MMDDYYYYHHmmSS]-[$workflowCorrelationId] |
Outcome | File copied to dest path. |
Outcome | Stub files created. |
Outcome | Record(s) inserted into Migration.Activities . |
Note
Generated dates are in UTC.
Jobs¶
Job Name | File Name | Stub File Job Names |
---|---|---|
copy-fi-file | FI_[TaskId].json |
maintain-mappings transform-mono-ei-orgs-file transform-mono-notifier-orgs-file transform-paymentrepo-limits-users-file tranform-zelle-orgs-file |
copy-userdetails-file | UserDetails_[TaskId]_batch_[batch].json |
transform-paymentrepo-limits-users-file transform-zelle-users-file transform-zelle-recipients-file |
copy-completedpayments-file | Completed_Payments_Activity_[TaskId]_batch_[batch].json |
transform-completedpayments-file |
copy-completedpaymentrequests-file | CompletedPaymentRequests_[TaskId]_batch_[batch].json |
transform-completedpaymentrequests-file |
copy-pendingpayments-file | Pending_Payments_Activity_[TaskId]_batch_[batch].json |
|
copy-pendingpaymentrequests-file | PendingPaymentRequests_[TaskId]_batch_[batch].json |
|
copy-corepaymentactivities-file | Core_Payment_Activity_[TaskId]_batch_[batch].json |
|
copy-settlements-file | Settlements_[TaskId]_batch_[batch].json |
Note
Exact naming convention is TBD by Hub team.
Job Filter Rules¶
Job Name | Filter |
---|---|
copy-fi-file | |
copy-userdetails-file | |
copy-completedpayments-file | |
copy-completedpaymentrequests-file | |
copy-pendingpayments-file | PendingFileStartAt1 |
copy-pendingpaymentrequests-file | PendingFileStartAt1 |
copy-corepaymentactivities-file | PendingFileStartAt1 |
copy-settlements-file | PendingFileStartAt1 |