FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..closeAllOpenTasks Method (String, String, String)

closes all open tasks for the instance, step and iteration

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

Syntax


public bool closeAllOpenTasks(
	string sStepID,
	string sIteration,
	string sComment
)
Public Function closeAllOpenTasks ( _
	sStepID As String, _
	sIteration As String, _
	sComment As String _
) As Boolean
public:
bool^ closeAllOpenTasks(
	String^ sStepID, 
	String^ sIteration, 
	String^ sComment
)

Parameters

sStepID
Type: String
step id
sIteration
Type: String
iteration number
sComment
Type: String
comment for the tasks

Return Value

true if XXXX, false otherwise.