Issue Type: Task Task
Assignee: Brian Fitzpatrick
Components: component-bpm, tooling
Created: 20/Jun/13 6:53 AM
Description:

SWITCHYARD-1484 introduced the ability to specify an implementation of a UserGroupCallback on our BPM component.

The class must implement this interface:
org.kie.internal.task.api.UserGroupCallback

An example of the userGroupCallback XML element is below:

<implementation.bpm>
    <userGroupCallback class="com.example.MyUserGroupCallbackImpl">
        <properties>
            <property name="foo" value="bar"/>
        </properties>
    </userGroupCallback>
</implementation.bpm>

The element itself is optional, as is the class attribute, and the runtime will default to a org.switchyard.component.bpm.runtime.BPMUserGroupCallback.
The properties element is optional, as are it's children (and is our standard properties that we support elsewhere).

Schema diff is here: http://goo.gl/uVdQE

Fix Versions: 1.0
Project: SwitchYard
Priority: Major Major
Reporter: David Ward
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira