[magnolia-dev] [JIRA] (MGNLWORKFLOW-330) scheduleTask should create a task if not existing

2016-07-19 Thread JIRA (on behalf of Jan Haderka)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jan Haderka updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Workflow Module /  MGNLWORKFLOW-330 
 
 
 
  scheduleTask should create a task if not existing  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jan Haderka 
 
 
 

Fix Version/s:
 
 5.5.2 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (MGNLWORKFLOW-330) scheduleTask should create a task if not existing

2016-04-11 Thread on behalf of Michael Mühlebach
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Mühlebach updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Workflow Module /  MGNLWORKFLOW-330 
 
 
 
  scheduleTask should create a task if not existing  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Mühlebach 
 
 
 

Sprint:
 
 Basel 39 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.12#64027-sha1:e3691cc) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (MGNLWORKFLOW-330) scheduleTask should create a task if not existing

2016-04-11 Thread on behalf of Michael Mühlebach
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Mühlebach updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Workflow Module /  MGNLWORKFLOW-330 
 
 
 
  scheduleTask should create a task if not existing  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Mühlebach 
 
 
 

Story Points:
 
 2 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.12#64027-sha1:e3691cc) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (MGNLWORKFLOW-330) scheduleTask should create a task if not existing

2016-04-07 Thread on behalf of Michael Mühlebach
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Mühlebach updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Workflow Module /  MGNLWORKFLOW-330 
 
 
 
  scheduleTask should create a task if not existing  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Mühlebach 
 
 
 

Sprint:
 
 Basel 39 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.12#64027-sha1:e3691cc) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (MGNLWORKFLOW-330) scheduleTask should create a task if not existing

2016-03-31 Thread JIRA (on behalf of Richard Gange)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Richard Gange updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Workflow Module /  MGNLWORKFLOW-330 
 
 
 
  scheduleTask should create a task if not existing  
 
 
 
 
 
 
 
 
 

Change By:
 
 Richard Gange 
 
 
 
 
 
 
 
 
 
 {{ScheduleTaskWorkItemHandler}} should create a task if no task exists yet. Customers want to be able to configure the publish task instead of reviewForPublication so that they can have the benefit of scheduling without the need for human review. However, if you remove the review step then no task is ever created so {{ScheduleTaskWorkItemHandler}} throws a null pointer when trying to access the taskId. {noformat}2016-03-31 13:40:59,592 ERROR lia.module.workflow.commands.LaunchWorkflowCommand: Error launching workflow [Publication].info.magnolia.module.workflow.api.WorkflowException: Error starting workflow. at info.magnolia.module.workflow.jbpm.JbpmWorkflowManager.launch(JbpmWorkflowManager.java:81) at info.magnolia.module.workflow.commands.LaunchWorkflowCommand.execute(LaunchWorkflowCommand.java:72) at info.magnolia.commands.MgnlCommand.executeSynchronized(MgnlCommand.java:80) at info.magnolia.commands.MgnlCommand.execute(MgnlCommand.java:69) at info.magnolia.commands.chain.ChainBase.execute(ChainBase.java:101) at info.magnolia.commands.DelegateCommand.execute(DelegateCommand.java:66) at info.magnolia.commands.CommandsManager.executeCommand(CommandsManager.java:256) at info.magnolia.commands.CommandsManager.executeCommand(CommandsManager.java:244) at info.magnolia.ui.framework.action.AbstractCommandAction.executeOnItem(AbstractCommandAction.java:202) at info.magnolia.ui.framework.action.AbstractMultiItemAction.execute(AbstractMultiItemAction.java:107) at info.magnolia.ui.api.action.AbstractActionExecutor.execute(AbstractActionExecutor.java:62) at info.magnolia.ui.dialog.BaseDialogPresenter.executeAction(BaseDialogPresenter.java:212) at info.magnolia.ui.dialog.BaseDialogPresenter.onActionFired(BaseDialogPresenter.java:202) at info.magnolia.ui.dialog.actionarea.renderer.DefaultEditorActionRenderer$DefaultActionView$1.buttonClick(DefaultEditorActionRenderer.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:508) at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:198) at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:161) at com.vaadin.server.AbstractClientConnector.fireEvent(AbstractClientConnector.java:977) at com.vaadin.ui.Button.fireClick(Button.java:393) at com.vaadin.ui.Button$1.click(Button.java:61) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:168) at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:118) at com.vaadin.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:291) at 

[magnolia-dev] [JIRA] (MGNLWORKFLOW-330) scheduleTask should create a task if not existing

2016-03-31 Thread JIRA (on behalf of Richard Gange)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Richard Gange updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Workflow Module /  MGNLWORKFLOW-330 
 
 
 
  scheduleTask should create a task if not existing  
 
 
 
 
 
 
 
 
 

Change By:
 
 Richard Gange 
 
 
 

Support Score:
 
 
 
 
 

Account:
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.12#64027-sha1:e3691cc) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (MGNLWORKFLOW-330) scheduleTask should create a task if not existing

2016-03-31 Thread JIRA (on behalf of Richard Gange)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Richard Gange created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Workflow Module /  MGNLWORKFLOW-330 
 
 
 
  scheduleTask should create a task if not existing  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 5.5.1 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 31/Mar/16 6:43 PM 
 
 
 

Fix Versions:
 

 5.5.2 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Richard Gange 
 
 
 
 
 
 
 
 
 
 
ScheduleTaskWorkItemHandler should create a task if no task exists yet. Customers want to be able to configure the publish task instead of reviewForPublication so that they can have the benefit of scheduling without the need for human review.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
   

[magnolia-dev] [JIRA] (MGNLWORKFLOW-330) scheduleTask should create a task if not existing

2016-03-31 Thread JIRA (on behalf of Richard Gange)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Richard Gange updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia Workflow Module /  MGNLWORKFLOW-330 
 
 
 
  scheduleTask should create a task if not existing  
 
 
 
 
 
 
 
 
 

Change By:
 
 Richard Gange 
 
 
 
 
 
 
 
 
 
 {{ScheduleTaskWorkItemHandler}} should create a task if no task exists yet. Customers want to be able to configure the publish task instead of reviewForPublication so that they can have the benefit of scheduling without the need for human review.    However, if you remove the review step then no task is ever created so {{ScheduleTaskWorkItemHandler}} throws a null pointer when trying to access the taskId. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.12#64027-sha1:e3691cc) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: