تخطَّ إلى المحتوى

workflows

هذا المحتوى غير متوفر بلغتك بعد.

Trigger-action workflow automation with event-driven flows and scheduling. Pro plugin.

Requires: Basic license tier or higher. nself license set nself_pro_...

Terminal window
nself license set nself_pro_xxxxx...
nself plugin install workflows

Enables trigger-action workflow automation without writing code. Define conditional logic, connect services with event-driven flows, and schedule automated tasks across your ɳSelf stack. Supports branching conditions, parallel steps, and secret injection for third-party service credentials.

Env VarDefaultDescription
WORKFLOWS_PORT3712Workflows service port
WORKFLOWS_MAX_CONCURRENT10Maximum simultaneously executing workflow runs
PortPurpose
3712Workflows REST API

9 tables added to your Postgres database:

  • np_workflows_definitions: workflow definitions
  • np_workflows_triggers: trigger configurations
  • np_workflows_actions: action step definitions
  • np_workflows_conditions: conditional logic rules
  • np_workflows_runs: workflow execution runs
  • np_workflows_steps: individual step execution records
  • np_workflows_logs: execution log entries
  • np_workflows_schedules: cron and time-based schedules
  • np_workflows_secrets: encrypted secrets for workflow actions
RouteTarget
/workflows/Workflows API