Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi guys,
I want to create my custom process step with the use of osgi annotations instead of scr annotations. I used like this but it's not working:
@Component(service = MyClass.class,
property = {
Constants.SERVICE_DESCRIPTION + "=Custom Process Step",
"process.label = MyCustomWorkflow"
})
Can anyone help me for this?
Solved! Go to Solution.
I got this answer. For showing the value of process step in drop down we have to use annotation like this:
@Component(immediate = true, property = { "process.label=Generate CustomUUID", })
View solution in original post
Views
Like
Replies
Likes