cancel
Showing results for 
Search instead for 
Did you mean: 

ESS - Configuration XML changes required?

Sharathmg
Active Contributor
0 Kudos

Dear all,

For an ESS Scenario, we have a webflow connector. Once the system is registered we obtain the configuration xml with latest leave workflow template 12300111.

We are facing some issue with workflow template in backend not recieveing data(Refer thread : )

Meanwhile, for the ESS leave request (under ESS - Working Time) to trigger the SAP workflow and send the data to workflow, should there be any modifications performed in the configuration XML?

Regards,

Sharath

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

yes if it's new Work Flow task you need to include in XML file and upload the XML configuration file with High as the priority.

See the below example:


</ItemType>
    <ItemType name="uwl.task.webflow.decision.TS98800150" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
      <ItemTypeCriteria systemId="SAP_R3_UWL" externalType="TS98800150" connector="WebFlowConnector"/>
      <Actions>
        <Action name="Approve" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no">
          <Properties>
            <Property name="decisionKey" value="1"/>
          </Properties>
          <Descriptions default="Approve"/>
        </Action>
        <Action name="Reject" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no">
          <Properties>
            <Property name="UserDecisionNote" value="mandatory"/>
            <Property name="decisionKey" value="2"/>
          </Properties>
          <Descriptions default="Reject"/>
        </Action>
      </Actions>
    </ItemType>

Regards

Vijay