Interface IElementWithTask<TElement>
- Type Parameters:
TElement
- Type of the workflow element wrapped.
- All Superinterfaces:
ITaskUuidProviding
,Serializable
- All Known Implementing Classes:
ElementWithTask
,FlowchartSelection
,NodeWithTask
,TriggerWithTask
Represents a workflow element together with the
WorkflowTask
to which it belongs.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getElement
- Returns:
- The instance of the wrapped workflow element.
-
getTaskUuid
- Specified by:
getTaskUuid
in interfaceITaskUuidProviding
- Returns:
- The UUID that identifies the task to which the workflow element belongs.
-