Skip to Content
Menu
This question has been flagged

Hello Everyone, 

I have to try to get a one by one value using index and update the stage in states but i have cross only first stage so can how to get next stage and respectively. 

my python for loop code below :

for res in status_list:    
print"res", res
self.workflow_stages = res
if res:
self.workflow_stages = res
for index, item in enumerate(status_list):
print "test::", index
index_init = index
print"index_init:::", index_init
next = index_init + 1
print "next", next
return True

Thanks in Advanced.

  

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
liep. 19
8283
0
liep. 19
1128
1
saus. 22
28577
1
birž. 18
15050
1
kov. 18
3995