Workflow type of bankTransactionReconciliationWorkflow, as a string rather
than an imported function.
The workflow itself lives in
@cfxlabsinc/bank-transaction-reconciliation-services, which reaches the
withdrawal / deposit / virtual-account services this package cannot see and
already depends on this one. Importing the function back would close a
project-reference cycle, so the start helper names the type instead.
Workflow type of
bankTransactionReconciliationWorkflow, as a string rather than an imported function.The workflow itself lives in
@cfxlabsinc/bank-transaction-reconciliation-services, which reaches the withdrawal / deposit / virtual-account services this package cannot see and already depends on this one. Importing the function back would close a project-reference cycle, so the start helper names the type instead.