cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for a developper to enhance activiti (payed)

dmill
Champ in-the-making
Champ in-the-making
Hello devs,

I don't know if this is condoned or not in this forum but if I shouldn't post this here feel free to let me know and I'll remove what I can.
We're currently using the activiti-rest and activiti-explorer webapps in tomcat7 and would like to add some properties to shell commands (or a child event with these properties).

The idea is to only run the shell task if cpu and ram usages are at or bellow the defined threshold. If not just wait until the threshold is met (increments of x seconds).

it could look something along the lines of :


<serviceTask id="shellEcho" activiti:type="shell" >
  <extensionElements>
    <activiti:field name="cpu" intValue="50" /> // only run if cpu at or under 50% usage
    <activiti:field name="ram" intValue="50" /> // same for ram
    <activiti:field name="command" stringValue="cmd" />
    <activiti:field name="arg1" stringValue="/c" />
    <activiti:field name="arg2" stringValue="echo" />
    <activiti:field name="arg3" stringValue="EchoTest" />
    <activiti:field name="wait" stringValue="true" />
    <activiti:field name="outputVariable" stringValue="resultVar" />
  </extensionElements>
</serviceTask>


or any other variation you may like so long as it can be defined in the process xml using variables ${var}

This is payed work, price is to be defined. If there are any people interested please let me know.

Best,
Dylan.


1 REPLY 1

hari
Star Contributor
Star Contributor
Hi Dylan,

We would like to know more details. Please drop an email at srihari.a@techsophy.com.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.