Package com.mendix.workflows
Interface WorkflowActivityDetails
public interface WorkflowActivityDetails
Represents a workflow activity details.
-
Method Details
-
getId
UUID getId()Gets the workflow activity id.- Returns:
- the workflow activity id
-
getCaption
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
-