Adds a step to the specified workflow definition.

Syntax

Visual Basic (declaration)
Public Function AddFlowStepDef( _ 
ByVal AuthenticationTicket as String, _ ByVal DomainName as String, _ ByVal FlowName as String, _ ByVal StepName as String) as XmlNode

C# (declaration)
public XmlNode AddFlowStepDef( 
string AuthenticationTicket, string DomainName, string FlowName, string StepName)

Parameters

AuthenticationTicket
    string infoRouter ticket
DomainName
    string The domain/library name
FlowName
    string The name of the workflow
StepName
    string The name of the step.

Return Value

returns xml fragment.
<response success="true" error="">
if success = "true", the step has been created successfully.
if success = "false", the error attribute returns the error description.

Remarks

The caller must be a library manager or system administrator