Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grk2450-fireworks-tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ivan Kondov
grk2450-fireworks-tutorial
Commits
3e656ce4
Commit
3e656ce4
authored
7 years ago
by
Ivan Kondov
Browse files
Options
Downloads
Patches
Plain Diff
corrected the workflow listing
parent
bdd6f33a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/basics.rst
+6
-2
6 additions, 2 deletions
docs/basics.rst
with
6 additions
and
2 deletions
docs/basics.rst
+
6
−
2
View file @
3e656ce4
...
...
@@ -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
o
f a workflow
,
demonstrati
o
n the use of the
Here is a short example f
or
a workflow demonstratin
g
the us
ag
e 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment