atomist / sdm-core

Event-based implementation of an SDM, which subscribes to Atomist GraphQL
Apache License 2.0
6 stars 3 forks source link

Job task query should not query for `created` state #212

Closed dansmithy closed 4 years ago

dansmithy commented 4 years ago

The query specified in OnAnyJobTask.graphql looks for state = created. The state variable should be changed to running (a new task state).

ddgenome commented 4 years ago

Closing in favor of atomist/sdm#810