OOTB workflow customisation | Community
Skip to main content
AdobeID24
Level 5
October 28, 2019
Solved

OOTB workflow customisation

  • October 28, 2019
  • 3 replies
  • 3592 views

1) What can be the best way : chnaging or customising  the OOTB workflow (I dont think so its good idea )

OR overlay the whole workflow in our project and customised it ?

Please provide any link which can describe how in a project we can overlay the OOTB workflow and customise it according to the requirement

2)suppose in system console i found the bundle related to my java code (workflow and all) everything is inside bundle ....i know i can download gthe bundle and with jd-gui compiler i can see java code but for customisation i have to download the actual java files so from where i can get that ?

so taht i can change the workflow services java code and all and built it and again redeploy taht bundle with my changes .

please sugest ...I am new to workflow ....

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Hamid1350

overlays and customization are usually done under /apps with the same structure ... see best practices Workflow Best Practices

Also check this sample which can help you to understand when creating custom workflow how pieces are structured and what goes where ... Adobe Experience Manager Help | Creating an Adobe Experience Manager 6.4 custom workflow step that uses the MessageGatew…

3 replies

Adobe Employee
October 28, 2019

Check the following document where you can see how to create workflow models or edit existing workflow models:

Creating Workflow Models

AdobeID24
AdobeID24Author
Level 5
October 28, 2019

hey actually for esting purpose i have created the workflow and process steps and all ....editing the workflow is also i know ....but what i want that how in real time project we can overlay any workflow ?

suppose any workflow which is in etc how to overlay means in which location apps ?

and start adding if any extra process steps i wanna add and service i written ?

2nd question suppose any OOTB workflow has one one process step (more clealry if i say its one java service ) if i want to add some extra code (feature) then how to get all the code of that pacakge ...so that i can import in eclipse or somewhwere ad chnage OOTB workflow process.

Hamid1350Adobe EmployeeAccepted solution
Adobe Employee
October 28, 2019

overlays and customization are usually done under /apps with the same structure ... see best practices Workflow Best Practices

Also check this sample which can help you to understand when creating custom workflow how pieces are structured and what goes where ... Adobe Experience Manager Help | Creating an Adobe Experience Manager 6.4 custom workflow step that uses the MessageGatew…