Package de.xima.fc.interfaces.workflow
Interface ITaskUuidProviding
- All Known Subinterfaces:
IElementWithTask<TElement>
- All Known Implementing Classes:
ElementKey,ElementWithTask,FlowchartSelection,NodeKey,NodeWithTask,TriggerKey,TriggerWithTask
public interface ITaskUuidProviding
Interface for workflow elements that have got a UUID to identify the parent task.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getTaskUuid
- Returns:
- The UUID that identifies the task to which the workflow element belongs.
-