Package com.mendix.workflows
Interface WorkflowActivityDetails
-
public interface WorkflowActivityDetailsRepresents a workflow activity details.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCaption()Gets the caption of the workflow activity.java.util.UUIDgetId()Gets the workflow activity id.WorkflowActivityTypegetType()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
-
-