Package io.graphenee.jbpm.embedded.flow
Interface GxFlowUserTaskForm.GxUserTaskAssigner
-
- Enclosing class:
- GxFlowUserTaskForm<T>
public static interface GxFlowUserTaskForm.GxUserTaskAssigner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidassign(Collection<GxAssignee> assignees)voidcancel()voiderror(Throwable t)
-
-
-
Method Detail
-
assign
void assign(Collection<GxAssignee> assignees)
-
cancel
void cancel()
-
error
void error(Throwable t)
-
-