public interface ModuleActivity
Marker interface that all modules should use when adding activities to Broadleaf workflows. This is used for logging to the user on startup that a module has modified a particular workflow and the final ordering of the configured workflow. This logging is necessary for users that might be unaware of all of the activities that different modules could be injecting into their workflows, since it's possible they they might want to change the ordering of their particular activities as well.
When writing a module activity, the ordering should be configured in the 100 range (3100, 3200, etc) so that users who use your module can configure custom activities in-between framework and module activities.
Modifier and Type | Method and Description |
---|---|
String |
getModuleName()
The name of the module that this activity came from (for instance: 'inventory')
|
String getModuleName()
Copyright © 2014. All rights reserved.