-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1f8e58
commit 6958ece
Showing
12 changed files
with
167 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
exclude_paths: | ||
- 'tests/**' | ||
- 'docs/conf.py' | ||
- 'docs/source/conf.py' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,7 @@ | |
configuration | ||
running | ||
tutorial | ||
processes | ||
package | ||
changes | ||
appendix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
.. package | ||
************************* | ||
Application Package (CWL) | ||
************************* | ||
|
||
.. todo:: demo docs | ||
|
||
Based on `Common Workflow Language <CWL>`_ (CWL) `specification <cwl-spec>`_. | ||
|
||
|
||
|
||
.. _CWL: https://www.commonwl.org/ | ||
.. _cwl_spec: https://www.commonwl.org/#Specification | ||
|
||
|
||
Typical CWL Package Definition | ||
=========================================== | ||
|
||
.. todo:: CommandLineTool | ||
|
||
Correspondance between CWL and WPS fields | ||
=========================================== | ||
|
||
.. todo:: demo docs | ||
|
||
|
||
Correspondance between CWL and WPS fields | ||
=========================================== | ||
|
||
Input / Outputs | ||
----------------------- | ||
|
||
.. todo:: mapping with 'id' | ||
.. todo:: CWL Lit. <-> WPS Literal | ||
.. todo:: CWL File <-> WPS Complex | ||
|
||
File Format | ||
----------------------- | ||
|
||
.. todo:: demo docs | ||
|
||
Allowed Values | ||
----------------------- | ||
|
||
|
||
.. todo:: cwl enum vs allowed/supported WPS | ||
|
||
|
||
Multiple Values | ||
----------------------- | ||
|
||
.. todo:: minOccurs/maxOccurs + array + WPS repeats IDs vs CWL as list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
.. _processes: | ||
|
||
********** | ||
Processes | ||
********** | ||
|
||
Type of Processes | ||
===================== | ||
|
||
- Builtin | ||
- WPS-1/2 | ||
- WPS-3 (WPS-REST) | ||
- ESGF-CWT | ||
- Workflow | ||
- Remote Provider | ||
|
||
|
||
|
||
|
||
Managing processes included in Weaver ADES/EMS | ||
================================================== | ||
|
||
Following steps represent the typical steps applied to deploy a process, execute it and retrieve the results. | ||
|
||
Register a new process (Deploy) | ||
----------------------------------------- | ||
|
||
.. todo:: complete demo docs | ||
|
||
|
||
Access registered process(es) (GetCapabilities, DescribeProcess) | ||
------------------------------------------------------------------------ | ||
|
||
.. todo:: complete demo docs, stuff about process visibility | ||
|
||
|
||
Execution of a process (Execute, Job) | ||
--------------------------------------------------------------------- | ||
|
||
.. todo:: | ||
|
||
Monitoring of a process (GetStatus) | ||
--------------------------------------------------------------------- | ||
|
||
.. todo:: | ||
|
||
Obtaining output results, logs or errors (GetStatus) | ||
--------------------------------------------------------------------- | ||
|
||
.. todo:: | ||
|
||
|
||
|
||
Special Weaver EMS use-cases | ||
================================================== | ||
|
||
OpenSearch data source | ||
-------------------------------------- | ||
|
||
.. todo:: EOImage with AOI/TOI/CollectionId for OpenSearch | ||
|
||
Workflow (Chaining Step Processes) | ||
-------------------------------------- | ||
|
||
.. todo:: reference IDs of steps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters