Questions tagged [osworkflow]

OSWorkflow is a very simple and easy to implement workflow implementation.

9 questions
5
votes
4 answers

Experience with Drools Flow and/or OSWorkflow?

I'm looking for a straightforward Java workflow engine that: can handle both automated and manual (GUI-based) steps within a workflow supports long-running, asynchronous tasks provides support for restarting workflows in the event of a server…
A-G
  • 305
  • 4
  • 12
2
votes
0 answers

Integrating OSworkflow with Spring and Hibernate

How can I integrate OSworkflow with spring and hibernate.What are the configuration i need to specify in xml files and which jar files are requires for it. Update I have defined the applicationContext.xml as follows
praba
  • 1,074
  • 3
  • 17
  • 38
1
vote
1 answer

Not able to end the workflow when thread stops

I am just not able to figure out the cause of this issue. Problem : 1) I am using a Thread.Sleep function to set the timer for my application. 2) Now as soon as user enter the webPage the timer starts, if user clicks any link the timer(thread) is…
Ashish
  • 735
  • 1
  • 6
  • 15
1
vote
0 answers

Daily workflow management using Quartz

I want to execute a workflow on a daily basis. The workflow for today will not start until the workflow for the previous day is complete. The workflow for a day has a bunch of tasks that execute in parallel at different timings (crons). Once these…
Venk K
  • 1,157
  • 5
  • 14
  • 25
1
vote
0 answers

OSWorklow integration with spring

I am facing issue while adding the bean id named SessionFactory while configuring osworkflow-spring.xml file. What i understood from the issue is mismatch between spring and hibernate dependency.
Ashish
  • 735
  • 1
  • 6
  • 15
1
vote
1 answer

Is it possible to create a WorkFlow in OSworkflow dynamically?

Is it possible to create workflows dynamically? I need to generate a WF dynamically. Is it possible for me to generate the example.layout.xml dynamically without using the designer.I need this in java.Is there any runtime designing method so that i…
praba
  • 1,074
  • 3
  • 17
  • 38
0
votes
1 answer

Unable to use workflow using osworkflow.jar in jira 8.18.0

We have developed a plugin in jira and We are using osworkflow to define our own custom workflow. Our plugin works within jira and when i try to initialize workflow, We are getting this error in jira.log Caesium-1-3 ERROR…
Shiv
  • 199
  • 5
  • 16
0
votes
2 answers

OSWORKFLOW integration with spring

I am trying to initialize workflow with spring. For that i have added workflow_2.8.2.jar and as for my workflow descriptor i am simply using my localhost to store its dtd. Now, when i am trying to initialize workflow it gives me an error which seen…
Ashish
  • 735
  • 1
  • 6
  • 15
0
votes
1 answer

location of com.opensymphony.workflow.loader.SpringWorkflowFactory?

Does anyone know what jar contains the com.opensymphony.workflow.loader.SpringWorkflowFactory class file? I've already looked for it in the osworkflow.jar, but could not find it.
cometta
  • 35,071
  • 77
  • 215
  • 324