-
- All Implemented Interfaces:
-
io.holunda.camunda.taskpool.api.process.instance.ProcessInstanceCommand
public final class StartProcessInstanceCommand implements ProcessInstanceCommand
Informs about a process instance started in the engine.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringprocessInstanceIdprivate final SourceReferencesourceReferenceprivate final StringbusinessKeyprivate final StringstartUserIdprivate final StringsuperInstanceIdprivate final StringstartActivityId
-
Constructor Summary
Constructors Constructor Description StartProcessInstanceCommand(String processInstanceId, SourceReference sourceReference, String businessKey, String startUserId, String superInstanceId, String startActivityId)
-
Method Summary
Modifier and Type Method Description StringgetProcessInstanceId()SourceReferencegetSourceReference()final StringgetBusinessKey()the business key of the process instance final StringgetStartUserId()the id of the user that started the process instance final StringgetSuperInstanceId()the id of the super case instance final StringgetStartActivityId()id of the activity which started the process instance -
-
Method Detail
-
getProcessInstanceId
String getProcessInstanceId()
-
getSourceReference
SourceReference getSourceReference()
-
getBusinessKey
final String getBusinessKey()
the business key of the process instance
-
getStartUserId
final String getStartUserId()
the id of the user that started the process instance
-
getSuperInstanceId
final String getSuperInstanceId()
the id of the super case instance
-
getStartActivityId
final String getStartActivityId()
id of the activity which started the process instance
-
-
-
-