JAMS Developer Guide
AskQuestion Class
Members 


MVPSI.JAMS.Activities Namespace : AskQuestion Class
The AskQuestion activity is used to halt an executing workflow until a response is provided. This activity sends the question to the JAMS Scheduler which displays the question in the "Monitor" view. Anyone with "Manage" access to the job can respond to the question using the Monitor view's detail window.
Object Model
AskQuestion Class
Syntax
'Declaration
 
<System.Windows.Markup.ContentPropertyAttribute("Body")>
<System.Drawing.ToolboxBitmapAttribute()>
Public NotInheritable Class AskQuestion 
   Inherits JAMSNativeActivity
   Implements ISupportCommands 
'Usage
 
Dim instance As AskQuestion
[System.Windows.Markup.ContentProperty("Body")]
[System.Drawing.ToolboxBitmap()]
public sealed class AskQuestion : JAMSNativeActivity, ISupportCommands  
Inheritance Hierarchy

System.Object
   System.Activities.Activity
      System.Activities.NativeActivity
         MVPSI.JAMS.Activities.JAMSNativeActivity
            MVPSI.JAMS.Activities.AskQuestion

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AskQuestion Members
MVPSI.JAMS.Activities Namespace