UNPKG
@jss-rule-engine/workflow
Version:
latest (0.3.5)
0.3.5
0.3.4
0.3.3
0.3.2
@jss-rule-engine/workflow
/
dist
/
src
/
ruleEngine
/
commands
/
setWorkflowStateAction.d.ts
3 lines
(2 loc)
•
175 B
TypeScript
View Raw
1
2
3
import
{
RuleActionData
,
RuleEngineContext
}
from
"@jss-rule-engine/core"
;
export
default
function
(
command: RuleActionData, ruleContext: RuleEngineContext
):
Promise
<
void
>;