deWorkflowInstance..::..generateModelExecutionTaskGraphic Method (String%, String%, Boolean, Font, Color, Font, Color)
generate a execution view with only tasks steps
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool generateModelExecutionTaskGraphic( ref string imageFileOutputPath, ref string imageMap, bool noTurns, Font oLabelFont, Color oLabelColor, Font oReturnFont, Color oReturnColor )
Parameters
- imageFileOutputPath
- Type: String%
path to the output file
- imageMap
- Type: String%
stores the generated image map
- noTurns
- Type: Boolean
perform turns
- oLabelFont
- Type: Font
font for the step labels
- oLabelColor
- Type: Color
color for the step labels
- oReturnFont
- Type: Font
font for the link labels
- oReturnColor
- Type: Color
color for the link lables