WorkFlow
The following operations are supported. For a formal definition, please review the Service Description.
-
CanLeaveExternalStage
Can leave external stage -
GetObjectLinkedWF
Get Workflow Linked to an object -
GetObjectWiseRoutingDetails
Getting the routing related informations. -
GetRoutingDetails
Get Workflow Routing Details -
GetSchema
Get Schema for Workflow Operations -
GetSchemaRoutingMessages
Get Schema Routing messages -
GetSchemaRoutingMessagesBulk
Get Schema Routing messages bulk -
GetSchemaWFRoutingMessages
Get Schema Routing messages for single and bulk -
GetSchemaWFRunStageResources
Get Schema for Workflow stage resources by ObjectID single and bulk -
GetSentItems
Getting the Sent items. -
GetUserWiseStageInfo
Get user wise stage Details -
GetWFRunStageResources
Get Workflow stage resources by ObjectID single and bulk -
GetWorkflowProperties
Get the properties of a Workflow -
GetWFResources
MessageName="Get_x0020_Workflow_x0020_Resources"
Get Workflow Resources. -
GetWFResources
MessageName="Get_x0020_Workflow_x0020_Resources_x0020_against_x0020_an_x0020_object"
Get Workflow Resources against an object. -
GetRoutingMessages
MessageName="Get_x0020_Workflow_x0020_routing_x0020_messages"
Get Workflow routing messages. -
GetRoutingMessages
MessageName="Get_x0020_Workflow_x0020_routing_x0020_messages_x0020_bulk"
Get Workflow routing messages bulk. -
GetWFRoutingMessages
MessageName="Get_x0020_Workflow_x0020_routing_x0020_messages_x0020_for_x0020_single_x0020_and_x0020_bulk"
Get Workflow routing messages for single and bulk. -
IsActiveUser
Get whether a user is active in a WF -
IsRobosAvailable
Check the availability of any Robo(s) and collect the RobosId(s) if available -
IsRobosAvailable_Bulk
Check the availability of any Robo(s) and collect the RobosId(s) if available for bulk operation -
WFAlertAfterPlanFinish
MessageName="Process_x0020_Workflow_x0020_Plan_x0020_alert_x0020_mails_x0020_after_x0020_plan_x0020_finish"
Process Workflow Plan alert mails. -
WFAlertBeforePlanFinish
MessageName="Process_x0020_Workflow_x0020_Plan_x0020_alert_x0020_mails_x0020_before_x0020_plan_x0020_finish"
Process Workflow Plan alert mails. -
ValidateWFProcess
Validate Workflow operation. -
WFProcess
Process the WF operation. -
WFProcessBulk
Process the WF operation(Bulk).
This web service does not conform to WS-I Basic Profile v1.1.
Please examine each of the normative statement violations below. Follow the recommendations to remedy it, or add setting to the <webServices> config section to turn off BP 1.1 conformance warnings for the entire vroot.
To turn off BP 1.1 conformance warnings for the entire vroot remove the 'BP1.1' value from the <conformanceWarnings> section of the configuration file of your application:
<configuration>
<system.web>
<webServices>
<conformanceWarnings>
<remove name='BasicProfile1_1'/>
</conformanceWarnings>
</webServices>
</system.web>
</configuration>
R2304: Operation name overloading in a wsdl:portType is disallowed by the Profile. A wsdl:portType in a DESCRIPTION MUST have operations with distinct values for their name attributes. Note that this requirement applies only to the wsdl:operations within a given wsdl:portType. A wsdl:portType may have wsdl:operations with names that are the same as those found in other wsdl:portTypes.
- Operation 'GetWFResources' on portType 'WorkFlowSoap' from namespace 'http://www.wrenchsolutions.com/'.
- Operation 'GetRoutingMessages' on portType 'WorkFlowSoap' from namespace 'http://www.wrenchsolutions.com/'.
Recommendation: To make service conformant please make sure that all web methods belonging to the same binding have unique names.
For more details on Basic Profile Version 1.1, see the Basic Profile Specification.