com.evolveum.midpoint.wf
Class WfCore
java.lang.Object
com.evolveum.midpoint.wf.WfCore
@Component
public class WfCore
- extends Object
Core methods of the workflow module.
- Author:
- mederly
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WfCore
public WfCore()
processWorkflowMessage
public void processWorkflowMessage(ProcessEvent event,
Task task,
OperationResult result)
throws Exception
- Processes a message got from workflow engine - either synchronously (while waiting for
replies after sending - i.e. in a thread that requested the operation), or asynchronously
(directly from activiti2midpoint, in a separate thread).
- Parameters:
event
- an event got from workflow enginetask
- a task instance (should be as current as possible)result
-
- Throws:
Exception
registerWfProcessWrapper
public void registerWfProcessWrapper(ProcessWrapper starter)
Copyright © 2013 evolveum. All Rights Reserved.