Skip to content

Projects v2: ensure a start node is set #1204

@josephjclark

Description

@josephjclark

When using new Project fetch to pull a project, the workflow.yaml a) does not include a start step and b) orders steps by id.

The problem with this, of course, is that when you try and run the workflow, it won't start from the trigger node - it'll start from the first step!

Either we need to pin the trigger to be the first step - which is a bit wierd. Or we need to set the start option in the workflow.yaml to be the trigger.

This start option needs to get ignored when pushing to the app. That needs a bit of finessing. I'd prefer that all options sync, or none of them - not a different rule per option.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions