FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..generateModelExecutionTaskGraphic Method (String%, String%, Boolean)

generate a execution view with only tasks steps

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

Syntax


public bool generateModelExecutionTaskGraphic(
	ref string imageFileOutputPath,
	ref string imageMap,
	bool noTurns
)
Public Function generateModelExecutionTaskGraphic ( _
	ByRef imageFileOutputPath As String, _
	ByRef imageMap As String, _
	noTurns As Boolean _
) As Boolean
public:
bool^ generateModelExecutionTaskGraphic(
	String^% imageFileOutputPath, 
	String^% imageMap, 
	bool^ noTurns
)

Parameters

imageFileOutputPath
Type: String%
path to the output file
imageMap
Type: String%
stores the generated image map
noTurns
Type: Boolean
perform turns

Return Value

true if XXXX, false otherwise.