FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..createTask Method

Creates the task.

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

Syntax


public bool createTask(
	string instanceID,
	string figureID,
	int iterationNumber,
	string taskName,
	string taskBody,
	string taskAssingedTo,
	bool waitForAll,
	ref string taskID,
	string sRoutedItem,
	string renderURL,
	Nullable<DateTime> taskDueDate,
	string taskPriority,
	string taskChoices
)
Public Function createTask ( _
	instanceID As String, _
	figureID As String, _
	iterationNumber As Integer, _
	taskName As String, _
	taskBody As String, _
	taskAssingedTo As String, _
	waitForAll As Boolean, _
	ByRef taskID As String, _
	sRoutedItem As String, _
	renderURL As String, _
	taskDueDate As Nullable(Of DateTime), _
	taskPriority As String, _
	taskChoices As String _
) As Boolean
public:
bool^ createTask(
	String^ instanceID, 
	String^ figureID, 
	int^ iterationNumber, 
	String^ taskName, 
	String^ taskBody, 
	String^ taskAssingedTo, 
	bool^ waitForAll, 
	String^% taskID, 
	String^ sRoutedItem, 
	String^ renderURL, 
	Nullable<DateTime^> taskDueDate, 
	String^ taskPriority, 
	String^ taskChoices
)

Parameters

instanceID
Type: String
The instance identifier.
figureID
Type: String
The figure identifier.
iterationNumber
Type: Int32
The iteration number.
taskName
Type: String
Name of the task.
taskBody
Type: String
The task body.
taskAssingedTo
Type: String
The task assinged to.
waitForAll
Type: Boolean
if set to true [wait for all].
taskID
Type: String%
The task identifier.
sRoutedItem
Type: String
The s routed item.
renderURL
Type: String
The render URL.
taskDueDate
Type: Nullable<(Of <(<'DateTime>)>)>
The task due date.
taskPriority
Type: String
The task priority.
taskChoices
Type: String
The task choices.

Return Value

true if XXXX, false otherwise.