Workflow Related Operations

19.4.3.2 WF_AbortWorkflowByAssetCode

DESCRIPTION: Allows an authenticated user to abort a certain T-workflow (ID) by its Asset Code.
This operation is useful to, for example, manage federated assets imported from the current site onto an external site (the requester).

INPUT

  • _user: Login name of the executor.
  • _pwd: Password of the executor.
  • _instanceClass: Id of the T-workflow to be aborted.
  • _idAsset: ID of the target asset.

input_WF_AbortWorkflowByAssetCode

OUTPUT 

<string xmlns="http://www.etere.eu/EtereWSApi"><?xml version="1.0" encoding="utf-8"?> <WSApiResponse> <Function Name="WF_AbortWorkflow"> <Result Code="0" Description="Success"/> </Function> </WSApiResponse> </string> <string xmlns="http://www.etere.eu/EtereWSApi"><?xml version="1.0" encoding="utf-8"?> <WSApiResponse> <Function Name="WF_AbortWorkflow"> <Result Code="0" Description="Success"/> </Function> </WSApiResponse> </string>

output_WF_AbortWorkflowByAssetCode