openfn project pull seems to not hadle cron_cursor_job_id properly, leaving a UUID in the workflow.yaml rather than an id.
This needs to be mapped at pull and deploy time.
Eg
id: my-workflow
name: my workflow
start: cron
steps:
- id: a
name: A
adaptor: '@openfn/language-http@7.0.3'
expression: ./a.js
- id: cron
type: cron
enabled: false
cron_expression: '*/15 * * * *'
cron_cursor_job_id: f3f65918-9804-46f4-8778-032acac8db37
next:
a:
disabled: false
condition: always
openfn project pullseems to not hadlecron_cursor_job_idproperly, leaving a UUID in the workflow.yaml rather than an id.This needs to be mapped at pull and deploy time.
Eg