Studio & Workflow Tools

Get Workflow

Returns a JSON representation of the workflow currently executing on the GPAL service, useful for debugging and diagnostics.

NOTE

Primarily an OttoMagic/debugging feature; no Puppeteer-side equivalent.

Examples

MagicHelper: MagicHelper utility library

string workflow = GPAL.MagicHelper.GetWorkflow();

REST Client: Direct REST/HTTP client

GPAL.OttoMagicClient.GetWorkflow().Execute();

💬 Ask GPAL