:orphan:
.. _remoteaccess:
Remote Access
-------------
Flyte provides multiple ways of creating, registering, and inspecting Flyte backend
entities. The main entities include Flyte tasks, workflows, launchplans, as well as
their associated execution entities (for more details, see :ref:`divedeep`). This section
of the user guide covers the different ways that you can programmatically control these
entities to perform operations like registering tasks, workflows, and launchplans, or
inspecting and debugging tasks/workflows that are running on a remote backend.
.. raw:: html
.. raw:: html
.. only:: html
.. image:: /auto/remote_access/images/thumb/sphx_glr_register_project_thumb.png
:alt: Creating a New Project
:ref:`sphx_glr_auto_remote_access_register_project.py`
.. raw:: html
Creating a New Project
.. raw:: html
.. only:: html
.. image:: /auto/remote_access/images/thumb/sphx_glr_remote_task_thumb.png
:alt: Running a Task
:ref:`sphx_glr_auto_remote_access_remote_task.py`
.. raw:: html
Running a Task
.. raw:: html
.. only:: html
.. image:: /auto/remote_access/images/thumb/sphx_glr_remote_workflow_thumb.png
:alt: Running a Workflow
:ref:`sphx_glr_auto_remote_access_remote_workflow.py`
.. raw:: html
Running a Workflow
.. raw:: html
.. only:: html
.. image:: /auto/remote_access/images/thumb/sphx_glr_remote_launchplan_thumb.png
:alt: Running a Launchplan
:ref:`sphx_glr_auto_remote_access_remote_launchplan.py`
.. raw:: html
Running a Launchplan
.. raw:: html
.. only:: html
.. image:: /auto/remote_access/images/thumb/sphx_glr_inspecting_executions_thumb.png
:alt: Inspecting Workflow and Task Executions
:ref:`sphx_glr_auto_remote_access_inspecting_executions.py`
.. raw:: html
Inspecting Workflow and Task Executions
.. raw:: html
.. only:: html
.. image:: /auto/remote_access/images/thumb/sphx_glr_debugging_workflows_tasks_thumb.png
:alt: Debugging Workflow and Task Executions
:ref:`sphx_glr_auto_remote_access_debugging_workflows_tasks.py`
.. raw:: html
Debugging Workflow and Task Executions
.. raw:: html
.. toctree::
:hidden:
/auto/remote_access/register_project
/auto/remote_access/remote_task
/auto/remote_access/remote_workflow
/auto/remote_access/remote_launchplan
/auto/remote_access/inspecting_executions
/auto/remote_access/debugging_workflows_tasks
.. only:: html
.. container:: sphx-glr-footer sphx-glr-footer-gallery
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: remote_access_python.zip `
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: remote_access_jupyter.zip `
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery