public final class ActivationUtil extends Object
Modifier and Type | Method and Description |
---|---|
static void |
deactivateGoal(long processInstanceId,
String name,
ExecutionContext agent,
boolean force)
Deactivates given goal if not null and if it can be deactivated.
|
static void |
reactivateGoal(long processInstanceId,
String name,
ExecutionContext agent,
boolean force)
Reactivates given goal if not null and if it can be activated.
|
public static void reactivateGoal(long processInstanceId, String name, ExecutionContext agent, boolean force)
processInstanceId
- name
- agent
- force
- if true then the activation command is issued ignoring the goal statepublic static void deactivateGoal(long processInstanceId, String name, ExecutionContext agent, boolean force)
processInstanceId
- name
- agent
- force
- if true then the activation command is issued ignoring the goal stateCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.