Skip to content
Snippets Groups Projects
Commit 3e656ce4 authored by Ivan Kondov's avatar Ivan Kondov
Browse files

corrected the workflow listing

parent bdd6f33a
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,10 @@ subdivisions. The firetasks of one firework
- are executed strictly one after another in the order of their specification;
- share the same job working directory and the files in it.
Here is a short example of a workflow, demonstration the use of the
Here is a short example for a workflow demonstrating the usage of the
``PythonFunctionTask``::
fws:
- fw_id: 1
name: Grind coffee
spec:
......@@ -72,7 +73,10 @@ Here is a short example of a workflow, demonstration the use of the
name: Simple coffee workflow
Open a text editor, such as ``vi``, ``nano``, ``gedit`` or ``emacs``, and save the
example above as **workflow.yaml**.
example above as **workflow.yaml**. To convert to JSON you can use the following
command::
yaml2json < workflow.yaml > workflow.json
Add fireworks to LaunchPad
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment