workflow-development
Installation
SKILL.md
Workflow Development (Cloud Service)
Beta Skill: This skill is in beta and under active development. Results should be reviewed carefully before use in production. Report issues at https://github.com/adobe/skills/issues
Implement custom workflow components for AEM Cloud Service: WorkflowProcess, ParticipantStepChooser, OSGi registration, metadata handling, and error patterns.
Variant Scope
- AEM Cloud Service only.
- Use OSGi DS R6 annotations (
org.osgi.service.component.annotations.*). Do not use Felix SCR. - Bundle goes into the
ui.appscontent package and is deployed via Cloud Manager pipeline.