Ant Organisation Ltd documentation

WorkflowScriptProcessor.ExecuteCommand Method 

Executes a command, and returns the results as a string

protected override string ExecuteCommand(
   string command,
   ArrayList parameters,
   IDictionary context,
   XmlDocument instance
);

Parameters

command
String representing a command
parameters
parameters to the command
context
Context to use for content entry work
instance
Instance which represents the case of the workflow instance

Return Value

Result of the command

See Also

WorkflowScriptProcessor Class | Ant.Workflow Namespace