Click or drag to resize

IDRARestServerWorkflowEventCreate Method

Creates a Workflow Process event

Namespace:  NetIQ.DRA.RestServiceLibrary
Assembly:  NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/workflows/events/post")]
Stream WorkflowEventCreate(
	string workflowEventName,
	DictionaryData workflowParameters,
	DictionaryData encryptedWorkflowParameters,
	ConnectionParameters connectionParameters
)

Parameters

workflowEventName
Type: SystemString
The name of workflow event
workflowParameters
Type: DictionaryData
Additional name/value pairs to include in the XML Data attribute of the event. Either use workflowParameters or parameters
encryptedWorkflowParameters
Type: DictionaryData
Name/value pairs to include in the XML Data attribute of the event. These values will be encrypted when placed in the VarSet.
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a specify DRA server and Assistant Admin credentials

Return Value

Type: Stream
A WorkflowEventCreateResponse object containing the operation results
See Also