Navigation:  Integration via SOAP web services > Published web services > Workflow >

newAccessException

Previous  Top  Next

This method adds one or more workflow viewing access exceptions To use it, it is necessary to follow the standard documented below:

 

Java class

Request

web\wwwroot\ws\java\workflow\NewAccessExceptionRequestType.java

Return

web\wwwroot\ws\java\workflow\NewAccessExceptionResponseType.java

 

Request structure

<newAccessException>

 <WorkflowID>?</WorkflowID>

 <AccessExceptionList>

         <!--1 or more repetitions:-->

         <AccessException>

            <UserID>?</UserID>

         </AccessException>

 </AccessExceptionList>

</newAccessException>

 

Response structure

<Status>?</Status>

<Code>?</Code>

<Detail>?</Detail>

<RecordDetailList>

 <!--1 or more repetitions:-->

 <RecordDetail>

    <Status>?</Status>

    <Code>?</Code>

    <Detail>?</Detail>

    <RecordKey>?</RecordKey>

 </RecordDetail>

</RecordDetailList>

 

Request

ID #

Required

Description

WorkflowID

X

Instance ID #

UserID

 

User ID

 

Return

ID #

Description

Status

Method execution status. Its value may be:

SUCCESS: Method executed successfully

FAILURE: An error occurred during the method execution

Code

Method return code

Detail

Method return detail

RecordKey

Record code added