Skip to content

Conversation

@josenavas
Copy link
Contributor

This PR adds links the artifacts with those processing jobs that are using the artifact as input.

Since we removed the 'processing_status' attribute from the artifacts, you can know check if it being processed by doing:

is_processing = len(artifact.jobs(status='running')) > 0

Although it may seem complex, the main advantage is that artifact.jobs(status='running') actually returns the jobs, so you can ask in which step are they or which parameters are being used.

@ElDeveloper
Copy link
Contributor

👍

1 similar comment
@mortonjt
Copy link
Contributor

👍

antgonza added a commit that referenced this pull request Nov 26, 2015
@antgonza antgonza merged commit a9f53e6 into qiita-spots:artifact Nov 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants