Package com.mendix.workflows
Interface WorkflowActivityDetails
-
public interface WorkflowActivityDetails
Represents a workflow activity details.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCaption()
Gets the caption of the workflow activity.java.util.UUID
getId()
Gets the workflow activity id.WorkflowActivityType
getType()
Returns the workflow activity type.
-
-
-
Method Detail
-
getId
java.util.UUID getId()
Gets the workflow activity id.- Returns:
- the workflow activity id
-
getCaption
java.lang.String getCaption()
Gets the caption of the workflow activity.- Returns:
- the caption of the workflow activity.
-
getType
WorkflowActivityType getType()
Returns the workflow activity type.- Returns:
- the state
WorkflowActivityType
-
-