docs.wundaflow.com
  • Overview
  • Roadmap
  • Typical use-cases
  • Glossary
  • Core concepts
    • Workflows
    • Tasks
    • Workers
    • Triggers
    • Signals
    • Webhooks
    • Retry policies
    • Wallets
    • KV Store
  • API
    • API Methods
      • Execute a workflow
      • Pause a workflow
      • Resume a workflow
      • Cancel a workflow
      • Check workflow status
      • Poll for notifications
      • Generate a wallet address
      • Read from KV Store
      • Write to KV Store
    • Authentication
    • Connectors
    • Secrets
    • Errors
  • Token
    • Tokenomics
    • Reward pools
  • Wundaverse
    • Intro
    • Randomness
      • Verifiable Delay Function (VDF)
    • Blobbs NFT
    • WundaGames
      • Wundaflip
  • DISCLAIMER
Powered by GitBook
On this page
  1. Core concepts

Workers

We reference Workers within our documentation as a method of conveying the internal processes that execute your Workflows and Tasks. In general terms, you do not have to be concerned about how Workers operate and can therefore consider them essentially a 'black box'.

Security

Workers operate within a restricted Virtual Private Cloud. Worker instances do not have public IP addresses and cannot be accessed directly from the Internet or have direct outbound access.

Task Executions are sandboxed and cannot interfere with Task Executions attached to other Workflows.

PreviousTasksNextTriggers

Last updated 1 year ago