Forum Discussion
kentonvk
8 years agoIdeator I
From the innovator admin wiki.
Your request should look like the following:
<!-- SOAP_ACTION = EvaluateActivity, ApplyAML, or ApplyItem --> <AML> <Item type="Activity" action="EvaluateActivity"> <Activity>{Activity ID}</Activity> <ActivityAssignment>{Assignment ID}</ActivityAssignment> <Paths> <Path id="{ID of the chosen Path}">{Name of the chosen Path}</Path> </Paths> <DelegateTo>{Either '0' or the ID of the user to delegate to.}</DelegateTo> <Tasks> <Task id="{ID of the task}" completed="{'0' or '1' indicating if the task was completed}"></Task> </Tasks> <Variables> <Variable id="{ID of the variable}">{Value of the variable}</Variable> </Variables> <Authentication mode="{Type of authentication (e.g. e-signature)}">{Password for the type of authentication}</Authentication> <Comments>{Comments}</Comments> <Complete>{'0' or '1' indicating if the activity is complete}</Complete> </Item> </AML>It looks like the Task ID cannot be placed within the task tag, but in an attribute on that tag.