Package org.flowable.task.api.history
Interface HistoricTaskLogEntryBuilder
public interface HistoricTaskLogEntryBuilder
Interface to create and add task log entry
- Author:
- martin.grofcik
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create()
executionId
(String executionId) getData()
getType()
processDefinitionId
(String processDefinitionId) processInstanceId
(String processInstanceId) scopeDefinitionId
(String scopeDefinitionId) subScopeId
(String subScopeId)
-
Method Details
-
taskId
-
type
-
timeStamp
-
userId
-
processInstanceId
-
processDefinitionId
-
executionId
-
scopeId
-
scopeDefinitionId
-
subScopeId
-
scopeType
-
tenantId
-
data
-
getType
String getType() -
getTaskId
String getTaskId() -
getTimeStamp
Date getTimeStamp() -
getUserId
String getUserId() -
getData
String getData() -
getExecutionId
String getExecutionId() -
getProcessInstanceId
String getProcessInstanceId() -
getProcessDefinitionId
String getProcessDefinitionId() -
getScopeId
String getScopeId() -
getScopeDefinitionId
String getScopeDefinitionId() -
getSubScopeId
String getSubScopeId() -
getScopeType
String getScopeType() -
getTenantId
String getTenantId() -
create
void create()
-