import { IPSWFCallOrgActivityProcess } from './ipswfcall-org-activity-process'; import { IPSWFProcessRole } from './ipswfprocess-role'; import { IPSWorkflow } from './ipsworkflow'; import { PSWFProcessImpl } from './pswfprocess-impl'; export declare class PSWFCallOrgActivityProcessImpl extends PSWFProcessImpl implements IPSWFCallOrgActivityProcess { get multiInstMode(): 'NONE' | 'PARALLEL' | 'SEQUENTIAL'; protected pswfprocessroles: IPSWFProcessRole[] | null; getPSWFProcessRoles(): IPSWFProcessRole[] | null; get psWFProcessRoles(): IPSWFProcessRole[] | null; findPSWFProcessRole(objKey: any): IPSWFProcessRole | null; protected tarpswf: IPSWorkflow | null; getTargetPSWF(): IPSWorkflow | null; get targetPSWF(): IPSWorkflow | null; getTargetPSWFMust(): IPSWorkflow; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pswfcall-org-activity-process-impl.d.ts.map