Discussion:
[jboss-user] [jBPM] - JBPM Designer - Task script box lose the format
Danilo Rizzo
2013-01-07 10:14:39 UTC
Permalink
Danilo Rizzo [https://community.jboss.org/people/drjbpm] created the discussion

"JBPM Designer - Task script box lose the format"

To view the discussion, visit: https://community.jboss.org/message/788704#788704

--------------------------------------------------------------
Hello All,

I started using guvnor+designer to build my process.
I noticed that for the task script the code format is lost as soon as Ok button is clicked.

- For example I added the following;
kcontext.setVariable("transactions",history.getValues());
System.out.println("Found " + history.getValues().size() + " transactions");
- Click Ok button
- now I see (without CR character):
kcontext.setVariable("transactions",history.getValues());System.out.println("Found " + history.getValues().size() + " transactions");

I think it's something related to the Ok button, becuase if I modify the xml file directly I'm able to reopen the script properly formatted.

Is somebody of you getting a similar scenario?

Thanks
Danilo
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/788704#788704]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Danilo Rizzo
2013-01-09 15:36:09 UTC
Permalink
Danilo Rizzo [https://community.jboss.org/people/drjbpm] created the discussion

"Re: JBPM Designer - Task script box lose the format"

To view the discussion, visit: https://community.jboss.org/message/789764#789764

--------------------------------------------------------------
nobody is getting the same issue? :|
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/789764#789764]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Tihomir Surdilovic
2013-01-18 22:04:38 UTC
Permalink
Tihomir Surdilovic [https://community.jboss.org/people/tsurdilovic] created the discussion

"Re: JBPM Designer - Task script box lose the format"

To view the discussion, visit: https://community.jboss.org/message/792870#792870

--------------------------------------------------------------
Resolved - https://issues.jboss.org/browse/JBPM-3898 https://issues.jboss.org/browse/JBPM-3898
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/792870#792870]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...