Hi Team,
i have written custom workflow and started building the code.
but while building cod i am getting error like below
Class com.btr.bck.workflow.core.wfprocess.customWorkFlow is not assignable to specified service com.adobe.granite.workflow.exec.Workflow
[ERROR] Error(s) found in bundle configuration
Any suggestion to solve this
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @manikanthar1295!
Could you please share the source code of your custom workflow?
Without that it's quite hard to give advice.
A first shot into the dark:
Views
Replies
Total Likes
Hi @manikanthar1295!
Could you please share the source code of your custom workflow?
Without that it's quite hard to give advice.
A first shot into the dark:
Views
Replies
Total Likes
Hi markus_bulla_adobe,
Thanks for your quick response.
I found root cause for the issue
instead of service = WorkflowProcess.class I have user service Workflow.class.
I have corrected now its building
Views
Replies
Total Likes
Views
Likes
Replies