SANE Workflows

Contents:

  • Getting Started
    • SANE Workflows
      • Overview
      • Use Case and Alternatives
      • Install
      • Quickstart
        • Python Usage
        • JSON Usage
        • Creating a workflow
        • Running a workflow
  • Tutorial
    • Structure
      • Python Interfacing
        • Preface
        • Orchestrator
        • Hosts
        • Actions
        • Running
        • Extending the workflow
      • JSON Interface
        • Preface
        • Orchestrator
        • Hosts
        • Actions
        • Running
        • Extending the workflow
      • Advanced Topics
        • Attribute Dereferencing
        • Custom Classes
        • Advanced Customization
  • User Guide
    • Running Workflows
      • Runner
      • Paths
      • Selecting Actions
      • Execution
      • Results
      • Saves
      • Advanced Usage
        • Specific Host
        • View Graph
        • Verbose
        • Debug
        • Virtual Relaunch
    • Writing Workflows
    • Best Practices
      • Dry Runs
      • Modular Testing
        • Single Responsibility Action
        • Helper Scripts
      • Workflow Layout
        • Module conficts
        • Out-of-source injection
        • Sync Actions
      • Custom Classes
        • Inheritance
        • JSON support
        • pre/post launch/run
  • Reference
    • CLI
    • JSON
    • API
      • Orchestrator
        • register()
        • Orchestrator
      • Action
        • DependencyType
        • ActionState
        • ActionStatus
        • Action
      • Host
        • Host
      • Environment
        • Environment
      • Resources
        • Resource
        • AcquirableResource
        • ResourceRequestor
        • ResourceProvider
        • NonLocalProvider
        • ResourceMapper
      • OptionLoader
        • OptionLoader
      • Helpers
        • recursive_update()
SANE Workflows
  • Reference
  • API
  • View page source

API

  • Orchestrator
    • register()
    • Orchestrator
  • Action
    • DependencyType
    • ActionState
    • ActionStatus
    • Action
  • Host
    • Host
  • Environment
    • Environment
  • Resources
    • Resource
    • AcquirableResource
    • ResourceRequestor
    • ResourceProvider
    • NonLocalProvider
    • ResourceMapper
  • OptionLoader
    • OptionLoader
  • Helpers
    • recursive_update()
Previous Next

© Copyright 2025, islas.

Built with Sphinx using a theme provided by Read the Docs.