ffcpe-app-builder-actions
FFCPE App Builder actions (@adobe/ffcpe-custom-node-core, @adobe/ffcpe-custom-node-app-builder)
Use this skill when implementing or extending Workflow Builder custom actions in an Adobe App Builder (OpenWhisk) repo with @adobe/ffcpe-custom-node-core and @adobe/ffcpe-custom-node-app-builder.
For HTTP field-level contract details, see docs/custom-action-requests.md in this SDK repo. For consumer install and examples, see README.md. For package install, local linking, and security guidance, see ffcpe-custom-node-sdk. For catalog-entry.json and aio ffcpe catalog, use ffcpe-catalog-entry-json and aio-ffcpe-cli from adobe/aio-cli-plugin-ffcpe:
npx skills add adobe/aio-cli-plugin-ffcpe --all -y
Packages and peers
@adobe/ffcpe-custom-node-core— contract types,handleFfcpeSubmit/handleFfcpeStatus,runWorkerJob, input/output helpers, IMS inbound auth helpers.@adobe/ffcpe-custom-node-app-builder—mountFfcpeNodeRoutes,createFfcpeNodeWorker, AIOJobStore, OpenWhisk orchestrator,buildStatusUrl,createAioLogger.
Declare hono as a peer (your app chooses the version). Typical App Builder peers also include @adobe/aio-lib-state, @adobe/aio-lib-ims, @adobe/aio-lib-core-logging, and openwhisk — align versions with your template’s package.json.