This section guides you through accsyn Workflows.
Workflows are a common term for advanced automisations within accsyn, that require some degree of engineering knowledge - in particular within scripting and Python.
In general, workflows cover these main topics:
The accsyn Python API; Being API first, all you can do within an accsyn GUI can be done through the API, in fact all internal communication within accsyn is API driven.
Hooks; Have scripts run on your server on specific events (BYOS only)
Publish; Setup a publishing workflow, facilitating ingestion of remote work into your production pipeline (BYOS only)
Rendering/compute; Use accsyn for heave compute processing, such as 3D image rendering, 2D compositing render, GPU processing (ML) or any custom resource intensive calculation that needs to run in the background (BYOS only)
Learn how to programatically launch and manage file transfers.
Learn the accsyn job JSON format, for use with the Python API and workflows in general.
Note: this workflow are currently only available for BYOS Workspaces.
Configure scripts to be run by accsyn on events such as job submit and job done.
Note: this workflow are currently only available for BYOS Workspaces.
Enable controlled validation and ingest of data into your production pipeline.
Note: this workflow are currently only available for BYOS Workspaces.
Setup a render farm driven by highly configurable Python scripted engines, multi-site enabled.