Skip to content

uc-apx create process

Insert a new process into a page. Today the only supported kind is plsql, which emits a type: executeCode process whose body lives in source { plsqlCode: ... }. Note that type: executeCode is the canonical MMD shape — the natural-sounding type: plsqlCode is rejected by apex validate --official.

uc-apx create process [command]
CommandDescription
close-dialogAdd a closeDialog process to a modal-dialog page
execute-codeAdd a PL/SQL execute-code process to a page (alias for plsql)
plsqlAdd a PL/SQL execute-code process to a page
FlagTypeDefaultDescription
--app-dirstring.Path to the APEX application directory
--json-prettyOutput in pretty-printed JSON (human-readable) instead of minified JSON
--toonOutput in TOON format (human-readable, token-efficient) instead of JSON