Skip to content

Commit

Permalink
Update docs/source/intro/tutorial.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Leopold Talirz <leopold.talirz@gmail.com>
  • Loading branch information
mbercx and ltalirz committed Oct 26, 2020
1 parent 7b31fad commit a4b71a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/intro/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ Depending on which step the workflow is running, you should get something like t
We can see that the ``MultiplyAddWorkChain`` is currently waiting for its *child process*, the ``ArithmeticAddCalculation``, to finish.
Check the process list again for *all* processes (You should know how by now!).
After about half a minute, all the processes should be in the ``Finished`` state.
You can also see a nice overview of the processes called by the work chain with the ``verdi process status`` command:
The ``verdi process status`` command prints a *hierarchical* overview of the processes called by the work chain:

.. code-block:: console
Expand Down

0 comments on commit a4b71a2

Please sign in to comment.