GetPainterInfo()

This code sample describes the default values of the GetPainterInfo() script. This is the information that the Workflow Designer needs to know about the step type.

	Function Dynamic GetPainterInfo( \
		Object prgCtx, \
		Record step, \
		Dynamic context = Undefined )
			Dynamic retVal
				if ( IsDefined( context ) )
			retVal = context.ID
		end
		return( retVal )
	end