Skip to content

Roadmap

  • Workflow execution with Postgres persistence.
  • Workflow requests queued by Postgres.
  • Step execution within workflow (sync) with Postgres persistence.
  • Step retry on failure
  • Procedure to making code changes in production to avoid intepreter issues.
  • Template + enum parameter for operator forms (recipe parameters for a given workflow).
  • Refactor exchange.workflows.db to conform with Exchange code standard
  • True async step execution (workflow execution is already async)
  • Child-workflow orchestration relationships
  • Debounce workflows
  • Scheduled workflow
  • Confirm external executors are functional
  • Publish to Ignition Exchange

Documentation

  • Zensical project documentation
  • More examples of usage
  • More detailed API usage
  • Add perspective pages screenshots

Code Examples

  • Command handling (HOLD, RESUME, STOP, RESET).
  • How to use templates