Data-flo Docs
  • About Data-flo
    • Data-flo Major Update in April 2024
      • Migrating your workflows into the latest version of Data-flo
        • Streamlined adaptors
        • Deprecated adaptors
        • New and retained adaptors
    • Change Log
    • Privacy and Terms of Service
    • Open source software used by Data-flo
  • Data-flo Basics
    • Account
    • Navigation
    • Terminology
    • Interface Icons
    • Data-flo's building blocks: Adaptors
      • Using adaptors to import data
      • Using adaptors to process data
      • Using adaptors to export data
    • Combining adaptors to create workflows
      • Creating a workflow
        • Building a workflow from scratch
        • Cloning an existing workflow
        • Importing a .dataflo file
      • Testing your workflows
      • Running your workflows
      • Accessing your workflows
  • Adaptor reference guide
    • add-column
    • add-jittering
    • add-value-to-dictionary
    • aggregate-rows
    • append-datatables
    • append-lists
    • append-to-list
    • apply-force-directed-layout
    • calculate-column
    • calculate-time-difference
    • change-column-case
    • compare-columns
    • concatenate-columns
    • concatenate-text
    • convert-date-to-text
    • convert-list-to-datatable
    • convert-text-to-datatable
    • convert-text-to-list
    • create-dictionary-from-datatable
    • create-google-drive-folder
    • create-graph-from-datatable
    • create-graph-from-dot
    • create-list-from-datatable
    • create-text-from-template
    • duplicate-column
    • export-file-to-google-drive
    • export-file-to-smb-share
    • export-graph-to-dot-file
    • export-text-to-file
    • export-to-csv-file
    • export-to-dbf-file
    • export-to-google-sheet
    • export-to-microreact-project
    • export-to-sqlite-file
    • filter-list
    • filter-rows
    • find-value-in-dictionary
    • find-value-in-list
    • format-date-column
    • format-time-column
    • geocoding
    • import-file-from-dropbox
    • import-file-from-figshare
    • import-file-from-google-drive
    • import-file-from-http-request
    • import-file-from-s3
    • import-file-from-smb-share
    • import-file-from-url
    • import-from-csv-file
    • import-from-dbf-file
    • import-from-epicollect-project
    • import-from-excel-file
    • import-from-google-sheet
    • import-from-json-file
    • import-from-microreact-project
    • import-from-mysql
    • import-from-oracle
    • import-from-postgres
    • import-from-spreadsheet-file
    • import-from-sql-server
    • import-from-sqlite
    • import-list-from-text-file
    • import-text-from-file
    • join-datatables
    • list-datatable-columns
    • list-newick-leaf-labels
    • map-column-values
    • prepend-to-list
    • query-datatable
    • remove-columns
    • remove-duplicate-list-values
    • remove-duplicate-rows
    • rename-columns
    • rename-newick-leaf-labels
    • replace-blank-values
    • replace-values-in-columns
    • replace-values-in-list
    • replace-values-in-text
    • reshape-long-to-wide
    • reshape-wide-to-long
    • reverse-geocoding
    • run-openai-model
    • run-replicate-model
    • run-workflow
    • sample-datatable
    • select-columns
    • select-list-values
    • select-rows
    • send-email-message
    • sort-datatable
    • sort-list
    • split-column
    • split-geographical-coordinates
    • split-list
    • summarise-datatable
    • transform-columns
    • workflow-repeater
  • Applying Data-flo
    • Basics in Minutes!
      • Quick Workflow
        • Step 1: Configure a solo adapter to view data.
        • Step 2: Add and link a second adaptor.
        • Step 3: Add a value.
        • Step 4: Complete the workflow.
        • Step 5: Run the workflow.
        • Step 6: Share the workflow.
  • API
    • Data-flo API
    • API Access Tokens
  • Support
    • Contact and Feedback
    • Private Installations
Powered by GitBook
On this page
  • Accessing saved/ completed workflows
  • Sharing a workflow
  1. Data-flo Basics
  2. Combining adaptors to create workflows

Accessing your workflows

PreviousRunning your workflowsNextAdaptor reference guide

Last updated 1 year ago

Accessing saved/ completed workflows

The homepage is where you can access all your saved workflows as well as workflows shared with you. You can sort and group the workflows by Name, Date Created, Date Updated and Access Role.

You can also find a specific saved or shared workflows using the search bar and typing in the name of the workflow.

Sharing a workflow

Workflows can be shared with other users in a few different ways - it comes down to how much access you want to give the other user(s) to your saved work. Workflows are shared by typing in the email addresses of the users you want to grant access.

  1. Giving a user Runner permissions means they will only be able to see the run page. This means they can upload files as workflow inputs and receive workflow output files, but they will not be able to see any of the adaptors used or the canvas. Use this option if you will retain control of the backend processes and simply want users to be able to see the relevant outputs of the workflow.

  2. Viewer permission has all the privileges of runners but also have the ability to clone a workflow. This means they will be able to see the backend canvas, all the adaptors, and any embedded files but the workflow will not be linked to the original one. Any edits they make are not reflected in the original workflow.

  3. Editors have all the privileges of viewers but can open the canvas and see the backend processes and adaptors of the workflow. They will be able to make changes to the adaptors, inputs, descriptions, etc. that are created and programmed in the canvas.

  4. Managers have all the privileges of editors but can also set sharing and access permissions for the workflow. They can also remove access from users, including the workflow creator, so be thoughtful in who you give manager permissions!

Tip: Managers, editors and viewers are able to download the workflow as a .dataflo file. This will allow users with the .dataflo download to upload it to their accounts and see the canvas, all adaptors and all embedded files. If you have passwords or tokens, make sure you mark them as secret.

My Account page
A screenshot of the My Workflows page in Data-flo. The page consists of tiles representing each workflow and details who created the workflow, the date it was created and last updated.  The page also has a side bar menu with options for filtering the workflows by owner, deleting workflows, or returning to the My Account page.