Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
82fae692
Commit
82fae692
authored
Mar 16, 2018
by
Matthieu Muffato
Browse files
Should tell that complete_early writes the message in the database
parent
4dc2296a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/creating_runnables/runnable_api.rst
docs/creating_runnables/runnable_api.rst
+2
-1
No files found.
docs/creating_runnables/runnable_api.rst
View file @
82fae692
...
...
@@ -33,7 +33,8 @@ To indicate that a job has to be terminated earlier (i.e. before reaching
the end of ``write_output``), you can call:
- ``$self->complete_early($message)`` to mark the job as *DONE*
(successful run). Beware that this will trigger the *autoflow*.
(successful run) and record the message in the database. Beware that this
will trigger the *autoflow*.
- ``$self->complete_early($message, $branch_code)`` is a variation of the
above that will replace the autoflow (branch 1) with a dataflow on the
branch given
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment