Skip to main content
Version: 2.2.1

insertAssociation

This method allows performing:

  • The association between a Kanban task and a Workflow instance.

The user that authenticates themselves in this integration will be the creator of the events in the history of the related objects

To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\task\InsertAssociationRequestType.java
Returnweb\wwwroot\ws\java\task\InsertAssociationResponseType.java

Request:

ID #RequiredDescription
IdentificationXSoftExpert Kanban task ID #.
Association TypeXAssociation type, one of the three numbers in the options below:
1 - SoftExpert Workflow.
AssociationIdXID # of the instance of the object related to the chosen association type.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:task">
<soapenv:Header/>
<soapenv:Body>
<urn:insertAssociation>
<!--You may enter the following 3 items in any order-->
<urn:Identification>?</urn:Identification>
<urn:AssociationType>?</urn:AssociationType>
<urn:AssociationId>?</urn:AssociationId>
</urn:insertAssociation>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
StatusSUCCESS: Success, the record association occurred correctly
FAILURE: Failure, the record association was not performed
DetailSUCCESS: Item ID # associated.
FAILURE: Message indicating the reason for the failure.