Skip to content

Sync: doesn't map cron_cursor_job_id #1538

Description

@josephjclark

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    • Status
      New Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions