Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

Version 1 Nächste Version anzeigen »

Die performWorkflowForGUID Operation führt im System definierte Workflows (Arbeitsschritte) aus.

Request Struktur

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.eforms.jaxfront.com/">
   <soapenv:Header>
      <ws:token>?</ws:token>
   </soapenv:Header>
   <soapenv:Body>
      <ws:performWorkflow>
         <uuid>?</uuid>
         <formId>?</formId>
         <workflowDefinition>
		 	<workflowId>?</workflowId>
			<commitComment>?</commitComment>
		 </workflowDefinition>
         <xml>?</xml>
         <mode>?</mode>
      </ws:performWorkflow>
   </soapenv:Body>
</soapenv:Envelope>
ElementDefaultBeschreibungDatentyp
token
Zugangsschlüssel zur AuthentisierungString
guid
GUIDInteger
formId
Formular IDString
workflowDefinition/workflowId
Workflow IDString
workflowDefinition/commitCommentnullKommentar für die Quittierung.String, optional
xmlnullXML-Inhalt der Formular-Instanz für die Speicherung im SystemString/CDATA, optional
mode"onlyAvailable"Bind-Modus, welcher bestimmt ob nur vorhandene XML-Knoten gespeichert werden ("onlyAvailable") oder alle übermittelte ("full")String ["full","onlyAvailable"],optional


Response Struktur

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns2:performWorkflowResponse xmlns:ns2="http://ws.eforms.jaxfront.com/">
         <info>
            <message>?</message>
            <successState>?</successState>
         </info>
      </ns2:performWorkflowResponse>
   </S:Body>
</S:Envelope>
ElementBeschreibung
messageMeldung

successState

Neu gesetzter Status auf der Formular-Instanz durch den Workflow
  • Keine Stichwörter