Annotation Type WidService
-
@Documented public @interface WidService
Defines an annotated class that is of type Service. Used for WorkItemHandler implmenentations to define values for the Service configuration. Can be used to auto-generate stand-alone Service applets.
-
-
Element Detail
-
category
String category
- Default:
- ""
-
-
-
description
String description
- Default:
- ""
-
-
-
keywords
String keywords
- Default:
- ""
-
-
-
trigger
WidTrigger trigger
- Default:
- @org.jbpm.process.workitem.core.util.service.WidTrigger
-
-
-
action
WidAction action
- Default:
- @org.jbpm.process.workitem.core.util.service.WidAction
-
-
-
authinfo
WidAuth authinfo
- Default:
- @org.jbpm.process.workitem.core.util.service.WidAuth
-
-