Organization scope
Members, agents, tools, workflows, credentials, and runs belong to an explicit organizational workspace.
Security and governance
Taskmesh is designed around explicit permissions, review boundaries, stable releases, and inspectable execution—not trust in an opaque agent.
Governance model
Responsible automation starts with clear boundaries. Taskmesh keeps organizational access, workflow publication, credentials, and runtime decisions within explicit scopes.
Members, agents, tools, workflows, credentials, and runs belong to an explicit organizational workspace.
Authoring, testing, publishing, execution, approval, and source viewing can remain separate responsibilities.
Workflows use configured connections without exposing stored secrets as ordinary workflow data.
Human approval
A human task can stop a workflow at a deliberate checkpoint, present relevant context to an authorized reviewer, and continue only with the selected response.
Show the reviewer the decision, supporting data, and available options.
Require the decision from a user with the appropriate organizational access.
Associate the response and resulting path with the workflow run.
Auditability
Taskmesh keeps the workflow version, node path, step results, approval context, and execution status together so operators can understand the complete run.
Execution isolation
The Python tool is designed for pure computation. Source revisions are pinned at publication and executed in an isolated gVisor sandbox.
Integration boundary
Taskmesh integrations communicate with external business platforms through their published APIs. Workflows, scripts, and background jobs do not connect directly to an external platform’s database.
Select which API actions are available instead of granting broad, undefined access.
Keep authentication configuration outside ordinary workflow definitions and inputs.
Associate tool execution with the organization, workflow version, and run that requested it.
See how workflow composition, stable publishing, and run inspection work together.