Interface WorkFlow
-
- All Superinterfaces:
Work
- All Known Implementing Classes:
ConditionalFlow,ParallelFlow,RepeatFlow,SequentialFlow
public interface WorkFlow extends Work
Interface to define a flow of work units. A workflow is also a work, this is what makes workflows composable.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkFlowPropertiesMetadatagetProperties()voidsetProperties(WorkFlowPropertiesMetadata properties)
-
-
-
Method Detail
-
getProperties
WorkFlowPropertiesMetadata getProperties()
-
setProperties
void setProperties(WorkFlowPropertiesMetadata properties)
-
-