viewflow-rest icon indicating copy to clipboard operation
viewflow-rest copied to clipboard

provide restful django viewflow.

Results 1 viewflow-rest issues
Sort by recently updated
recently updated
newest added

please check this line : https://github.com/ramwin/viewflow-rest/blob/74a1f86f530329fc452dae356a95746e096197dc/viewflow_rest/activations.py#LL263C13-L263C22 It should change as follows: ``` task = get_or_create_task( flow_class.task_class, process=prev_activation.process, flow_task=flow_task.name, previous=prev_activation.task ) ``` or this lines: https://github.com/ramwin/viewflow-rest/blob/74a1f86f530329fc452dae356a95746e096197dc/viewflow_rest/activations.py#LL379C1-L383C18 maybe change as follows: ```...