Module io.automatiko.engine.api
Interface WorkflowProcess
- All Superinterfaces:
NodeContainer,Process,Serializable
A WorkflowProcess is a type of Process that uses a flow chart (as a
collection of Nodes and Connections) to model the business logic.
-
Field Summary
FieldsFields inherited from interface io.automatiko.engine.api.definition.process.Process
FUNCTION_FLOW_TYPE, FUNCTION_TYPE, WORKFLOW_TYPE -
Method Summary
Methods inherited from interface io.automatiko.engine.api.definition.process.NodeContainer
getNode, getNodesMethods inherited from interface io.automatiko.engine.api.definition.process.Process
getId, getMetaData, getName, getPackageName, getResource, getType, getVersion, setResource
-
Field Details
-
PUBLIC_VISIBILITY
- See Also:
-
PRIVATE_VISIBILITY
- See Also:
-
NONE_VISIBILITY
- See Also:
-
-
Method Details
-
getVisibility
String getVisibility() -
getNodesRecursively
-