Package org.flowable.engine.impl.bpmn.webservice
package org.flowable.engine.impl.bpmn.webservice
-
ClassDescriptionAn Interface defines a set of operations that are implemented by services external to the process.Represents an implementation of a
BpmnInterface
Implementation of the BPMN 2.0 'message'An implicit data input association between a source and a target. source is a variable in the current execution context and target is a property in the messageAn implicit data output association between a source and a target. source is a property in the message and target is a variable in the current execution contextAn instance of aMessageDefinition
An Operation is part of anBpmnInterface
and it defines Messages that are consumed and (optionally) produced when the Operation is called.Represents an implementation of aOperation