Class ExecutionContext
java.lang.Object
de.aristaflow.ilm.model.execution.ExecutionContext
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription@NotNull @Valid QualifiedAgent@Valid Enquiry@NotNull @Valid ActivityDataContainer@NotNull @Valid ExecutableBusinessProcessInstanceThis will only benullwhen callingActivityStartingWebService.getExecutionContext(de.aristaflow.ilm.base.sessionmanagement.SessionToken, de.aristaflow.ilm.model.processmodel.EbpInstanceReference)andActivityStartingWebService.getExecutionContexts(de.aristaflow.ilm.base.sessionmanagement.SessionToken, java.util.Collection, Integer).@Valid Enquiry@NotNull BooleanIn case ofActivityStartingWebService.getExecutionContext(de.aristaflow.ilm.base.sessionmanagement.SessionToken, de.aristaflow.ilm.model.processmodel.EbpInstanceReference)andActivityStartingWebService.getExecutionContexts(de.aristaflow.ilm.base.sessionmanagement.SessionToken, java.util.Collection, Integer)this represents whether the activity has been started (is running or suspended instead of selected or activated). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
agent
-
ebpInstance
-
dataContainer
-
execMode
This will only benullwhen callingActivityStartingWebService.getExecutionContext(de.aristaflow.ilm.base.sessionmanagement.SessionToken, de.aristaflow.ilm.model.processmodel.EbpInstanceReference)andActivityStartingWebService.getExecutionContexts(de.aristaflow.ilm.base.sessionmanagement.SessionToken, java.util.Collection, Integer). -
resumed
In case ofActivityStartingWebService.getExecutionContext(de.aristaflow.ilm.base.sessionmanagement.SessionToken, de.aristaflow.ilm.model.processmodel.EbpInstanceReference)andActivityStartingWebService.getExecutionContexts(de.aristaflow.ilm.base.sessionmanagement.SessionToken, java.util.Collection, Integer)this represents whether the activity has been started (is running or suspended instead of selected or activated). -
currentEnq
-
repliedEnq
-
userAttributes
-
-
Constructor Details
-
ExecutionContext
public ExecutionContext()
-