Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/_images/workflow-connections.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. _mcp-file-location-sink-configuration:

Configuration
-------------

This step is used for saving a file to the local disk outside the workflow directory.
This step uses a *http://physiomeproject.org/workflow/1.0/rdf-schema#file_location* to define the location where the file is saved.
To set the location to save the file to use the *...* button to open a file chooser dialog.
The *File* input is used to hold the relative path from the workflow to the output file location.

.. _fig-mcp-file-location-sink-configure-dialog:

.. figure:: _images/step-configuration-dialog.png
:alt: Step configure dialog

*File Location Sink* step configuration dialog.
42 changes: 15 additions & 27 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,35 +1,23 @@
MAP Client Plugin - File Location Sink
======================================
File Location Sink
==================

The **File Location Sink** is MAP Client plugin for saving a file to a location outside the workflow.

.. _fig-mcp-file-location-sink-un-configured-step:

.. figure:: _images/un-configured-step.png
:alt: Un-configured step icon

An un-configured *File Location Sink* step icon.
Overview
--------

Configure
---------

This step is used for saving a file to the local disk outside the workflow directory.
This step uses a *http://physiomeproject.org/workflow/1.0/rdf-schema#file_location* to define the location where the file is saved.
To set the location to save the file to use the *...* button to open a file chooser dialog.
The *File* input is used to hold the relative path from the workflow to the output file location.

.. _fig-mcp-file-location-sink-configure-dialog:
The **File Location Sink** is MAP Client plugin for saving a file to a location outside the workflow.

.. figure:: _images/step-configuration-dialog.png
:alt: Step configure dialog
Specification
-------------

*File Location Sink* step configuration dialog.
Information on this plugins' specification is available :ref:`here <mcp-file-location-sink-specification>`.

Ports
-----
Configuration
-------------

This plugin:
Information on this plugins' configuration is available :ref:`here <mcp-file-location-sink-configuration>`.

* **uses**:
Instructions
------------

* *http://physiomeproject.org/workflow/1.0/rdf-schema#file_location*
This is a non-interactive step.
See `Configuration`_.
10 changes: 10 additions & 0 deletions docs/specification.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _mcp-file-location-sink-specification:

Ports
-----

This plugin:

uses:

* *http://physiomeproject.org/workflow/1.0/rdf-schema#file_location*