Skip to content
Snippets Groups Projects

Feature/use conditionals

Merged Karel van Klink requested to merge feature/use-conditionals into develop
All threads resolved!
2 files
+ 7
9
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2,12 +2,11 @@
from typing import Any
# noinspection PyProtectedMember
from orchestrator.forms import FormPage
from orchestrator.forms.validators import Choice
from orchestrator.targets import Target
from orchestrator.types import FormGenerator, State, SubscriptionLifecycle, UUIDstr
from orchestrator.workflow import StepList, done, init, step, workflow, conditional
from orchestrator.workflow import StepList, conditional, done, init, step, workflow
from orchestrator.workflows.steps import resync, set_status, store_process_subscription
from orchestrator.workflows.utils import wrap_create_initial_input_form
from pydantic import validator
Loading