Studio & Workflow Tools

Get Workflow

Retrieve the currently running workflow definition as JSON.

Retrieve the currently running workflow definition as JSON.

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

TIP

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();