Interface WorkflowInterface
- All Superinterfaces:
ConfigurableItemIF,IdentifierAble,Serializable
- All Known Implementing Classes:
WorkflowRunner
Register your class with this interface to have it available in the workflow.
Anyway your class should implement a derived interface of this interface.
- Version:
- 11.1.1
- Author:
- jmback
-
Method Summary
Methods inherited from interface de.mid.innovator.m2msdk.model.transformation.interfaces.ConfigurableItemIF
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getItem, getKnownParameters, getName, getParentItem, getParentItem, setBaseItem, setConfigurationContext, setConfigurationTag, setParentMethods inherited from interface de.mid.innovator.m2msdk.util.IdentifierAble
getId, setId
-
Method Details
-
run
Execute the workflow.- Parameters:
iSession- session- Throws:
M2MException
-