FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEventServiceBus..::..hasWorkflowDefinitionMapped Method

Determines whether [has workflow definition mapped] [the specified s event definition identifier].

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool hasWorkflowDefinitionMapped(
	string sEventDefID,
	string sEventHandlerID,
	string sWorkflowDefID,
	string subscriberID
)
Public Function hasWorkflowDefinitionMapped ( _
	sEventDefID As String, _
	sEventHandlerID As String, _
	sWorkflowDefID As String, _
	subscriberID As String _
) As Boolean
public:
bool^ hasWorkflowDefinitionMapped(
	String^ sEventDefID, 
	String^ sEventHandlerID, 
	String^ sWorkflowDefID, 
	String^ subscriberID
)

Parameters

sEventDefID
Type: String
The s event definition identifier.
sEventHandlerID
Type: String
The s event handler identifier.
sWorkflowDefID
Type: String
The s workflow definition identifier.
subscriberID
Type: String
The subscriber identifier.

Return Value

true if [has workflow definition mapped] [the specified s event definition identifier]; otherwise, false.