The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This
            input is made available to the new workflow execution in the WorkflowExecutionStarted history event.
             
            
Constraints:
 Declaration Syntax
 Declaration Syntax| C# | 
public string Input { get; set; }