Class ProcessModifyConversationTask

java.lang.Object
com.flowable.platform.tasks.bpmn.AbstractProcessTask
com.flowable.engage.task.bpmn.ProcessModifyConversationTask
All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate

public class ProcessModifyConversationTask
extends com.flowable.platform.tasks.bpmn.AbstractProcessTask
A process service task supporting the modification of an existing conversation.
Author:
Micha Kiener
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected EngageConversationService engageConversationService  
  • Constructor Summary

    Constructors 
    Constructor Description
    ProcessModifyConversationTask​(EngageConversationService engageConversationService)  
  • Method Summary

    Modifier and Type Method Description
    void executeTask​(org.flowable.engine.delegate.DelegateExecution delegateExecution, java.util.Map<java.lang.String,​java.util.List<org.flowable.bpmn.model.ExtensionElement>> extensionElements)  

    Methods inherited from class com.flowable.platform.tasks.bpmn.AbstractProcessTask

    execute, getBooleanExtensionElementValue, getExtensionElements, getExtensionElementValue, getStringExtensionElementValue, setAuthenticatedUser

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait