Ralf Peters Posted June 7, 2016 Posted June 7, 2016 Hi, we have development requests , after being assigned to a developer , requires them to estimate the time it will take to complete the task , before the business process continues. if it is over a certain number of hours it needs to be authorised by X otherwise Y can approve the hours, and we are happy to create another human task/authorisation against that user . So we have created a human task ( call it "add estimate" ) with options of completed - not completed and prompt the User to put the estimate time into the time spend capture of the task . what we cannot work out is how we can refer to the entered time spend ( the estimate) in a decision node , if it is possible at all ?? Any ideas ? Thanks Ralf
Victor Posted June 8, 2016 Posted June 8, 2016 Interesting idea, quite sure you can't pass this information to be used by another node further down the line in the BP. Perhaps our developers can have a look and see if they can implement this functionality in a future release. How you can achieve this now, thinking that you said if the estimated hours are less than "N hours" it will be approved by X if greater the approved by Y, perhaps an alternative would be to have 2 outcomes like this: "Estimate > N" and "Estimate < N" Then branch your BP based on these outcomes?
Ralf Peters Posted June 8, 2016 Author Posted June 8, 2016 Hi Victor, thanks for the reply , we thought that would be the answer so we are doing something similar like you are proposing . Thanks Ralf
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now