This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-workflow
Watch
1
Star
0
Fork
0
You've already forked cr-connect-workflow
mirror of
https://github.com/sartography/cr-connect-workflow.git
synced
2025-02-22 12:48:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cr-connect-workflow
/
.tool-versions
4 lines
41 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Paginator arguments changed slightly in latest releases of SQLAlchemy Spiffworkflow 1.2: Top Level Imports moved to appropriate modules - replace 'from SpiffWorkflow import WorkflowException' to 'from SpiffWorkflow.exceptions import WorkflowException' - replace 'from SpiffWorkflow import TaskState' to 'from SpiffWorkflow.task import TaskState' - replace 'from SpiffWorkflow import Task' to 'from SpiffWorkflow.task import Task' SpiffWorkflow 1.2: Navigation code removed completely. Proved to be of little use to folks, was super complex and difficult to maintain. SpiffWorkflow 1.2: When inserting custom functions into the PythonExecutionEngine - be aware that the task data will act as the full context for execution, and will contain global functions and methods during the exec call. SpiffWorkflow 1.2: All Task Specs now have a spec_type attribute, containing a descriptive string of the type, such as "User Task", "Script Task", "Start Event" etc...
2022-10-07 14:58:08 -04:00
python 3.10.4
Upgrade spiffworkflow - the WorkflowTaskExecException was moved - so we have to update all import statements.
2022-07-14 13:37:16 -04:00
python 3.9.12
add tool-versions file to document and recommend python version
2022-05-03 17:33:10 -04:00
python 3.9.1
Reference in New Issue
Copy Permalink