Package com.chrt.api.types
Interface WorkflowActorContext.OrgIdStage
-
- All Known Implementing Classes:
WorkflowActorContext.Builder
- Enclosing class:
- WorkflowActorContext
public static interface WorkflowActorContext.OrgIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowActorContext.OrgTypeStageorgId(java.lang.String orgId)Must be a string starting withorg_
-
-
-
Method Detail
-
orgId
WorkflowActorContext.OrgTypeStage orgId(@NotNull java.lang.String orgId)
Must be a string starting with
org_
-
-