repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/EventBasedGatewayTrait.php
src/ProcessMaker/Nayra/Bpmn/EventBasedGatewayTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\FlowInterface; use ProcessMaker\Nayra\Contracts\Bpmn\GatewayInterface; use ProcessMaker\Nayra\Contracts\Bpmn\StateInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TransitionInterface; u...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/ProcessTrait.php
src/ProcessMaker/Nayra/Bpmn/ProcessTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityCollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ArtifactCollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Cont...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/InvalidDataInputTransition.php
src/ProcessMaker/Nayra/Bpmn/InvalidDataInputTransition.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ConnectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ErrorInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInter...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/IntermediateCatchEventTransition.php
src/ProcessMaker/Nayra/Bpmn/IntermediateCatchEventTransition.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TransitionInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; /** * Transition rule to consume tokens in an End Event. */ class IntermediateCatchEventTrans...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/BoundaryEventTrait.php
src/ProcessMaker/Nayra/Bpmn/BoundaryEventTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Bpmn\Models\ErrorEventDefinition; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\BoundaryEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ErrorEventDefinitionInterface; use ProcessMaker\Nayra\Contracts...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/FlowElementTrait.php
src/ProcessMaker/Nayra/Bpmn/FlowElementTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\ProcessInterface; /** * Flow Element is an abstract class for all the elements that can appear in * a Process. */ trait FlowElementTrait { use BaseTrait; /** * Owner process. * * @var ProcessInterface */ ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/ParallelGatewayTransition.php
src/ProcessMaker/Nayra/Bpmn/ParallelGatewayTransition.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TransitionInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; /** * Transition rule for a parallel gateway. */ class ParallelGatewayTransition implements T...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/BoundaryExceptionTransition.php
src/ProcessMaker/Nayra/Bpmn/BoundaryExceptionTransition.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Bpmn\Models\ErrorEventDefinition; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\BoundaryEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ErrorInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInte...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/LoopCharacteristicsTrait.php
src/ProcessMaker/Nayra/Bpmn/LoopCharacteristicsTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\LoopCharacteristicsInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; /** * Base implementation ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/CloseExceptionTransition.php
src/ProcessMaker/Nayra/Bpmn/CloseExceptionTransition.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TransitionInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; /** * Transition rule to close an act...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/PauseOnGatewayTransitionTrait.php
src/ProcessMaker/Nayra/Bpmn/PauseOnGatewayTransitionTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; /** * Process base implementation. */ trait PauseOnGatewayTransitionTrait { use TransitionTrait; /** * Check if the gateway should pause the transition. * * @param ExecutionInstanceI...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/ObservableTrait.php
src/ProcessMaker/Nayra/Bpmn/ObservableTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\StateInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TransitionInterface; /** * Observable behavior. */ trait ObservableTrait { private $observers = []; /** * Returns the list of observers of the object * * @re...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/ExceptionTransition.php
src/ProcessMaker/Nayra/Bpmn/ExceptionTransition.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ErrorInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TransitionInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInst...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/SkipActivityTransition.php
src/ProcessMaker/Nayra/Bpmn/SkipActivityTransition.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\StandardLoopCharacteristicsInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TransitionInterface; use ProcessMaker\Nayra\Contract...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/ActivityCompletedTransition.php
src/ProcessMaker/Nayra/Bpmn/ActivityCompletedTransition.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TransitionInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; /** * Transition rule for an activity...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/ActivitySubProcessTrait.php
src/ProcessMaker/Nayra/Bpmn/ActivitySubProcessTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\EndEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ErrorEventDefinitionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ErrorInterface; use ProcessMaker\Nayra\Contracts\Bpmn\Pr...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/StartEventTrait.php
src/ProcessMaker/Nayra/Bpmn/StartEventTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\CatchEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\EndEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\EventDefinitionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/MessageFlowTrait.php
src/ProcessMaker/Nayra/Bpmn/MessageFlowTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Bpmn\EndTransition; use ProcessMaker\Nayra\Bpmn\State; use ProcessMaker\Nayra\Contracts\Bpmn\EventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\FlowNodeInterface; use ProcessMaker\Nayra\Contracts\Bpmn\StateInterface; use ProcessMaker\Nayra\Contracts\B...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/CompleteExceptionTransition.php
src/ProcessMaker/Nayra/Bpmn/CompleteExceptionTransition.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TransitionInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; /** * Transition rule for an activity...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/ParticipantTrait.php
src/ProcessMaker/Nayra/Bpmn/ParticipantTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\ParticipantInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ProcessInterface; /** * Participant class */ trait ParticipantTrait { use BaseTrait; /** * @var mixed[] */ private $interfaces; /** * @var mixe...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/BoundaryInterruptActivityTransition.php
src/ProcessMaker/Nayra/Bpmn/BoundaryInterruptActivityTransition.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\BoundaryEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TransitionInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; /** * Check if Boundary cancels ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/TransitionTrait.php
src/ProcessMaker/Nayra/Bpmn/TransitionTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ConnectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\FlowElementInterface; use ProcessMaker\Nayra\Contracts\Bpmn\FlowNodeInterface; use ProcessMaker\Nayra\Contracts\Bpmn\Toke...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/BpmnEventsTrait.php
src/ProcessMaker/Nayra/Bpmn/BpmnEventsTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ReflectionClass; /** * Trait to implements bpmn events handling. */ trait BpmnEventsTrait { use ObservableTrait { notifyEvent as private internalNotifyEvent; } /** * Array map of custom event classes for the bpmn element. * * @return ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/ForceGatewayTransitionTrait.php
src/ProcessMaker/Nayra/Bpmn/ForceGatewayTransitionTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; /** * Process base implementation. */ trait ForceGatewayTransitionTrait { use TransitionTrait; /** * Check if the transition should be tri...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/ConditionedExclusiveTransition.php
src/ProcessMaker/Nayra/Bpmn/ConditionedExclusiveTransition.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\ConditionedTransitionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TransitionInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; use ProcessMaker\Nayra\Exc...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/ThrowEventTrait.php
src/ProcessMaker/Nayra/Bpmn/ThrowEventTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\EventDefinitionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ThrowEventInterface; /** * Implementation of the behavior for a throw event. */ trait ThrowEventTrait { use FlowNodeTrait; /** * Initialize catch event. ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/TerminateTransition.php
src/ProcessMaker/Nayra/Bpmn/TerminateTransition.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\EventDefinitionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TransitionInterface; use ProcessMaker\Nayra\Contracts\Engine\E...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/LoopCharacteristicsTransition.php
src/ProcessMaker/Nayra/Bpmn/LoopCharacteristicsTransition.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ConnectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Bpmn\Transition...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/FormalExpressionTrait.php
src/ProcessMaker/Nayra/Bpmn/FormalExpressionTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use DateInterval; use DateTime; use Exception; use ProcessMaker\Nayra\Bpmn\BaseTrait; use ProcessMaker\Nayra\Bpmn\Models\DatePeriod; use ProcessMaker\Nayra\Contracts\Bpmn\FormalExpressionInterface; /** * Formal expression base trait. * * Include timer expressions. */ trai...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/TokenTrait.php
src/ProcessMaker/Nayra/Bpmn/TokenTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\FlowElementInterface; use ProcessMaker\Nayra\Contracts\Bpmn\StateInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; use Throwable; /** * Trait for a token....
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/ExclusiveGatewayTransition.php
src/ProcessMaker/Nayra/Bpmn/ExclusiveGatewayTransition.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TransitionInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; /** * Transition rule for a inclusive gateway. */ class ExclusiveGatewayTransition implements...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/InclusiveGatewayTrait.php
src/ProcessMaker/Nayra/Bpmn/InclusiveGatewayTrait.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Contracts\Bpmn\FlowInterface; use ProcessMaker\Nayra\Contracts\Bpmn\GatewayInterface; use ProcessMaker\Nayra\Contracts\Bpmn\StateInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TransitionInterface; u...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/LaneSet.php
src/ProcessMaker/Nayra/Bpmn/LaneSet.php
<?php namespace ProcessMaker\Nayra\Bpmn; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\LaneSetInterface; /** * LaneSet class */ class LaneSet implements LaneSetInterface { use BaseTrait; /** * Initialize the la...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/TerminateEventDefinition.php
src/ProcessMaker/Nayra/Bpmn/Models/TerminateEventDefinition.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\EventDefinitionTrait; use ProcessMaker\Nayra\Contracts\Bpmn\EventDefinitionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\FlowNodeInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TerminateEventDefinitionInterface; use ProcessMaker\Nayra\Con...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/Process.php
src/ProcessMaker/Nayra/Bpmn/Models/Process.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\Events\ProcessInstanceCompletedEvent; use ProcessMaker\Nayra\Bpmn\Events\ProcessInstanceCreatedEvent; use ProcessMaker\Nayra\Bpmn\Models\ActivityCollection; use ProcessMaker\Nayra\Bpmn\Models\ArtifactCollection; use ProcessMaker\Nayra\Bpmn\Mo...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/Token.php
src/ProcessMaker/Nayra/Bpmn/Models/Token.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\TokenTrait; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; /** * Token implementation. */ class Token implements TokenInterface { use TokenTrait; /** * Initialize a token class with unique id. */ protected fun...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/SignalEventDefinition.php
src/ProcessMaker/Nayra/Bpmn/Models/SignalEventDefinition.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\EventDefinitionTrait; use ProcessMaker\Nayra\Contracts\Bpmn\EventDefinitionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\FlowNodeInterface; use ProcessMaker\Nayra\Contracts\Bpmn\SignalEventDefinitionInterface; use ProcessMaker\Nayra\Contra...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/InputSet.php
src/ProcessMaker/Nayra/Bpmn/Models/InputSet.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\BaseTrait; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\InputSetInterface; /** * An InputSet is a collection of DataInput elements that together def...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/Operation.php
src/ProcessMaker/Nayra/Bpmn/Models/Operation.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\BaseTrait; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Contracts\Bpmn\MessageInterface; use ProcessMaker\Nayra\Contracts\Bpmn\OperationInterface; /** * Implementation of the operation class. */ class Operation implements...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/EventCollection.php
src/ProcessMaker/Nayra/Bpmn/Models/EventCollection.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Contracts\Bpmn\EventCollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\EventInterface; /** * Event Collection */ class EventCollection extends Collection implements EventCollectionInterface { ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/InputOutputSpecification.php
src/ProcessMaker/Nayra/Bpmn/Models/InputOutputSpecification.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\FlowElementTrait; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\InputOutputSpecificationInterface; use ProcessMaker\Nayra\Contracts\Bpmn\InputSetInterface; use ProcessMaker\Nayra\Contracts\Bp...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/DataInput.php
src/ProcessMaker/Nayra/Bpmn/Models/DataInput.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\FlowElementTrait; use ProcessMaker\Nayra\Contracts\Bpmn\DataInputInterface; /** * A Data Input is a declaration that a particular kind of data will be used as * input of the InputOutputSpecification. */ class DataInput implements DataInpu...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/ActivityCollection.php
src/ProcessMaker/Nayra/Bpmn/Models/ActivityCollection.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityCollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; /** * ActivityCollection */ class ActivityCollection extends Collection implements ActivityCollectionIn...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/GatewayCollection.php
src/ProcessMaker/Nayra/Bpmn/Models/GatewayCollection.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Contracts\Bpmn\GatewayCollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\GatewayInterface; /** * Gateway Collection */ class GatewayCollection extends Collection implements GatewayCollectionInterf...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/MessageFlow.php
src/ProcessMaker/Nayra/Bpmn/Models/MessageFlow.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\MessageFlowTrait; use ProcessMaker\Nayra\Contracts\Bpmn\CatchEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\CollaborationInterface; use ProcessMaker\Nayra\Contracts\Bpmn\MessageFlowInterface; use ProcessMaker\Nayra\Contracts\Bpmn\Messa...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/Signal.php
src/ProcessMaker/Nayra/Bpmn/Models/Signal.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\BaseTrait; use ProcessMaker\Nayra\Contracts\Bpmn\MessageFlowInterface; use ProcessMaker\Nayra\Contracts\Bpmn\SignalInterface; /** * Implementation of signal class. */ class Signal implements SignalInterface { use BaseTrait; /** ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/FlowCollection.php
src/ProcessMaker/Nayra/Bpmn/Models/FlowCollection.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Contracts\Bpmn\FlowCollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\FlowInterface; /** * Collection of flows. */ class FlowCollection extends Collection implements FlowCollectionInterface { ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/EventBasedGateway.php
src/ProcessMaker/Nayra/Bpmn/Models/EventBasedGateway.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\EventBasedGatewayTrait; use ProcessMaker\Nayra\Contracts\Bpmn\EventBasedGatewayInterface; use ProcessMaker\Nayra\Contracts\Bpmn\FlowNodeInterface; use ProcessMaker\Nayra\Contracts\RepositoryInterface; use ProcessMaker\Nayra\Exceptions\Invalid...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/TimerEventDefinition.php
src/ProcessMaker/Nayra/Bpmn/Models/TimerEventDefinition.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\EventDefinitionTrait; use ProcessMaker\Nayra\Contracts\Bpmn\CatchEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\EventDefinitionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\FlowElementInterface; use ProcessMaker\Nayra\Contracts\Bpmn...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/IntermediateThrowEvent.php
src/ProcessMaker/Nayra/Bpmn/Models/IntermediateThrowEvent.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Bpmn\IntermediateThrowEventTrait; use ProcessMaker\Nayra\Contracts\Bpmn\IntermediateThrowEventInterface; /** * IntermediateThrowEvent implementation. */ class IntermediateThrowEvent implements Intermediat...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/DataStore.php
src/ProcessMaker/Nayra/Bpmn/Models/DataStore.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\DataStoreTrait; use ProcessMaker\Nayra\Contracts\Bpmn\DataStoreInterface; /** * Application */ class DataStore implements DataStoreInterface { use DataStoreTrait; }
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/Collaboration.php
src/ProcessMaker/Nayra/Bpmn/Models/Collaboration.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\BaseTrait; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Contracts\Bpmn\CollaborationInterface; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\CorrelationKeyInterface; use Pro...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/StandardLoopCharacteristics.php
src/ProcessMaker/Nayra/Bpmn/Models/StandardLoopCharacteristics.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\StandardLoopCharacteristicsTrait; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\FormalExpressionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\StandardLoopCharacteristicsInterface; use Proc...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/Flow.php
src/ProcessMaker/Nayra/Bpmn/Models/Flow.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\FlowTrait; use ProcessMaker\Nayra\Bpmn\Models\Process; use ProcessMaker\Nayra\Contracts\Bpmn\FlowInterface; use ProcessMaker\Nayra\Contracts\Bpmn\FlowNodeInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ProcessInterface; /** * Flow implemen...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/ErrorEventDefinition.php
src/ProcessMaker/Nayra/Bpmn/Models/ErrorEventDefinition.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\EventDefinitionTrait; use ProcessMaker\Nayra\Contracts\Bpmn\ErrorEventDefinitionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ErrorInterface; use ProcessMaker\Nayra\Contracts\Bpmn\EventDefinitionInterface; use ProcessMaker\Nayra\Contracts\...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/Artifact.php
src/ProcessMaker/Nayra/Bpmn/Models/Artifact.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\BaseTrait; use ProcessMaker\Nayra\Contracts\Bpmn\ArtifactInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ProcessInterface; /** * Class that implements the ArtifactInterface */ class Artifact implements ArtifactInterface { private $pro...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/ConditionalEventDefinition.php
src/ProcessMaker/Nayra/Bpmn/Models/ConditionalEventDefinition.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\EventDefinitionTrait; use ProcessMaker\Nayra\Contracts\Bpmn\CatchEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ConditionalEventDefinitionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\EventDefinitionInterface; use ProcessMaker\Nayra...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/EndEvent.php
src/ProcessMaker/Nayra/Bpmn/Models/EndEvent.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Bpmn\EndEventTrait; use ProcessMaker\Nayra\Contracts\Bpmn\EndEventInterface; use ProcessMaker\Nayra\Model\DataInputAssociationInterface; use ProcessMaker\Nayra\Model\DataInputInterface; use ProcessMaker\Nayr...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/Error.php
src/ProcessMaker/Nayra/Bpmn/Models/Error.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\BaseTrait; use ProcessMaker\Nayra\Contracts\Bpmn\ErrorInterface; use ProcessMaker\Nayra\Contracts\Bpmn\MessageFlowInterface; class Error implements ErrorInterface { use BaseTrait; /** * @var MessageFlowInterface */ pri...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/ItemDefinition.php
src/ProcessMaker/Nayra/Bpmn/Models/ItemDefinition.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\BaseTrait; use ProcessMaker\Nayra\Contracts\Bpmn\ItemDefinitionInterface; /** * ItemDefinition class */ class ItemDefinition implements ItemDefinitionInterface { use BaseTrait; /** * Get the nature of the Item. Possible value...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/IntermediateCatchEvent.php
src/ProcessMaker/Nayra/Bpmn/Models/IntermediateCatchEvent.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\IntermediateCatchEventTrait; use ProcessMaker\Nayra\Contracts\Bpmn\IntermediateCatchEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\MessageListenerInterface; /** * IntermediateThrowEvent implementation. */ class IntermediateCatchEven...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/EventDefinitionBus.php
src/ProcessMaker/Nayra/Bpmn/Models/EventDefinitionBus.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\ObservableTrait; use ProcessMaker\Nayra\Contracts\Bpmn\CatchEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\CollaborationInterface; use ProcessMaker\Nayra\Contracts\Bpmn\EventDefinitionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\St...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/MultiInstanceLoopCharacteristics.php
src/ProcessMaker/Nayra/Bpmn/Models/MultiInstanceLoopCharacteristics.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use Countable; use Exception; use ProcessMaker\Nayra\Bpmn\MultiInstanceLoopCharacteristicsTrait; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\DataInputInterface; use ProcessMaker\Nayra\Contracts\Bpmn\DataStoreInterface...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/DatePeriod.php
src/ProcessMaker/Nayra/Bpmn/Models/DatePeriod.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use DateInterval; use DateTime; use DateTimeInterface; use Exception; use Iterator; use ProcessMaker\Nayra\Contracts\Bpmn\DatePeriodInterface; /** * DatePeriod represents an ISO8601 Repeating intervals */ class DatePeriod implements DatePeriodInterface { /** ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/Participant.php
src/ProcessMaker/Nayra/Bpmn/Models/Participant.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\ParticipantTrait; use ProcessMaker\Nayra\Contracts\Bpmn\ParticipantInterface; /** * Activity implementation. */ class Participant implements ParticipantInterface { use ParticipantTrait; }
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/Activity.php
src/ProcessMaker/Nayra/Bpmn/Models/Activity.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\ActivityTrait; use ProcessMaker\Nayra\Bpmn\Events\ActivityActivatedEvent; use ProcessMaker\Nayra\Bpmn\Events\ActivityClosedEvent; use ProcessMaker\Nayra\Bpmn\Events\ActivityCompletedEvent; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterfa...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/DataOutput.php
src/ProcessMaker/Nayra/Bpmn/Models/DataOutput.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\FlowElementTrait; use ProcessMaker\Nayra\Contracts\Bpmn\DataOutputInterface; /** * Data output implementation. */ class DataOutput implements DataOutputInterface { use FlowElementTrait; /** * Get the item subject. * ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/OutputSet.php
src/ProcessMaker/Nayra/Bpmn/Models/OutputSet.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\BaseTrait; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\OutputSetInterface; /** * An OutputSet is a collection of DataOutputs elements that together...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/StartEvent.php
src/ProcessMaker/Nayra/Bpmn/Models/StartEvent.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\StartEventTrait; use ProcessMaker\Nayra\Contracts\Bpmn\MessageListenerInterface; use ProcessMaker\Nayra\Contracts\Bpmn\StartEventInterface; /** * Class StartEvent */ class StartEvent implements StartEventInterface, MessageListenerInterface...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/BoundaryEvent.php
src/ProcessMaker/Nayra/Bpmn/Models/BoundaryEvent.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\BoundaryEventTrait; use ProcessMaker\Nayra\Contracts\Bpmn\BoundaryEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\MessageListenerInterface; /** * BoundaryEvent implementation. */ class BoundaryEvent implements BoundaryEventInterface,...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/ServiceTask.php
src/ProcessMaker/Nayra/Bpmn/Models/ServiceTask.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use Exception; use ProcessMaker\Nayra\Bpmn\ActivityTrait; use ProcessMaker\Nayra\Bpmn\Events\ActivityActivatedEvent; use ProcessMaker\Nayra\Bpmn\Events\ActivityClosedEvent; use ProcessMaker\Nayra\Bpmn\Events\ActivityCompletedEvent; use ProcessMaker\Nayra\Contracts\Bpmn\...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/InclusiveGateway.php
src/ProcessMaker/Nayra/Bpmn/Models/InclusiveGateway.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\InclusiveGatewayTrait; use ProcessMaker\Nayra\Contracts\Bpmn\FlowInterface; use ProcessMaker\Nayra\Contracts\Bpmn\FlowNodeInterface; use ProcessMaker\Nayra\Contracts\Bpmn\InclusiveGatewayInterface; use ProcessMaker\Nayra\Contracts\RepositoryI...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/DataStoreCollection.php
src/ProcessMaker/Nayra/Bpmn/Models/DataStoreCollection.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Contracts\Bpmn\DataStoreCollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\DataStoreInterface; /** * DataStore collection. */ class DataStoreCollection extends Collection implements DataStoreColle...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/ParallelGateway.php
src/ProcessMaker/Nayra/Bpmn/Models/ParallelGateway.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\ParallelGatewayTrait; use ProcessMaker\Nayra\Contracts\Bpmn\FlowNodeInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ParallelGatewayInterface; use ProcessMaker\Nayra\Contracts\RepositoryInterface; use ProcessMaker\Nayra\Exceptions\InvalidSequ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/Message.php
src/ProcessMaker/Nayra/Bpmn/Models/Message.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\BaseTrait; use ProcessMaker\Nayra\Contracts\Bpmn\ItemDefinitionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\MessageFlowInterface; use ProcessMaker\Nayra\Contracts\Bpmn\MessageInterface; /** * Message implementation. */ class Message im...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/ScriptTask.php
src/ProcessMaker/Nayra/Bpmn/Models/ScriptTask.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use Exception; use ProcessMaker\Nayra\Bpmn\ActivityTrait; use ProcessMaker\Nayra\Bpmn\Events\ActivityActivatedEvent; use ProcessMaker\Nayra\Bpmn\Events\ActivityClosedEvent; use ProcessMaker\Nayra\Bpmn\Events\ActivityCompletedEvent; use ProcessMaker\Nayra\Contracts\Bpmn\...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/ExclusiveGateway.php
src/ProcessMaker/Nayra/Bpmn/Models/ExclusiveGateway.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\ExclusiveGatewayTrait; use ProcessMaker\Nayra\Contracts\Bpmn\ExclusiveGatewayInterface; use ProcessMaker\Nayra\Contracts\Bpmn\FlowInterface; use ProcessMaker\Nayra\Contracts\Bpmn\FlowNodeInterface; use ProcessMaker\Nayra\Contracts\RepositoryI...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/MessageEventDefinition.php
src/ProcessMaker/Nayra/Bpmn/Models/MessageEventDefinition.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\EventDefinitionTrait; use ProcessMaker\Nayra\Contracts\Bpmn\CatchEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\DataStoreInterface; use ProcessMaker\Nayra\Contracts\Bpmn\EventD...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Models/ArtifactCollection.php
src/ProcessMaker/Nayra/Bpmn/Models/ArtifactCollection.php
<?php namespace ProcessMaker\Nayra\Bpmn\Models; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Contracts\Bpmn\ArtifactCollectionInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ArtifactInterface; /** * Collection of artifacts. */ class ArtifactCollection extends Collection implements ArtifactCollec...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Events/ActivityCompletedEvent.php
src/ProcessMaker/Nayra/Bpmn/Events/ActivityCompletedEvent.php
<?php namespace ProcessMaker\Nayra\Bpmn\Events; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; /** * Event raised when and activity is activated. */ class ActivityCompletedEvent { /** * @var ActivityInterface */ public $activity; ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Events/ActivityActivatedEvent.php
src/ProcessMaker/Nayra/Bpmn/Events/ActivityActivatedEvent.php
<?php namespace ProcessMaker\Nayra\Bpmn\Events; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; /** * Event raised when and activity is activated. */ class ActivityActivatedEvent { /** * @var ActivityInterface */ public $activity; ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Events/ProcessInstanceCreatedEvent.php
src/ProcessMaker/Nayra/Bpmn/Events/ProcessInstanceCreatedEvent.php
<?php namespace ProcessMaker\Nayra\Bpmn\Events; use ProcessMaker\Nayra\Contracts\Bpmn\ProcessInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; /** * Event raised when process instance is created. */ class ProcessInstanceCreatedEvent { /** * @var \ProcessMaker\Nayra\Contracts\B...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Events/ActivityClosedEvent.php
src/ProcessMaker/Nayra/Bpmn/Events/ActivityClosedEvent.php
<?php namespace ProcessMaker\Nayra\Bpmn\Events; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\TokenInterface; /** * Event raised when and activity is closed. */ class ActivityClosedEvent { /** * @var ActivityInterface */ public $activity; /** ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Bpmn/Events/ProcessInstanceCompletedEvent.php
src/ProcessMaker/Nayra/Bpmn/Events/ProcessInstanceCompletedEvent.php
<?php namespace ProcessMaker\Nayra\Bpmn\Events; use ProcessMaker\Nayra\Contracts\Bpmn\ProcessInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; /** * Event raised when process instance is completed. */ class ProcessInstanceCompletedEvent { /** * @var \ProcessMaker\Nayra\Contrac...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Engine/DemoModeTrait.php
src/ProcessMaker/Nayra/Engine/DemoModeTrait.php
<?php namespace ProcessMaker\Nayra\Engine; use ProcessMaker\Nayra\Contracts\Bpmn\FlowInterface; use ProcessMaker\Nayra\Contracts\Bpmn\GatewayInterface; /** * Implements the engine behavior for debugging. */ trait DemoModeTrait { /** * Is debug mode enabled * * @var bool */ private $demo...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Engine/EngineTrait.php
src/ProcessMaker/Nayra/Engine/EngineTrait.php
<?php namespace ProcessMaker\Nayra\Engine; use ProcessMaker\Nayra\Bpmn\Models\EventDefinitionBus; use ProcessMaker\Nayra\Contracts\Bpmn\CatchEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\CollaborationInterface; use ProcessMaker\Nayra\Contracts\Bpmn\DataStoreInterface; use ProcessMaker\Nayra\Contracts\Bpmn\Eve...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Engine/ExecutionInstance.php
src/ProcessMaker/Nayra/Engine/ExecutionInstance.php
<?php namespace ProcessMaker\Nayra\Engine; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; /** * Execution instance for the engine. */ class ExecutionInstance implements ExecutionInstanceInterface { use ExecutionInstanceTrait; }
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Engine/JobManagerTrait.php
src/ProcessMaker/Nayra/Engine/JobManagerTrait.php
<?php namespace ProcessMaker\Nayra\Engine; use DateTimeInterface; use ProcessMaker\Nayra\Bpmn\Models\DatePeriod; /** * JobManagerTrait */ trait JobManagerTrait { /** * Get the next datetime event of a cycle. * * @param DatePeriod $cycle * @param DateTimeInterface $last * * @return...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/src/ProcessMaker/Nayra/Engine/ExecutionInstanceTrait.php
src/ProcessMaker/Nayra/Engine/ExecutionInstanceTrait.php
<?php namespace ProcessMaker\Nayra\Engine; use ProcessMaker\Nayra\Bpmn\BaseTrait; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\DataStoreInterface; use ProcessMaker\Nayra\Contracts\Bpmn\ProcessInterface; use ProcessMaker\Nayra\Co...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/tests/ProcessMaker/Test/Contracts/TestOneInterface.php
tests/ProcessMaker/Test/Contracts/TestOneInterface.php
<?php namespace ProcessMaker\Test\Contracts; /** * Interface to be used in the test * * @see \ProcessMaker\Nayra\RepositoryTest */ interface TestOneInterface { /** * Test method */ public function dummyFunction(); }
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/tests/ProcessMaker/Test/Contracts/TestTwoInterface.php
tests/ProcessMaker/Test/Contracts/TestTwoInterface.php
<?php namespace ProcessMaker\Test\Contracts; /** * Interface to be used in the test * * @see \ProcessMaker\Nayra\RepositoryTest */ interface TestTwoInterface { /** * Test method */ public function dummyFunction(); }
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/tests/ProcessMaker/Test/Models/TestBetsy.php
tests/ProcessMaker/Test/Models/TestBetsy.php
<?php namespace ProcessMaker\Test\Models; use Exception; /** * Test class for evaluate expression used in betsy BPMN files. */ class TestBetsy { public $data; private $code; /** * Class to test betsy processes. * * @param mixed $data * @param string $expression */ public ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/tests/ProcessMaker/Test/Models/TestTwoClassWithArgumentsConstructor.php
tests/ProcessMaker/Test/Models/TestTwoClassWithArgumentsConstructor.php
<?php namespace ProcessMaker\Test\Models; use ProcessMaker\Test\Contracts\TestTwoInterface; /** * TestOneClassWithEmptyConstructor */ class TestTwoClassWithArgumentsConstructor implements TestTwoInterface { public $aField; public $anotherField; /** * Test constructor * * @param mixed $...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/tests/ProcessMaker/Test/Models/CustomProcess.php
tests/ProcessMaker/Test/Models/CustomProcess.php
<?php namespace ProcessMaker\Test\Models; use ProcessMaker\Models\ActivityCollection; use ProcessMaker\Models\ArtifactCollection; use ProcessMaker\Models\DataStoreCollection; use ProcessMaker\Models\EventCollection; use ProcessMaker\Models\FlowCollection; use ProcessMaker\Models\GatewayCollection; use ProcessMaker\Mo...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/tests/ProcessMaker/Test/Models/TokenRepository.php
tests/ProcessMaker/Test/Models/TokenRepository.php
<?php namespace ProcessMaker\Test\Models; use Exception; use ProcessMaker\Nayra\Bpmn\Collection; use ProcessMaker\Nayra\Bpmn\Models\Token; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInterface; use ProcessMaker\Nayra\Contracts\Bpmn\CatchEventInterface; use ProcessMaker\Nayra\Contracts\Bpmn\CollectionInterface; use ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/tests/ProcessMaker/Test/Models/Repository.php
tests/ProcessMaker/Test/Models/Repository.php
<?php namespace ProcessMaker\Test\Models; use ProcessMaker\Nayra\Contracts\Repositories\StorageInterface; use ProcessMaker\Nayra\Contracts\RepositoryInterface; use ProcessMaker\Nayra\RepositoryTrait; use ProcessMaker\Test\Models\CallActivity; use ProcessMaker\Test\Models\ExecutionInstance; use ProcessMaker\Test\Model...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/tests/ProcessMaker/Test/Models/FormalExpression.php
tests/ProcessMaker/Test/Models/FormalExpression.php
<?php namespace ProcessMaker\Test\Models; use DateInterval; use DateTime; use Exception; use ProcessMaker\Nayra\Bpmn\FormalExpressionTrait; use ProcessMaker\Nayra\Bpmn\Models\DatePeriod; use ProcessMaker\Nayra\Contracts\Bpmn\FormalExpressionInterface; use ProcessMaker\Test\Models\TestBetsy; /** * FormalExpression i...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/tests/ProcessMaker/Test/Models/CallActivity.php
tests/ProcessMaker/Test/Models/CallActivity.php
<?php namespace ProcessMaker\Test\Models; use ProcessMaker\Nayra\Bpmn\ActivitySubProcessTrait; use ProcessMaker\Nayra\Bpmn\Events\ActivityActivatedEvent; use ProcessMaker\Nayra\Bpmn\Events\ActivityClosedEvent; use ProcessMaker\Nayra\Bpmn\Events\ActivityCompletedEvent; use ProcessMaker\Nayra\Contracts\Bpmn\ActivityInt...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/tests/ProcessMaker/Test/Models/ExecutionInstance.php
tests/ProcessMaker/Test/Models/ExecutionInstance.php
<?php namespace ProcessMaker\Test\Models; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; use ProcessMaker\Nayra\Engine\ExecutionInstanceTrait; /** * Execution instance for the engine. */ class ExecutionInstance implements ExecutionInstanceInterface { use ExecutionInstanceTrait; /** ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false
ProcessMaker/nayra
https://github.com/ProcessMaker/nayra/blob/19d721d6bd27f80d33288125488b244e83b6e191/tests/ProcessMaker/Test/Models/ExecutionInstanceRepository.php
tests/ProcessMaker/Test/Models/ExecutionInstanceRepository.php
<?php namespace ProcessMaker\Test\Models; use ProcessMaker\Nayra\Contracts\Bpmn\ParticipantInterface; use ProcessMaker\Nayra\Contracts\Engine\ExecutionInstanceInterface; use ProcessMaker\Nayra\Contracts\Repositories\ExecutionInstanceRepositoryInterface; use ProcessMaker\Nayra\Contracts\Repositories\StorageInterface; ...
php
Apache-2.0
19d721d6bd27f80d33288125488b244e83b6e191
2026-01-05T05:04:52.897638Z
false