Package com.mendix.workflows
Interface WorkflowActivityDetails
public interface WorkflowActivityDetails
Represents the details of a workflow activity instance.
-
Method Details
-
getId
UUID getId()Returns the ID of the workflow activity instance.- Returns:
- the workflow activity ID
-
getCaption
String getCaption()Returns the caption of the workflow activity instance.- Returns:
- the caption
-
getType
WorkflowActivityType getType()Returns the type of the workflow activity instance.- Returns:
- the activity type
-