Package | Description |
---|---|
com.unica.publicapi.plan.api |
Modifier and Type | Method and Description |
---|---|
void |
IPlanAPI.transitionProjectStateByCode(IExecutionContext context,
java.lang.String code,
ProjectStateEnum stateEnum)
Deprecated.
|
void |
IPlanAPI.transitionWorkflowTaskStateByName(IExecutionContext context,
java.lang.String projectCode,
java.lang.String taskName,
TaskStateEnum taskStateEnum)
Deprecated.
use
transitionWorkflowTaskStateByHandle
Finds the workflow task that has the specified project code and task name and
transitions its state to the new state. |