Extract java code

1
0
-1

Is there any way to extract the entire code that makes a .bos file?

1 answer

1
0
-1

No, but you can from the diagram.

This is for 7.2.3

You have to look for a sequence of XML as follows:

        <connectors xmi:type="process:Connector" xmi:id="???" name="???" definitionId="scripting-groovy" event="ON_ENTER" ignoreErrors="true" definitionVersion="1.0.2">
          <configuration xmi:type="connectorconfiguration:ConnectorConfiguration" xmi:id="???" definitionId="scripting-groovy" version="1.0.2" modelVersion="6.4.0-005">
            <parameters xmi:type="connectorconfiguration:ConnectorParameter" xmi:id="???" key="script">
              <expression xmi:type="expression:Expression" xmi:id="???" name="???" content="

where CONTENT is the java code (right at the end...)

regards
Seán

PS: If this reply answers your question, please mark as resolved.

Comments

Submitted by kristi.dalipaj on Mon, 07/04/2016 - 09:24

Where can i find this xml code, on what file?

Submitted by Sean McP on Tue, 07/05/2016 - 07:02

Under folder diagrams, I think as I'm not at my main computer, search for a process name you know and you'll find it.

Regards

Submitted by Sean McP on Tue, 07/05/2016 - 07:02

Under folder diagrams, I think as I'm not at my main computer, search for a process name you know and you'll find it.

Regards

Notifications